material-ui
Advanced tools
Comparing version 0.1.25 to 0.1.26
@@ -74,2 +74,10 @@ /** | ||
setValue: function(txt) { | ||
this.setState({value: txt}); | ||
}, | ||
clearValue: function() { | ||
this.setValue(""); | ||
}, | ||
_onInputChange: function(e) { | ||
@@ -76,0 +84,0 @@ var value = e.target.value; |
@@ -1,7 +0,5 @@ | ||
/** | ||
* @jsx React.DOM | ||
*/ | ||
/** @jsx React.DOM */ | ||
var React = require('react'), | ||
Classable = require('./mixins/classable.js'); | ||
var Classable = require('./mixins/classable.js'); | ||
var React = require('react'); | ||
@@ -11,5 +9,5 @@ var ToolbarGroup = React.createClass({ | ||
propTypes: { | ||
key: React.PropTypes.number.isRequired, | ||
float: React.PropTypes.string, | ||
groupItems: React.PropTypes.array | ||
groupItems: React.PropTypes.array, | ||
key: React.PropTypes.number.isRequired | ||
}, | ||
@@ -16,0 +14,0 @@ |
@@ -1,8 +0,7 @@ | ||
/** | ||
* @jsx React.DOM | ||
*/ | ||
/** @jsx React.DOM */ | ||
var React = require('react'), | ||
ToolbarGroup = require('./toolbar-group.jsx'), | ||
Classable = require('./mixins/classable.js'); | ||
var Classable = require('./mixins/classable.js'); | ||
var Paper = require('./paper.jsx'); | ||
var React = require('react'); | ||
var ToolbarGroup = require('./toolbar-group.jsx'); | ||
@@ -9,0 +8,0 @@ var Toolbar = React.createClass({ |
@@ -1,10 +0,7 @@ | ||
/** | ||
* @jsx React.DOM | ||
*/ | ||
/** @jsx React.DOM */ | ||
var React = require('react'), | ||
mui = require('mui') | ||
PaperButton = mui.PaperButton; | ||
var mui = require('mui'); | ||
var PaperButton = mui.PaperButton; | ||
var React = require('react'); | ||
var ToolbarPage = React.createClass({ | ||
@@ -26,18 +23,16 @@ | ||
{ payload: '1', text: 'Download' }, | ||
{ payload: '2', text: 'Blah' } | ||
{ payload: '2', text: 'More Info' } | ||
]; | ||
leftItems = [ | ||
//{ type: "title", title: "Broadcasts"}, | ||
<mui.PaperButton type={PaperButton.Types.RAISED} label="Create Broadcast" primary={true} /> | ||
], | ||
rightItems = [ | ||
{ type: "separator"}, | ||
<mui.DropDownMenu menuItems={filterOptions} />, | ||
{ type: "separator"}, | ||
<mui.Icon icon='sort' />, | ||
<mui.Icon icon='filter' />, | ||
<mui.Icon icon='search' />, | ||
<mui.DropDownIcon icon="chevron-down" menuItems={iconMenuItems} onChange={this._onDropDownMenuChange} /> | ||
<mui.DropDownIcon icon="chevron-down" menuItems={iconMenuItems} onChange={this._onDropDownMenuChange} />, | ||
{ type: "separator"}, | ||
<mui.PaperButton type={PaperButton.Types.RAISED} label="Create Broadcast" primary={true} />, | ||
], | ||
leftItems = [ | ||
<mui.DropDownMenu menuItems={filterOptions} />, | ||
]; | ||
@@ -44,0 +39,0 @@ |
{ | ||
"name": "material-ui", | ||
"author": "Call-em-all Engineering Team", | ||
"version": "0.1.25", | ||
"version": "0.1.26", | ||
"description": "Material Design UI components built with React", | ||
@@ -6,0 +6,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
356668
3
5344