@rmwc/list
Advanced tools
Comparing version 3.0.7 to 3.0.8
@@ -21,2 +21,9 @@ [ | ||
}, | ||
"disabled": { | ||
"flowType": { | ||
"name": "boolean" | ||
}, | ||
"required": false, | ||
"description": "A modifier for a disabled state." | ||
}, | ||
"ripple": { | ||
@@ -201,2 +208,9 @@ "flowType": { | ||
}, | ||
"disabled": { | ||
"flowType": { | ||
"name": "boolean" | ||
}, | ||
"required": false, | ||
"description": "A modifier for a disabled state." | ||
}, | ||
"ripple": { | ||
@@ -203,0 +217,0 @@ "flowType": { |
@@ -12,2 +12,4 @@ import { SimpleTagPropsT } from '@rmwc/base'; | ||
activated?: boolean; | ||
/** A modifier for a disabled state. */ | ||
disabled?: boolean; | ||
/** Enable / disable the ripple. */ | ||
@@ -14,0 +16,0 @@ ripple?: boolean; |
@@ -47,6 +47,7 @@ 'use strict'; | ||
'mdc-list-item--selected': props.selected, | ||
'mdc-list-item--activated': props.activated | ||
'mdc-list-item--activated': props.activated, | ||
'mdc-list-item--disabled': props.disabled | ||
}]; | ||
}, | ||
consumeProps: ['selected', 'activated', 'options'] //options is from the select element | ||
consumeProps: ['selected', 'activated', 'disabled', 'options'] //options is from the select element | ||
})); | ||
@@ -53,0 +54,0 @@ |
{ | ||
"name": "@rmwc/list", | ||
"version": "3.0.7", | ||
"version": "3.0.8", | ||
"description": "RMWC List component", | ||
@@ -30,6 +30,6 @@ "main": "index.js", | ||
"@material/list": "~0.40.0", | ||
"@rmwc/base": "^3.0.7", | ||
"@rmwc/icon": "^3.0.7", | ||
"@rmwc/base": "^3.0.8", | ||
"@rmwc/icon": "^3.0.8", | ||
"@rmwc/provider": "^3.0.6", | ||
"@rmwc/ripple": "^3.0.7", | ||
"@rmwc/ripple": "^3.0.8", | ||
"classnames": "^2.2.5", | ||
@@ -36,0 +36,0 @@ "prop-types": "^15.6.1" |
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
30141
525
Updated@rmwc/base@^3.0.8
Updated@rmwc/icon@^3.0.8
Updated@rmwc/ripple@^3.0.8