@nativescript-community/ui-material-tabs 7.0.43 → 7.1.1

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.
Files changed (2) hide show
  1. package/index.ios.js +1 -1
  2. package/package.json +4 -4
package/index.ios.js CHANGED
@@ -174,7 +174,7 @@ var UIPageViewControllerImpl = /** @class */ (function (_super) {
174
174
  var subViews = this.view.subviews;
175
175
  var scrollView = null;
176
176
  for (var i = 0; i < subViews.count; i++) {
177
- var view = subViews[i];
177
+ var view = subViews.objectAtIndex(i);
178
178
  if (view instanceof UIScrollView && !(view instanceof MDCTabBarView)) {
179
179
  scrollView = view;
180
180
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nativescript-community/ui-material-tabs",
3
- "version": "7.0.43",
3
+ "version": "7.1.1",
4
4
  "description": "Material Design Tabs organize content across different screens, data sets, and other interactions.",
5
5
  "main": "./index",
6
6
  "sideEffects": false,
@@ -46,8 +46,8 @@
46
46
  },
47
47
  "readmeFilename": "README.md",
48
48
  "dependencies": {
49
- "@nativescript-community/ui-material-core": "^7.0.42",
50
- "@nativescript-community/ui-material-core-tabs": "^7.0.43"
49
+ "@nativescript-community/ui-material-core": "^7.1.1",
50
+ "@nativescript-community/ui-material-core-tabs": "^7.1.1"
51
51
  },
52
- "gitHead": "bdebd9caaade717c1f2a32d5b1d80f28ed8e2e83"
52
+ "gitHead": "9be78837739b77c4144933959637cee3be14c055"
53
53
  }