@devexpress/dx-react-scheduler
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -88,2 +88,4 @@ // Dependencies for this module: | ||
children?: React.ReactNode; | ||
/** The Scheduler's height. */ | ||
height: number | 'auto'; | ||
} | ||
@@ -161,4 +163,2 @@ } | ||
interface LayoutProps { | ||
/** The layout's height */ | ||
height: number | 'auto'; | ||
/** The scrolling API callback */ | ||
@@ -407,4 +407,2 @@ setScrollingStrategy: (scrollingStrategy: ScrollingStrategy) => void; | ||
timeTableComponent: React.ComponentType<MonthView.TimeTableLayoutProps>; | ||
/** The layout's height */ | ||
height: number | 'auto'; | ||
/** The scrolling API callback */ | ||
@@ -411,0 +409,0 @@ setScrollingStrategy: (scrollingStrategy: ScrollingStrategy) => void; |
{ | ||
"name": "@devexpress/dx-react-scheduler", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "Composable plugin-based scheduler component for React", | ||
@@ -53,5 +53,5 @@ "author": { | ||
"@babel/preset-react": "^7.0.0", | ||
"@devexpress/dx-core": "2.0.1", | ||
"@devexpress/dx-react-core": "2.0.1", | ||
"@devexpress/dx-testing": "2.0.1", | ||
"@devexpress/dx-core": "2.0.2", | ||
"@devexpress/dx-react-core": "2.0.2", | ||
"@devexpress/dx-testing": "2.0.2", | ||
"babel-core": "^7.0.0-bridge.0", | ||
@@ -64,4 +64,4 @@ "babel-jest": "^24.8.0", | ||
"jest": "^24.8.0", | ||
"react": "^16.8.3", | ||
"react-dom": "^16.8.3", | ||
"react": "^16.8.6", | ||
"react-dom": "^16.8.6", | ||
"react-test-renderer": "^16.8.6", | ||
@@ -76,7 +76,7 @@ "rollup": "^1.17.0", | ||
"dependencies": { | ||
"@devexpress/dx-scheduler-core": "2.0.1" | ||
"@devexpress/dx-scheduler-core": "2.0.2" | ||
}, | ||
"peerDependencies": { | ||
"@devexpress/dx-core": "2.0.1", | ||
"@devexpress/dx-react-core": "2.0.1", | ||
"@devexpress/dx-core": "2.0.2", | ||
"@devexpress/dx-react-core": "2.0.2", | ||
"moment": "^2.24.0", | ||
@@ -86,3 +86,3 @@ "react": ">=16.8.6", | ||
}, | ||
"gitHead": "7bb662371274270b29ed478ec6750649eb92c80d" | ||
"gitHead": "781df644dad87a3308ced4a4bbb25e077d9cf094" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
543420
3891
+ Added@devexpress/dx-core@2.0.2(transitive)
+ Added@devexpress/dx-react-core@2.0.2(transitive)
+ Added@devexpress/dx-scheduler-core@2.0.2(transitive)
- Removed@devexpress/dx-core@2.0.1(transitive)
- Removed@devexpress/dx-react-core@2.0.1(transitive)
- Removed@devexpress/dx-scheduler-core@2.0.1(transitive)