@ascentgl/ads-ui 21.134.0 → 21.135.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": "21.134.0",
3
+ "version": "21.135.1",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": ">=21.0.0",
6
6
  "date-fns": ">=4.1.0",
@@ -4139,6 +4139,8 @@ type HistoryEvent = {
4139
4139
  time: string;
4140
4140
  /** Name of the user who performed the action */
4141
4141
  user: string;
4142
+ /** Role of the user who performed the action */
4143
+ role: string;
4142
4144
  };
4143
4145
  type HistoryGroup = {
4144
4146
  /** Formatted date label, e.g. "Monday, June 1, 2026" */
@@ -4158,8 +4160,6 @@ declare class AdsHistoryStepperComponent {
4158
4160
  constructor(registry: AdsIconRegistry);
4159
4161
  /** Grouped history events, each group representing a single day */
4160
4162
  groups: i0.InputSignal<HistoryGroup[]>;
4161
- /** Estimated item height in px used by the virtual scroll viewport */
4162
- protected readonly ITEM_HEIGHT = 120;
4163
4163
  /** @ignore */
4164
4164
  protected readonly HistoryAction: typeof HistoryAction;
4165
4165
  /** @ignore */
@@ -4176,7 +4176,7 @@ declare class AdsHistoryStepperComponent {
4176
4176
 
4177
4177
  declare class AdsHistoryStepperModule {
4178
4178
  static ɵfac: i0.ɵɵFactoryDeclaration<AdsHistoryStepperModule, never>;
4179
- static ɵmod: i0.ɵɵNgModuleDeclaration<AdsHistoryStepperModule, [typeof AdsHistoryStepperComponent], [typeof i2.CommonModule, typeof i3$8.ScrollingModule, typeof i4.AdsIconModule, typeof AdsTagModule], [typeof AdsHistoryStepperComponent]>;
4179
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AdsHistoryStepperModule, [typeof AdsHistoryStepperComponent], [typeof i4.AdsIconModule, typeof AdsTagModule], [typeof AdsHistoryStepperComponent]>;
4180
4180
  static ɵinj: i0.ɵɵInjectorDeclaration<AdsHistoryStepperModule>;
4181
4181
  }
4182
4182