New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@aurelia-mdc-web/ripple

Package Overview
Dependencies
Maintainers
1
Versions
125
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aurelia-mdc-web/ripple - npm Package Compare versions

Comparing version 8.0.3 to 8.0.4

48

dist/amd/mdc-ripple.js

@@ -6,3 +6,3 @@ define(["require", "exports", "tslib", "@aurelia-mdc-web/base", "@material/ripple", "@material/dom/ponyfill", "@material/dom/events", "aurelia-framework", "aurelia-typed-observable-plugin"], function (require, exports, tslib_1, base_1, ripple_1, ponyfill_1, events_1, aurelia_framework_1, aurelia_typed_observable_plugin_1) {

var MdcRipple = /** @class */ (function (_super) {
(0, tslib_1.__extends)(MdcRipple, _super);
tslib_1.__extends(MdcRipple, _super);
function MdcRipple() {

@@ -19,4 +19,4 @@ var _this = _super !== null && _super.apply(this, arguments) || this;

var _a;
return (0, tslib_1.__awaiter)(this, void 0, void 0, function () {
return (0, tslib_1.__generator)(this, function (_b) {
return tslib_1.__awaiter(this, void 0, void 0, function () {
return tslib_1.__generator(this, function (_b) {
switch (_b.label) {

@@ -34,5 +34,5 @@ case 0: return [4 /*yield*/, this.initialised];

var _a, _b, _c;
return (0, tslib_1.__awaiter)(this, void 0, void 0, function () {
return tslib_1.__awaiter(this, void 0, void 0, function () {
var inputBinding;
return (0, tslib_1.__generator)(this, function (_d) {
return tslib_1.__generator(this, function (_d) {
switch (_d.label) {

@@ -100,39 +100,39 @@ case 0:

MdcRipple.ATTRIBUTE_CLASS = 'mdc-ripple-enhanced';
(0, tslib_1.__decorate)([
tslib_1.__decorate([
aurelia_typed_observable_plugin_1.bindable,
(0, tslib_1.__metadata)("design:type", HTMLInputElement)
tslib_1.__metadata("design:type", HTMLInputElement)
], MdcRipple.prototype, "input", void 0);
(0, tslib_1.__decorate)([
tslib_1.__decorate([
aurelia_typed_observable_plugin_1.bindable,
(0, tslib_1.__metadata)("design:type", HTMLElement)
tslib_1.__metadata("design:type", HTMLElement)
], MdcRipple.prototype, "surface", void 0);
(0, tslib_1.__decorate)([
tslib_1.__decorate([
aurelia_typed_observable_plugin_1.bindable,
(0, tslib_1.__metadata)("design:type", Function)
tslib_1.__metadata("design:type", Function)
], MdcRipple.prototype, "computeBoundingRect", void 0);
(0, tslib_1.__decorate)([
tslib_1.__decorate([
aurelia_typed_observable_plugin_1.bindable.booleanAttr,
(0, tslib_1.__metadata)("design:type", Boolean)
tslib_1.__metadata("design:type", Boolean)
], MdcRipple.prototype, "disabled", void 0);
(0, tslib_1.__decorate)([
tslib_1.__decorate([
aurelia_typed_observable_plugin_1.bindable.booleanAttr,
(0, tslib_1.__metadata)("design:type", Boolean)
tslib_1.__metadata("design:type", Boolean)
], MdcRipple.prototype, "unbounded", void 0);
(0, tslib_1.__decorate)([
tslib_1.__decorate([
aurelia_typed_observable_plugin_1.bindable.booleanAttr,
(0, tslib_1.__metadata)("design:type", Boolean)
tslib_1.__metadata("design:type", Boolean)
], MdcRipple.prototype, "activeSurface", void 0);
(0, tslib_1.__decorate)([
tslib_1.__decorate([
aurelia_typed_observable_plugin_1.bindable.booleanAttr,
(0, tslib_1.__metadata)("design:type", Boolean)
tslib_1.__metadata("design:type", Boolean)
], MdcRipple.prototype, "noClass", void 0);
(0, tslib_1.__decorate)([
tslib_1.__decorate([
aurelia_typed_observable_plugin_1.bindable.booleanAttr,
(0, tslib_1.__metadata)("design:type", Boolean)
tslib_1.__metadata("design:type", Boolean)
], MdcRipple.prototype, "primary", void 0);
(0, tslib_1.__decorate)([
tslib_1.__decorate([
aurelia_typed_observable_plugin_1.bindable.booleanAttr,
(0, tslib_1.__metadata)("design:type", Boolean)
tslib_1.__metadata("design:type", Boolean)
], MdcRipple.prototype, "accent", void 0);
MdcRipple = MdcRipple_1 = (0, tslib_1.__decorate)([
MdcRipple = MdcRipple_1 = tslib_1.__decorate([
(0, aurelia_framework_1.inject)(Element),

@@ -139,0 +139,0 @@ (0, aurelia_framework_1.customAttribute)('mdc-ripple')

@@ -12,3 +12,3 @@ "use strict";

var MdcRipple = /** @class */ (function (_super) {
(0, tslib_1.__extends)(MdcRipple, _super);
tslib_1.__extends(MdcRipple, _super);
function MdcRipple() {

@@ -25,4 +25,4 @@ var _this = _super !== null && _super.apply(this, arguments) || this;

var _a;
return (0, tslib_1.__awaiter)(this, void 0, void 0, function () {
return (0, tslib_1.__generator)(this, function (_b) {
return tslib_1.__awaiter(this, void 0, void 0, function () {
return tslib_1.__generator(this, function (_b) {
switch (_b.label) {

@@ -40,5 +40,5 @@ case 0: return [4 /*yield*/, this.initialised];

var _a, _b, _c;
return (0, tslib_1.__awaiter)(this, void 0, void 0, function () {
return tslib_1.__awaiter(this, void 0, void 0, function () {
var inputBinding;
return (0, tslib_1.__generator)(this, function (_d) {
return tslib_1.__generator(this, function (_d) {
switch (_d.label) {

@@ -106,39 +106,39 @@ case 0:

MdcRipple.ATTRIBUTE_CLASS = 'mdc-ripple-enhanced';
(0, tslib_1.__decorate)([
tslib_1.__decorate([
aurelia_typed_observable_plugin_1.bindable,
(0, tslib_1.__metadata)("design:type", HTMLInputElement)
tslib_1.__metadata("design:type", HTMLInputElement)
], MdcRipple.prototype, "input", void 0);
(0, tslib_1.__decorate)([
tslib_1.__decorate([
aurelia_typed_observable_plugin_1.bindable,
(0, tslib_1.__metadata)("design:type", HTMLElement)
tslib_1.__metadata("design:type", HTMLElement)
], MdcRipple.prototype, "surface", void 0);
(0, tslib_1.__decorate)([
tslib_1.__decorate([
aurelia_typed_observable_plugin_1.bindable,
(0, tslib_1.__metadata)("design:type", Function)
tslib_1.__metadata("design:type", Function)
], MdcRipple.prototype, "computeBoundingRect", void 0);
(0, tslib_1.__decorate)([
tslib_1.__decorate([
aurelia_typed_observable_plugin_1.bindable.booleanAttr,
(0, tslib_1.__metadata)("design:type", Boolean)
tslib_1.__metadata("design:type", Boolean)
], MdcRipple.prototype, "disabled", void 0);
(0, tslib_1.__decorate)([
tslib_1.__decorate([
aurelia_typed_observable_plugin_1.bindable.booleanAttr,
(0, tslib_1.__metadata)("design:type", Boolean)
tslib_1.__metadata("design:type", Boolean)
], MdcRipple.prototype, "unbounded", void 0);
(0, tslib_1.__decorate)([
tslib_1.__decorate([
aurelia_typed_observable_plugin_1.bindable.booleanAttr,
(0, tslib_1.__metadata)("design:type", Boolean)
tslib_1.__metadata("design:type", Boolean)
], MdcRipple.prototype, "activeSurface", void 0);
(0, tslib_1.__decorate)([
tslib_1.__decorate([
aurelia_typed_observable_plugin_1.bindable.booleanAttr,
(0, tslib_1.__metadata)("design:type", Boolean)
tslib_1.__metadata("design:type", Boolean)
], MdcRipple.prototype, "noClass", void 0);
(0, tslib_1.__decorate)([
tslib_1.__decorate([
aurelia_typed_observable_plugin_1.bindable.booleanAttr,
(0, tslib_1.__metadata)("design:type", Boolean)
tslib_1.__metadata("design:type", Boolean)
], MdcRipple.prototype, "primary", void 0);
(0, tslib_1.__decorate)([
tslib_1.__decorate([
aurelia_typed_observable_plugin_1.bindable.booleanAttr,
(0, tslib_1.__metadata)("design:type", Boolean)
tslib_1.__metadata("design:type", Boolean)
], MdcRipple.prototype, "accent", void 0);
MdcRipple = MdcRipple_1 = (0, tslib_1.__decorate)([
MdcRipple = MdcRipple_1 = tslib_1.__decorate([
(0, aurelia_framework_1.inject)(Element),

@@ -145,0 +145,0 @@ (0, aurelia_framework_1.customAttribute)('mdc-ripple')

{
"name": "@aurelia-mdc-web/ripple",
"version": "8.0.3",
"version": "8.0.4",
"publishConfig": {

@@ -50,5 +50,5 @@ "access": "public"

"dependencies": {
"@aurelia-mdc-web/base": "8.0.3",
"@aurelia-mdc-web/base": "8.0.4",
"@material/ripple": "^13.0.0"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc