@ascentgl/ads-ui 20.9.0 → 20.11.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 { MatTabChangeEvent } from '@angular/material/tabs';
57
58
  import { HttpClient } from '@angular/common/http';
58
59
 
59
60
  type Size$1 = 'sm' | 'md' | 'lg';
@@ -2416,7 +2417,9 @@ declare class AdsNavMenuModule {
2416
2417
  type NavItem = {
2417
2418
  label: string;
2418
2419
  icon: adsIcon;
2419
- href: string;
2420
+ href?: string;
2421
+ click?: () => void;
2422
+ stickToBottom?: boolean;
2420
2423
  };
2421
2424
 
2422
2425
  declare abstract class AbstractSideNavBarComponent implements OnInit, AfterViewInit, OnDestroy {
@@ -2480,13 +2483,19 @@ declare class AdsSideNavBarComponent extends AbstractSideNavBarComponent {
2480
2483
  splitter: SplitComponent;
2481
2484
  /** @ignore */
2482
2485
  sideNavArea: ElementRef;
2486
+ /** @ignore */
2487
+ regularNavItems: i0.Signal<NavItem[]>;
2488
+ /** @ignore */
2489
+ bottomNavItems: i0.Signal<NavItem[]>;
2490
+ /** @ignore */
2491
+ hasBottomItems: i0.Signal<boolean>;
2483
2492
  static ɵfac: i0.ɵɵFactoryDeclaration<AdsSideNavBarComponent, never>;
2484
2493
  static ɵcmp: i0.ɵɵComponentDeclaration<AdsSideNavBarComponent, "ads-side-nav-bar", never, { "searchTemplate": { "alias": "searchTemplate"; "required": false; "isSignal": true; }; "extraDataTemplate": { "alias": "extraDataTemplate"; "required": false; "isSignal": true; }; "navItems": { "alias": "navItems"; "required": false; "isSignal": true; }; }, {}, never, ["*"], false, never>;
2485
2494
  }
2486
2495
 
2487
2496
  declare class AdsSideNavBarModule {
2488
2497
  static ɵfac: i0.ɵɵFactoryDeclaration<AdsSideNavBarModule, never>;
2489
- static ɵmod: i0.ɵɵNgModuleDeclaration<AdsSideNavBarModule, [typeof AdsSideNavBarComponent], [typeof i2.CommonModule, typeof AdsPrimaryLogoModule, typeof i4$8.SplitComponent, typeof i4$8.SplitAreaComponent, typeof i3$2.RouterOutlet, typeof i3$2.RouterLink, typeof i3$2.RouterLinkActive, typeof i4.AdsIconModule], [typeof AdsSideNavBarComponent]>;
2498
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AdsSideNavBarModule, [typeof AdsSideNavBarComponent], [typeof i2.CommonModule, typeof AdsPrimaryLogoModule, typeof i4$8.SplitComponent, typeof i4$8.SplitAreaComponent, typeof i3$2.RouterOutlet, typeof i3$2.RouterLink, typeof i3$2.RouterLinkActive, typeof i4.AdsIconModule, typeof AdsDividerModule], [typeof AdsSideNavBarComponent]>;
2490
2499
  static ɵinj: i0.ɵɵInjectorDeclaration<AdsSideNavBarModule>;
2491
2500
  }
2492
2501
 
@@ -3024,6 +3033,8 @@ declare class AdsTabsComponent {
3024
3033
  tabs: Tab[];
3025
3034
  selectedIndex: number;
3026
3035
  selectedIndexChange: EventEmitter<number>;
3036
+ focusChange(event: MatTabChangeEvent): void;
3037
+ tabClicked(event: MouseEvent): void;
3027
3038
  static ɵfac: i0.ɵɵFactoryDeclaration<AdsTabsComponent, never>;
3028
3039
  static ɵcmp: i0.ɵɵComponentDeclaration<AdsTabsComponent, "ads-tabs", never, { "tabs": { "alias": "tabs"; "required": false; }; "selectedIndex": { "alias": "selectedIndex"; "required": false; }; }, { "selectedIndexChange": "selectedIndexChange"; }, never, never, false, never>;
3029
3040
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ascentgl/ads-ui",
3
- "version": "20.9.0",
3
+ "version": "20.11.0",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": ">=20.3.0",
6
6
  "date-fns": ">=4.1.0",
@@ -75,10 +75,6 @@
75
75
  "types": "./src/lib/components/logo/primary-logo/index.d.ts",
76
76
  "default": "./fesm2022/ascentgl-ads-ui-src-lib-components-logo-primary-logo.mjs"
77
77
  },
78
- "./src/lib/components/progress-indicators/progress-spinner": {
79
- "types": "./src/lib/components/progress-indicators/progress-spinner/index.d.ts",
80
- "default": "./fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-spinner.mjs"
81
- },
82
78
  "./src/lib/components/progress-indicators/progress-indicator-spinner": {
83
79
  "types": "./src/lib/components/progress-indicators/progress-indicator-spinner/index.d.ts",
84
80
  "default": "./fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-indicator-spinner.mjs"
@@ -87,6 +83,10 @@
87
83
  "types": "./src/lib/components/progress-indicators/progress-bar/index.d.ts",
88
84
  "default": "./fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-bar.mjs"
89
85
  },
86
+ "./src/lib/components/progress-indicators/progress-spinner": {
87
+ "types": "./src/lib/components/progress-indicators/progress-spinner/index.d.ts",
88
+ "default": "./fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-spinner.mjs"
89
+ },
90
90
  "./src/lib/components/tags/tag-container": {
91
91
  "types": "./src/lib/components/tags/tag-container/index.d.ts",
92
92
  "default": "./fesm2022/ascentgl-ads-ui-src-lib-components-tags-tag-container.mjs"