@ascentgl/ads-ui 20.13.0 → 20.15.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/index.d.ts CHANGED
@@ -54,6 +54,7 @@ import * as i3$8 from '@angular/material/bottom-sheet';
54
54
  import { MatBottomSheet } from '@angular/material/bottom-sheet';
55
55
  import * as i4$9 from '@angular/material/list';
56
56
  import * as i2$2 from '@angular/material/tabs';
57
+ import { MatTabGroup } from '@angular/material/tabs';
57
58
  import { HttpClient } from '@angular/common/http';
58
59
 
59
60
  type Size$1 = 'sm' | 'md' | 'lg';
@@ -2443,6 +2444,7 @@ declare abstract class AbstractSideNavBarComponent implements OnInit, AfterViewI
2443
2444
  abstract widthToCollapsed: number;
2444
2445
  /** @ignore */
2445
2446
  private minWidth;
2447
+ protected constructor();
2446
2448
  /** @ignore */
2447
2449
  ngOnInit(): void;
2448
2450
  /** @ignore */
@@ -3029,12 +3031,18 @@ interface Tab {
3029
3031
  template?: TemplateRef<unknown>;
3030
3032
  headerTemplate?: TemplateRef<unknown>;
3031
3033
  }
3032
- declare class AdsTabsComponent {
3034
+ declare class AdsTabsComponent implements AfterViewInit {
3035
+ tabGroup: i0.Signal<MatTabGroup>;
3033
3036
  tabs: Tab[];
3034
3037
  selectedIndex: number;
3035
3038
  selectedIndexChange: EventEmitter<number>;
3039
+ tabChange: EventEmitter<{
3040
+ index: number;
3041
+ originalClick: () => void;
3042
+ }>;
3043
+ ngAfterViewInit(): void;
3036
3044
  static ɵfac: i0.ɵɵFactoryDeclaration<AdsTabsComponent, never>;
3037
- static ɵcmp: i0.ɵɵComponentDeclaration<AdsTabsComponent, "ads-tabs", never, { "tabs": { "alias": "tabs"; "required": false; }; "selectedIndex": { "alias": "selectedIndex"; "required": false; }; }, { "selectedIndexChange": "selectedIndexChange"; }, never, never, false, never>;
3045
+ static ɵcmp: i0.ɵɵComponentDeclaration<AdsTabsComponent, "ads-tabs", never, { "tabs": { "alias": "tabs"; "required": false; }; "selectedIndex": { "alias": "selectedIndex"; "required": false; }; }, { "selectedIndexChange": "selectedIndexChange"; "tabChange": "tabChange"; }, never, never, false, never>;
3038
3046
  }
3039
3047
 
3040
3048
  declare class AdsTabsModule {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ascentgl/ads-ui",
3
- "version": "20.13.0",
3
+ "version": "20.15.0",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": ">=20.3.0",
6
6
  "date-fns": ">=4.1.0",