@nativescript/angular 21.0.0-rc.1 → 21.0.0-rc.2

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": "@nativescript/angular",
3
- "version": "21.0.0-rc.1",
3
+ "version": "21.0.0-rc.2",
4
4
  "homepage": "https://nativescript.org/",
5
5
  "repository": {
6
6
  "type": "git",
@@ -932,6 +932,7 @@ interface TabViewItemDef {
932
932
  title?: string;
933
933
  iconSource?: string;
934
934
  textTransform?: TextTransform;
935
+ role?: string;
935
936
  }
936
937
  declare class TabViewDirective implements AfterViewInit {
937
938
  tabView: TabView;