@ascentgl/ads-ui 22.0.0 → 22.0.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ascentgl/ads-ui",
3
- "version": "22.0.0",
3
+ "version": "22.0.1",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": ">=22.0.0",
6
6
  "date-fns": ">=4.1.0",
@@ -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';
@@ -95,7 +96,7 @@ declare class AdsNumericBadgeComponent extends AdsIconHoverComponent {
95
96
  /** provide icon name. NOTE: the icon must be registered in icon registry **/
96
97
  name: i0.InputSignal<adsIcon>;
97
98
  /** choose ads icon theme **/
98
- theme: i0.InputSignal<"primary" | "iconPrimary" | "success" | "warn" | "white">;
99
+ theme: i0.InputSignal<"iconPrimary" | "primary" | "success" | "warn" | "white">;
99
100
  /** set badge value as number **/
100
101
  value: i0.InputSignal<number>;
101
102
  /** @ignore **/
@@ -158,7 +159,7 @@ declare class AdsButtonComponent {
158
159
  /** Whether the button is a smaller version */
159
160
  size: i0.InputSignal<Size>;
160
161
  /** Sets the "type" attribute on the button */
161
- type: i0.InputSignal<"button" | "submit" | "reset">;
162
+ type: i0.InputSignal<"submit" | "button" | "reset">;
162
163
  /** Makes the button take 100% width of its container */
163
164
  fullWidth: i0.InputSignal<boolean>;
164
165
  static ɵfac: i0.ɵɵFactoryDeclaration<AdsButtonComponent, never>;
@@ -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<"flex-start" | "flex-end" | "center">;
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>;
@@ -723,7 +724,7 @@ declare class AdsAscentLogoComponent extends AbstractLogoComponent implements Af
723
724
  /**
724
725
  * Logo size
725
726
  */
726
- size: i0.InputSignal<"small" | "large">;
727
+ size: i0.InputSignal<"large" | "small">;
727
728
  static ɵfac: i0.ɵɵFactoryDeclaration<AdsAscentLogoComponent, never>;
728
729
  static ɵcmp: i0.ɵɵComponentDeclaration<AdsAscentLogoComponent, "ads-ascent-logo", never, { "invertTheme": { "alias": "invertTheme"; "required": false; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
729
730
  }
@@ -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: ag_grid_community.Theme<ag_grid_community.ThemeDefaultParams>;
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>;