🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

@devexpress/dx-react-scheduler

Package Overview
Dependencies
Maintainers
13
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@devexpress/dx-react-scheduler - npm Package Compare versions

Comparing version

to
1.11.0

34

dist/dx-react-scheduler.d.ts

@@ -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 @@ }

44

package.json
{
"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