@ascentgl/ads-ui 22.0.0 → 22.0.3
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-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-spinner.mjs +2 -3
- package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-spinner.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui.mjs +579 -586
- package/fesm2022/ascentgl-ads-ui.mjs.map +1 -1
- package/package.json +1 -1
- package/types/ascentgl-ads-ui.d.ts +8 -7
package/package.json
CHANGED
|
@@ -19,6 +19,7 @@ import { MatSnackBarRef } from '@angular/material/snack-bar';
|
|
|
19
19
|
import { BreakpointState, BreakpointObserver } from '@angular/cdk/layout';
|
|
20
20
|
import { MatDialogRef } from '@angular/material/dialog';
|
|
21
21
|
import { MatExpansionPanel, MatAccordion } from '@angular/material/expansion';
|
|
22
|
+
import * as ag_stack from 'ag-stack';
|
|
22
23
|
import * as ag_grid_community from 'ag-grid-community';
|
|
23
24
|
import { IHeaderParams, GridOptions, ColDef, GridApi, SortChangedEvent, FilterChangedEvent, GridReadyEvent, FirstDataRenderedEvent } from 'ag-grid-community';
|
|
24
25
|
import { IHeaderAngularComp } from 'ag-grid-angular';
|
|
@@ -167,7 +168,7 @@ declare class AdsButtonComponent {
|
|
|
167
168
|
|
|
168
169
|
declare class AdsButtonContainerComponent {
|
|
169
170
|
/** How buttons in the container should be placed */
|
|
170
|
-
justify: i0.InputSignal<"
|
|
171
|
+
justify: i0.InputSignal<"center" | "flex-start" | "flex-end">;
|
|
171
172
|
/** The gap between elements */
|
|
172
173
|
gap: i0.InputSignal<number>;
|
|
173
174
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsButtonContainerComponent, never>;
|
|
@@ -2260,7 +2261,7 @@ declare class AdsExpansionPanelComponent implements AfterContentInit {
|
|
|
2260
2261
|
/** Component width. Must include units of measure: px, %, em, rem, etc. */
|
|
2261
2262
|
width: i0.InputSignal<string>;
|
|
2262
2263
|
/** The Chevron Icon size () */
|
|
2263
|
-
chevronSize: i0.InputSignal<"
|
|
2264
|
+
chevronSize: i0.InputSignal<"xs" | "base">;
|
|
2264
2265
|
/** Header padding size () */
|
|
2265
2266
|
headerPadding: i0.InputSignal<string>;
|
|
2266
2267
|
/** Content padding size () */
|
|
@@ -2519,7 +2520,7 @@ declare class AdsSortMenuComponent implements OnChanges, OnDestroy {
|
|
|
2519
2520
|
/** All column sort/filter configs (all possible columns) */
|
|
2520
2521
|
columnSortFilterConfigs: ColumnSortFilterConfig[];
|
|
2521
2522
|
/** Current column sort states from the table */
|
|
2522
|
-
columnSortStates: Map<string, "
|
|
2523
|
+
columnSortStates: Map<string, "asc" | "desc" | null>;
|
|
2523
2524
|
/** Emits when sort configuration changes (order or direction) */
|
|
2524
2525
|
sortChanged: EventEmitter<SortMenuChangeEvent>;
|
|
2525
2526
|
/** Emits when sorts are removed for columns */
|
|
@@ -2636,7 +2637,7 @@ declare class AdsTableComponent implements AfterViewInit, AfterViewChecked, OnCh
|
|
|
2636
2637
|
values: string[];
|
|
2637
2638
|
}>;
|
|
2638
2639
|
/** Event emitted when view mode changes between grid and list */
|
|
2639
|
-
viewChanged: EventEmitter<"
|
|
2640
|
+
viewChanged: EventEmitter<"grid" | "list">;
|
|
2640
2641
|
/** @ignore - Current view mode: grid or list */
|
|
2641
2642
|
isListView: i0.WritableSignal<boolean>;
|
|
2642
2643
|
/** @ignore - Cached filtered row data for list view */
|
|
@@ -2676,7 +2677,7 @@ declare class AdsTableComponent implements AfterViewInit, AfterViewChecked, OnCh
|
|
|
2676
2677
|
/** @ignore */
|
|
2677
2678
|
activeColumnMenu: i0.WritableSignal<string | null>;
|
|
2678
2679
|
/** @ignore */
|
|
2679
|
-
columnSortStates: i0.WritableSignal<Map<string, "
|
|
2680
|
+
columnSortStates: i0.WritableSignal<Map<string, "asc" | "desc" | null>>;
|
|
2680
2681
|
/** @ignore */
|
|
2681
2682
|
columnFilterStates: i0.WritableSignal<Map<string, string[]>>;
|
|
2682
2683
|
/** @ignore */
|
|
@@ -2940,7 +2941,7 @@ declare class AdsTableComponent implements AfterViewInit, AfterViewChecked, OnCh
|
|
|
2940
2941
|
private serializeCellValue;
|
|
2941
2942
|
/** @ignore - normalize filter options (raw values) into the string keys used by table filter state */
|
|
2942
2943
|
private normalizeFilterOptionValues;
|
|
2943
|
-
protected readonly themeQuartz:
|
|
2944
|
+
protected readonly themeQuartz: ag_stack.Theme<ag_grid_community.ThemeDefaultParams>;
|
|
2944
2945
|
protected readonly SpinnerSize: typeof SpinnerSize;
|
|
2945
2946
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsTableComponent, never>;
|
|
2946
2947
|
static ɵcmp: i0.ɵɵComponentDeclaration<AdsTableComponent, "ads-table", never, { "width": { "alias": "width"; "required": false; }; "height": { "alias": "height"; "required": false; }; "headerTemplate": { "alias": "headerTemplate"; "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; }; "showHeaderActions": { "alias": "showHeaderActions"; "required": false; }; "showChangeViewButton": { "alias": "showChangeViewButton"; "required": false; }; "defaultViewMode": { "alias": "defaultViewMode"; "required": false; }; "listItemTemplate": { "alias": "listItemTemplate"; "required": false; }; "noRowsTemplate": { "alias": "noRowsTemplate"; "required": false; }; "listBatchSize": { "alias": "listBatchSize"; "required": false; }; "enableCustomSortFilter": { "alias": "enableCustomSortFilter"; "required": false; }; "mobileHeaderView": { "alias": "mobileHeaderView"; "required": false; }; "showBorder": { "alias": "showBorder"; "required": false; }; "columnSortFilterConfigs": { "alias": "columnSortFilterConfigs"; "required": false; }; }, { "filtersCleared": "filtersCleared"; "columnFilterChanged": "columnFilterChanged"; "viewChanged": "viewChanged"; }, never, never, true, never>;
|
|
@@ -3440,7 +3441,7 @@ declare class AdsHorizontalStepperComponent {
|
|
|
3440
3441
|
/**
|
|
3441
3442
|
* Stepper size
|
|
3442
3443
|
*/
|
|
3443
|
-
size: i0.InputSignal<"
|
|
3444
|
+
size: i0.InputSignal<"xs" | "base">;
|
|
3444
3445
|
/** @ignore */
|
|
3445
3446
|
protected isBaseSize: i0.Signal<boolean>;
|
|
3446
3447
|
/** Event emitted when a step is clicked */
|