nativescript-material-core
Advanced tools
Comparing version 2.2.1 to 2.2.2
import { CssProperty } from 'tns-core-modules/ui/core/properties'; | ||
import { Color, Length } from 'tns-core-modules/ui/core/view'; | ||
import { Color } from 'tns-core-modules/color'; | ||
import { Length } from 'tns-core-modules/ui/styling/style-properties'; | ||
import { Style } from 'tns-core-modules/ui/styling/style'; | ||
@@ -4,0 +5,0 @@ export declare const cssProperty: (target: Object, key: string | symbol) => void; |
import { CssProperty } from 'tns-core-modules/ui/core/properties'; | ||
import { Color, Length } from 'tns-core-modules/ui/core/view'; | ||
import { Color } from 'tns-core-modules/color'; | ||
import { Length } from 'tns-core-modules/ui/styling/style-properties'; | ||
import { Style } from 'tns-core-modules/ui/styling/style'; | ||
@@ -4,0 +5,0 @@ function createGetter(key) { |
@@ -1,2 +0,2 @@ | ||
import { Color } from 'tns-core-modules/color/color'; | ||
import { Color } from 'tns-core-modules/color'; | ||
import { applyMixins } from './material.common'; | ||
@@ -3,0 +3,0 @@ export { applyMixins }; |
// export * from './material.common'; | ||
import { Color } from 'tns-core-modules/color/color'; | ||
import { Color } from 'tns-core-modules/color'; | ||
import { applyMixins } from './material.common'; | ||
@@ -4,0 +4,0 @@ export { applyMixins }; |
@@ -1,2 +0,2 @@ | ||
import { Color } from 'tns-core-modules/color/color'; | ||
import { Color } from 'tns-core-modules/color'; | ||
import { TypographyOptions } from './material'; | ||
@@ -3,0 +3,0 @@ import { applyMixins } from './material.common'; |
@@ -1,7 +0,9 @@ | ||
import { Color } from 'tns-core-modules/color/color'; | ||
import { backgroundInternalProperty, layout, View } from 'tns-core-modules/ui/core/view'; | ||
import { Color } from 'tns-core-modules/color'; | ||
import { View } from 'tns-core-modules/ui/core/view/view'; | ||
import { layout } from 'tns-core-modules/utils/utils'; | ||
import { cssProperty, elevationHighlightedProperty, elevationProperty, rippleColorProperty } from './cssproperties'; | ||
import { ControlStateChangeListener } from 'tns-core-modules/ui/core/control-state-change'; | ||
import { backgroundInternalProperty } from 'tns-core-modules/ui/styling/style-properties'; | ||
import { applyMixins } from './material.common'; | ||
import { GestureTypes, TouchAction } from 'tns-core-modules/ui/gestures/gestures'; | ||
import { GestureTypes, TouchAction } from 'tns-core-modules/ui/gestures'; | ||
export { applyMixins }; | ||
@@ -8,0 +10,0 @@ var Themer = /** @class */ (function () { |
{ | ||
"name": "nativescript-material-core", | ||
"version": "2.2.1", | ||
"version": "2.2.2", | ||
"description": "Material Core component", | ||
@@ -33,3 +33,3 @@ "main": "./material", | ||
"readmeFilename": "README.md", | ||
"gitHead": "2e40b65ae588e4825c6236b61ac97e8babee041e" | ||
"gitHead": "97d331f7f8bbaeccd00fcbabce75f3a9b757eced" | ||
} |
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
104330
707