@nativescript-community/ui-material-core-tabs 7.0.41 → 7.0.43

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-community/ui-material-core-tabs",
3
- "version": "7.0.41",
3
+ "version": "7.0.43",
4
4
  "description": "Material Core Tabs component",
5
5
  "main": "./index",
6
6
  "sideEffects": false,
@@ -39,7 +39,7 @@
39
39
  "repository": "https://github.com/nativescript-community/ui-material-components",
40
40
  "readmeFilename": "README.md",
41
41
  "dependencies": {
42
- "@nativescript-community/ui-material-core": "^7.0.41"
42
+ "@nativescript-community/ui-material-core": "^7.0.42"
43
43
  },
44
- "gitHead": "b24131b59dff199386b753f92be168d30a15634a"
44
+ "gitHead": "bdebd9caaade717c1f2a32d5b1d80f28ed8e2e83"
45
45
  }
@@ -184,6 +184,10 @@ public class TabsBar extends HorizontalScrollView {
184
184
 
185
185
  }
186
186
 
187
+ public void scrollToTab(int tabIndex) {
188
+ scrollToTab(tabIndex, 0);
189
+ }
190
+
187
191
  /**
188
192
  * Updates the UI of an item at specified index
189
193
  */