@nativescript-community/ui-material-ripple
Advanced tools
Comparing version 7.0.33 to 7.0.34
{ | ||
"name": "@nativescript-community/ui-material-ripple", | ||
"version": "7.0.33", | ||
"version": "7.0.34", | ||
"description": "The Material Design Ripple component provides a radial action in the form of a visual ripple expanding outward from the user's touch. Ripple is a visual form of feedback for touch events providing users a clear signal that an element is being touched.", | ||
@@ -9,6 +9,5 @@ "main": "./ripple", | ||
"scripts": { | ||
"tsc": "../../node_modules/.bin/cpy ../../src/ripple/ripple.d.ts ./ && ../../node_modules/.bin/tsc -d", | ||
"tsc-win": "..\\..\\node_modules\\.bin\\cpy ..\\..\\src\\ripple\\ripple.d.ts .\\ && ..\\..\\node_modules\\.bin\\tsc -d", | ||
"tsc": "cpy ../../src/ripple/ripple.d.ts ./ && tsc -d", | ||
"tsc-win": "cpy ..\\..\\src\\ripple\\ripple.d.ts .\\ && tsc -d", | ||
"build": "npm run tsc", | ||
"setup.yarn": "yarn install", | ||
"build.watch": "npm run tsc -- -w", | ||
@@ -19,4 +18,4 @@ "build.win": "npm run tsc-win", | ||
"build.angular": "ng-packagr -p ../../src/ripple/angular/ng-package.json -c ../../src/ripple/angular/tsconfig.json", | ||
"build.angular.win": "..\\..\\node_modules\\.bin\\ng-packagr -p ..\\..\\src\\ripple\\angular\\package.json -c ..\\..\\src\\ripple\\angular\\tsconfig.json", | ||
"clean": "../../node_modules/.bin/rimraf ./*.d.ts ./*.js ./*.js.map" | ||
"build.angular.win": "ng-packagr -p ..\\..\\src\\ripple\\angular\\package.json -c ..\\..\\src\\ripple\\angular\\tsconfig.json", | ||
"clean": "rimraf ./*.d.ts ./*.js ./*.js.map" | ||
}, | ||
@@ -52,5 +51,5 @@ "nativescript": { | ||
"dependencies": { | ||
"@nativescript-community/ui-material-core": "^7.0.33" | ||
"@nativescript-community/ui-material-core": "^7.0.34" | ||
}, | ||
"gitHead": "0e601b87754a16516a604d2f32076c9d3b0a8bbd" | ||
"gitHead": "e0ccc861d2f6da556d045b069ebc6c8f32a6872a" | ||
} |
@@ -18,2 +18,3 @@ import { getRippleColor, rippleColorProperty, themer } from '@nativescript-community/ui-material-core'; | ||
} | ||
// eslint-disable-next-line no-redeclare | ||
let PreLollipopStackLayout; | ||
@@ -165,4 +166,6 @@ function initializePreLollipopStackLayout() { | ||
createNativeView() { | ||
// initMDStackLayout(); | ||
const view = super.createNativeView(); | ||
this.setRippleDrawable(view); | ||
// view.setClickable(true); | ||
this.setRippleDrawable(view); // set default ripple | ||
return view; | ||
@@ -169,0 +172,0 @@ } |
@@ -12,2 +12,4 @@ import { getRippleColor, rippleColorProperty, themer } from '@nativescript-community/ui-material-core'; | ||
} | ||
// this.inkTouchController | ||
// MDCInkColorThemer.applyColorSchemeToInkView(colorScheme, this.inkTouchController.defaultInkView); | ||
return view; | ||
@@ -14,0 +16,0 @@ } |
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
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
388
43831
26