@nativescript-community/ui-material-core
Advanced tools
Comparing version 5.0.16 to 5.0.17
@@ -6,2 +6,10 @@ # Change Log | ||
## [5.0.17](https://github.com/Akylas/nativescript-material-components/compare/v5.0.16...v5.0.17) (2020-10-09) | ||
**Note:** Version bump only for package @nativescript-community/ui-material-core | ||
## [5.0.16](https://github.com/Akylas/nativescript-material-components/compare/v5.0.15...v5.0.16) (2020-10-08) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@nativescript-community/ui-material-core", | ||
"version": "5.0.16", | ||
"version": "5.0.17", | ||
"description": "Material Core component", | ||
@@ -48,3 +48,3 @@ "main": "./index", | ||
"readmeFilename": "README.md", | ||
"gitHead": "ab4489246e4c747580faca24e6d7684c163d53a2", | ||
"gitHead": "be94cb02787b09b9aacb3836e357e50464ca6517", | ||
"dependencies": { | ||
@@ -51,0 +51,0 @@ "@nativescript/hook": "~2.0.0" |
@@ -6,3 +6,3 @@ import { Color, CssProperty, Style } from '@nativescript/core'; | ||
export declare const errorProperty: CssProperty<Style, string>; | ||
export declare const maxLengthProperty: CssProperty<Style, number>; | ||
export declare const counterMaxLengthProperty: CssProperty<Style, number>; | ||
export declare const floatingProperty: CssProperty<Style, boolean>; | ||
@@ -9,0 +9,0 @@ export declare const floatingColorProperty: CssProperty<Style, Color>; |
@@ -26,8 +26,8 @@ import { Color, CssProperty, Style, booleanConverter } from '@nativescript/core'; | ||
errorProperty.register(Style); | ||
export const maxLengthProperty = new CssProperty({ | ||
name: 'maxLength', | ||
cssName: 'max-length', | ||
export const counterMaxLengthProperty = new CssProperty({ | ||
name: 'counterMaxLength', | ||
cssName: 'counter-max-length', | ||
valueConverter: v => parseFloat(v) | ||
}); | ||
maxLengthProperty.register(Style); | ||
counterMaxLengthProperty.register(Style); | ||
export const floatingProperty = new CssProperty({ | ||
@@ -34,0 +34,0 @@ name: 'floating', |
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
202599