@devexpress/dx-react-scheduler
Advanced tools
Comparing version 1.11.0-beta.1 to 1.11.0
@@ -204,2 +204,4 @@ import * as React from 'react'; | ||
commandButtonIds: Array<string>; | ||
/** A function that formats dates according to the locale. */ | ||
formatDate: (date: Date, options: any) => string; | ||
/** An event raised when the Open button is clicked. The event handler should open the appointment form. */ | ||
@@ -309,2 +311,4 @@ onOpenButtonClick?: () => void; | ||
data: object; | ||
/** A function that formats dates according to the locale. */ | ||
formatDate: (date: Date, options: any) => string; | ||
/** A component that renders an icon for recurring appointments. */ | ||
@@ -458,2 +462,4 @@ recurringIconComponent: React.ComponentType<object>; | ||
rowComponent: React.ComponentType<DayView.RowProps>; | ||
/** A function that formats dates according to the locale. */ | ||
formatDate: (date: Date, options: any) => string; | ||
} | ||
@@ -469,2 +475,4 @@ } | ||
startDate?: Date; | ||
/** A function that formats dates according to the locale. */ | ||
formatDate: (date: Date, options: any) => string; | ||
} | ||
@@ -482,2 +490,4 @@ } | ||
rowComponent: React.ComponentType<DayView.RowProps>; | ||
/** A function that format a date by locale. */ | ||
formatDate: (date: Date, options: any) => string; | ||
} | ||
@@ -495,2 +505,4 @@ } | ||
today?: boolean; | ||
/** A function that format a date by locale. */ | ||
formatDate: (date: Date, options: any) => string; | ||
} | ||
@@ -518,2 +530,4 @@ } | ||
rowComponent: React.ComponentType<DayView.RowProps>; | ||
/** A function that format a date by locale. */ | ||
formatDate: (date: Date, options: any) => string; | ||
} | ||
@@ -733,2 +747,4 @@ } | ||
rowComponent: React.ComponentType<MonthView.RowProps>; | ||
/** A function that format a date by locale. */ | ||
formatDate: (date: Date, options: any) => string; | ||
} | ||
@@ -744,2 +760,4 @@ } | ||
endDate?: Date; | ||
/** A function that format a date by locale. */ | ||
formatDate: (date: Date, options: any) => string; | ||
} | ||
@@ -759,2 +777,4 @@ } | ||
rowComponent: React.ComponentType<MonthView.RowProps>; | ||
/** A function that format a date by locale. */ | ||
formatDate: (date: Date, options: any) => string; | ||
} | ||
@@ -774,2 +794,4 @@ } | ||
today?: boolean; | ||
/** A function that format a date by locale. */ | ||
formatDate: (date: Date, options: any) => string; | ||
} | ||
@@ -859,2 +881,4 @@ } | ||
rootComponent: React.ComponentType<Scheduler.RootProps>; | ||
/** The locale according to which dates should be formatted. */ | ||
locale: string; | ||
} | ||
@@ -980,2 +1004,4 @@ | ||
rowComponent: React.ComponentType<WeekView.RowProps>; | ||
/** A function that format a date by locale. */ | ||
formatDate: (date: Date, options: any) => string; | ||
} | ||
@@ -991,2 +1017,4 @@ } | ||
startDate?: Date; | ||
/** A function that format a date by locale. */ | ||
formatDate: (date: Date, options: any) => string; | ||
} | ||
@@ -1004,2 +1032,4 @@ } | ||
rowComponent: React.ComponentType<WeekView.RowProps>; | ||
/** A function that format a date by locale. */ | ||
formatDate: (date: Date, options: any) => string; | ||
} | ||
@@ -1017,2 +1047,4 @@ } | ||
today?: boolean; | ||
/** A function that format a date by locale. */ | ||
formatDate: (date: Date, options: any) => string; | ||
} | ||
@@ -1040,2 +1072,4 @@ } | ||
rowComponent: React.ComponentType<WeekView.RowProps>; | ||
/** A function that format a date by locale. */ | ||
formatDate: (date: Date, options: any) => string; | ||
} | ||
@@ -1042,0 +1076,0 @@ } |
{ | ||
"name": "@devexpress/dx-react-scheduler", | ||
"version": "1.11.0-beta.1", | ||
"version": "1.11.0", | ||
"description": "Composable plugin-based scheduler component for React", | ||
@@ -44,40 +44,40 @@ "author": { | ||
"devDependencies": { | ||
"@babel/core": "^7.3.3", | ||
"@babel/plugin-transform-runtime": "^7.2.0", | ||
"@babel/preset-env": "^7.3.1", | ||
"@babel/core": "^7.4.4", | ||
"@babel/plugin-transform-runtime": "^7.4.4", | ||
"@babel/preset-env": "^7.4.4", | ||
"@babel/preset-react": "^7.0.0", | ||
"@devexpress/dx-core": "1.11.0-beta.1", | ||
"@devexpress/dx-react-core": "1.11.0-beta.1", | ||
"@devexpress/dx-testing": "1.11.0-beta.1", | ||
"@devexpress/dx-core": "1.11.0", | ||
"@devexpress/dx-react-core": "1.11.0", | ||
"@devexpress/dx-testing": "1.11.0", | ||
"babel-core": "^7.0.0-bridge.0", | ||
"babel-jest": "^24.1.0", | ||
"babel-jest": "^24.8.0", | ||
"babel-plugin-transform-react-remove-prop-types": "^0.4.24", | ||
"core-js": "^2.6.5", | ||
"core-js": "^3.0.1", | ||
"enzyme": "3.9.0", | ||
"enzyme-adapter-react-16": "^1.9.1", | ||
"enzyme-adapter-react-16": "^1.13.0", | ||
"enzyme-to-json": "^3.3.5", | ||
"eslint": "^5.14.1", | ||
"eslint": "^5.16.0", | ||
"eslint-config-airbnb": "^17.1.0", | ||
"eslint-config-airbnb-base": "^13.1.0", | ||
"eslint-plugin-filenames": "^1.3.2", | ||
"eslint-plugin-import": "^2.16.0", | ||
"eslint-plugin-jest": "^22.3.0", | ||
"eslint-plugin-import": "^2.17.2", | ||
"eslint-plugin-jest": "^22.5.1", | ||
"eslint-plugin-jsx-a11y": "^6.2.1", | ||
"eslint-plugin-react": "^7.12.4", | ||
"jest": "^24.1.0", | ||
"eslint-plugin-react": "^7.13.0", | ||
"jest": "^24.8.0", | ||
"react": "^16.8.3", | ||
"react-dom": "^16.8.3", | ||
"react-test-renderer": "^16.8.3", | ||
"rollup": "^1.2.3", | ||
"react-test-renderer": "^16.8.6", | ||
"rollup": "^1.11.3", | ||
"rollup-plugin-babel": "^4.3.2", | ||
"rollup-plugin-license": "^0.8.1", | ||
"rollup-plugin-node-resolve": "^4.0.1" | ||
"rollup-plugin-node-resolve": "^4.2.4" | ||
}, | ||
"dependencies": { | ||
"@devexpress/dx-scheduler-core": "1.11.0-beta.1", | ||
"@devexpress/dx-scheduler-core": "1.11.0", | ||
"prop-types": "^15.7.2" | ||
}, | ||
"peerDependencies": { | ||
"@devexpress/dx-core": "1.11.0-beta.1", | ||
"@devexpress/dx-react-core": "1.11.0-beta.1", | ||
"@devexpress/dx-core": "1.11.0", | ||
"@devexpress/dx-react-core": "1.11.0", | ||
"moment": "^2.24.0", | ||
@@ -87,3 +87,3 @@ "react": ">=16.8.3", | ||
}, | ||
"gitHead": "972b9b88a1e51db0c0c8c30a009407b2d35a7a4f" | ||
"gitHead": "2ee3c94fa5fd5fddf386d4561206715d784e64bc" | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
589026
6333
0
+ Added@devexpress/dx-core@1.11.0(transitive)
+ Added@devexpress/dx-react-core@1.11.0(transitive)
+ Added@devexpress/dx-scheduler-core@1.11.0(transitive)
- Removed@devexpress/dx-core@1.11.0-beta.1(transitive)
- Removed@devexpress/dx-react-core@1.11.0-beta.1(transitive)
- Removed@devexpress/dx-scheduler-core@1.11.0-beta.1(transitive)