@ardium-ui/ui 5.0.0-alpha.20 → 5.0.0-alpha.22

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.
@@ -14,7 +14,9 @@ export declare class ArdiumTabberComponent implements AfterContentInit, OnChange
14
14
  readonly focusedTabId: import("@angular/core").WritableSignal<string | null>;
15
15
  readonly focusedTab: import("@angular/core").Signal<ArdiumTabComponent | null>;
16
16
  readonly focusedTabIdChange: import("@angular/core").OutputEmitterRef<string>;
17
+ private _selectedTabIdToCheck;
17
18
  ngOnChanges(changes: SimpleChanges): void;
19
+ private _validateSelectedTabId;
18
20
  readonly initialTab: import("@angular/core").InputSignal<string | undefined>;
19
21
  ngAfterContentInit(): void;
20
22
  selectTab(tab: ArdiumTabComponent): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ardium-ui/ui",
3
- "version": "5.0.0-alpha.20",
3
+ "version": "5.0.0-alpha.22",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=18.0.0",
6
6
  "@angular/core": ">=18.0.0",