Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/react-widgets

Package Overview
Dependencies
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/react-widgets - npm Package Compare versions

Comparing version 4.1.7 to 4.2.0

3

react-widgets/index.d.ts

@@ -1,2 +0,2 @@

// Type definitions for react-widgets 4.1
// Type definitions for react-widgets 4.2
// Project: https://github.com/jquense/react-widgets

@@ -8,2 +8,3 @@ // Definitions by: Rogier Schouten <https://github.com/rogierschouten>

// Maxime Billemaz <https://github.com/MBillemaz>
// Georg Steinmetz <https://github.com/georg94>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -10,0 +11,0 @@ // TypeScript Version: 2.8

@@ -12,2 +12,3 @@ import { ComponentClass, KeyboardEvent, ReactElement, ReactType } from 'react';

* @default true
* @deprecated Use `date` instead
*/

@@ -45,13 +46,13 @@ calendar?: boolean;

/**
* Enable the calendar component of the picker.
* Default value for current date. Useful for suggesting a date when the caldenar opens without keep forcing it once 'value' is set.
*/
date?: boolean;
/*
* Default value for current date. Useful for suggesting a date when the caldenar opens without keep forcing it once 'value' is set.
/**
* Specify the element used to render the calendar dropdown icon.
*/
dateIcon?: any;
/*
* Specify the element used to render the calendar dropdown icon
dateIcon?: JSX.Element;
/**
* Specify the element used to render the time list dropdown icon.
*/
defaultCurrentDate?: Date;
timeIcon?: JSX.Element;
/**

@@ -174,2 +175,10 @@ * Change event Handler that is called when the currentDate is changed. The handler is

popupTransition?: ReactType | string;
/**
* Whether the Dropdown should be above the input field.
*/
dropUp?: boolean;
/**
* Adds a css class to the input container element.
*/
containerClassName?: string;
}

@@ -182,3 +191,3 @@

*/
calendarButton?: string;
dateButton?: string;
/**

@@ -185,0 +194,0 @@ * Title and screen reader text for the right arrow button.

{
"name": "@types/react-widgets",
"version": "4.1.7",
"version": "4.2.0",
"description": "TypeScript definitions for react-widgets",

@@ -31,2 +31,7 @@ "license": "MIT",

"githubUsername": "MBillemaz"
},
{
"name": "Georg Steinmetz",
"url": "https://github.com/georg94",
"githubUsername": "georg94"
}

@@ -44,4 +49,4 @@ ],

},
"typesPublisherContentHash": "5927d50aa203a91c0e880c19d3ff3e94e8fd881900e7efc64b62d42c179cdb3b",
"typesPublisherContentHash": "5d940832dc7bf71b94f2586d63a9f833e23db706961077aba926c66827bad80f",
"typeScriptVersion": "2.8"
}

@@ -11,3 +11,3 @@ # Installation

Additional Details
* Last updated: Tue, 16 Oct 2018 01:12:05 GMT
* Last updated: Tue, 16 Oct 2018 16:50:00 GMT
* Dependencies: react

@@ -17,2 +17,2 @@ * Global values: none

# Credits
These definitions were written by Rogier Schouten <https://github.com/rogierschouten>, Balázs Sándor <https://github.com/sanyatuning>, Frode Hansen <https://github.com/frodehansen2>, Andrew Makarov <https://github.com/r3nya>, Maxime Billemaz <https://github.com/MBillemaz>.
These definitions were written by Rogier Schouten <https://github.com/rogierschouten>, Balázs Sándor <https://github.com/sanyatuning>, Frode Hansen <https://github.com/frodehansen2>, Andrew Makarov <https://github.com/r3nya>, Maxime Billemaz <https://github.com/MBillemaz>, Georg Steinmetz <https://github.com/georg94>.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc