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 3.2.25 to 3.2.26

13

react-widgets/lib/DateTimePicker.d.ts

@@ -34,2 +34,6 @@ import * as React from 'react';

currentDate?: Date;
/*
* Default value for current date. Useful for suggesting a date when the caldenar opens without keep forcing it once 'value' is set.
*/
defaultCurrentDate?: Date;
/**

@@ -97,4 +101,3 @@ * Change event Handler that is called when the currentDate is changed. The handler is

* Whether or not the DateTimePicker is open. When unset (undefined) the DateTimePicker will
* handle the opening and closing internally. The defaultOpen prop can be used to set an
* initialization value for uncontrolled widgets.
* handle the opening and closing internally.
* @enum false "calendar" "time"

@@ -104,2 +107,8 @@ */

/**
* The defaultOpen prop can be used to set an
* initialization value for uncontrolled widgets.
* @enum false "calendar" "time"
*/
defaultOpen?: boolean | "calendar" | "time";
/**
* Called when the DateTimePicker is about to open or close. onToggle should be used when

@@ -106,0 +115,0 @@ * the open prop is set otherwise the widget will never open or close.

8

react-widgets/lib/DropdownList.d.ts

@@ -90,7 +90,11 @@ import * as React from 'react';

* Whether or not the DropdownList is open. When unset (undefined) the DropdownList will
* handle the opening and closing internally. The defaultOpen prop can be used to set an
* initialization value for uncontrolled widgets.
* handle the opening and closing internally.
*/
open?: boolean;
/**
* The defaultOpen prop can be used to set an
* initialization value for uncontrolled widgets.
*/
defaultOpen?: boolean;
/**
* Called when the DropdownList is about to open or close. onToggle should be used when the

@@ -97,0 +101,0 @@ * open prop is set otherwise the widget open buttons won't work.

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

@@ -17,4 +17,4 @@ "license": "MIT",

"peerDependencies": {},
"typesPublisherContentHash": "572405d22f9b7a5f20989bd973b6344d7f749e6d69a61a5d3a85be45385220fe",
"typesPublisherContentHash": "0a7b6452847721a999d2e8a5a2000d132c2b7ad412a2d4148a883bff8cb07dd7",
"typeScriptVersion": "2.1"
}

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

Additional Details
* Last updated: Mon, 23 Jan 2017 21:31:32 GMT
* Last updated: Thu, 26 Jan 2017 07:14:32 GMT
* Dependencies: react

@@ -14,0 +14,0 @@ * Global values: none

@@ -20,2 +20,4 @@ {

"declaredModules": [
"react-widgets/lib/Calendar",
"react-widgets/lib/Combobox",
"react-widgets/lib/DropdownList",

@@ -25,5 +27,3 @@ "react-widgets/lib/DateTimePicker",

"react-widgets/lib/NumberPicker",
"react-widgets/lib/Calendar",
"react-widgets/lib/SelectList",
"react-widgets/lib/Combobox"
"react-widgets/lib/SelectList"
],

@@ -41,5 +41,5 @@ "files": [

"hasPackageJson": false,
"contentHash": "572405d22f9b7a5f20989bd973b6344d7f749e6d69a61a5d3a85be45385220fe"
"contentHash": "0a7b6452847721a999d2e8a5a2000d132c2b7ad412a2d4148a883bff8cb07dd7"
},
"isLatest": true
}
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