Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@aurelia-mdc-web/base

Package Overview
Dependencies
Maintainers
1
Versions
129
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 9.0.7 to 9.0.8

3

dist/amd/attributes/mdc-focus-trap.js

@@ -5,3 +5,3 @@ define(["require", "exports", "tslib", "aurelia-dependency-injection", "aurelia-templating", "aurelia-typed-observable-plugin", "@material/dom/focus-trap", "../aurelia-typed-observable-plugin-fix"], function (require, exports, tslib_1, aurelia_dependency_injection_1, aurelia_templating_1, aurelia_typed_observable_plugin_1, focus_trap_1) {

exports.MdcFocusTrap = void 0;
var MdcFocusTrap = exports.MdcFocusTrap = /** @class */ (function () {
var MdcFocusTrap = /** @class */ (function () {
function MdcFocusTrap(root) {

@@ -50,3 +50,4 @@ this.root = root;

}());
exports.MdcFocusTrap = MdcFocusTrap;
});
//# sourceMappingURL=mdc-focus-trap.js.map

@@ -5,3 +5,3 @@ define(["require", "exports", "tslib", "aurelia-framework", "aurelia-pal"], function (require, exports, tslib_1, aurelia_framework_1, aurelia_pal_1) {

exports.MdcSizeCustomAttribute = void 0;
var MdcSizeCustomAttribute = exports.MdcSizeCustomAttribute = /** @class */ (function () {
var MdcSizeCustomAttribute = /** @class */ (function () {
function MdcSizeCustomAttribute(element) {

@@ -62,2 +62,3 @@ this.element = element;

}());
exports.MdcSizeCustomAttribute = MdcSizeCustomAttribute;
var ElementSizeDirtyChecker = /** @class */ (function () {

@@ -64,0 +65,0 @@ function ElementSizeDirtyChecker(callback, rate /* 3 times a second */) {

@@ -5,3 +5,3 @@ define(["require", "exports", "tslib", "aurelia-binding", "aurelia-templating"], function (require, exports, tslib_1, aurelia_binding_1, aurelia_templating_1) {

exports.MdcPromisifyReference = void 0;
var MdcPromisifyReference = exports.MdcPromisifyReference = /** @class */ (function () {
var MdcPromisifyReference = /** @class */ (function () {
function MdcPromisifyReference() {

@@ -32,3 +32,4 @@ }

}());
exports.MdcPromisifyReference = MdcPromisifyReference;
});
//# sourceMappingURL=mdc-promisify-reference.js.map

@@ -5,3 +5,3 @@ define(["require", "exports", "tslib", "aurelia-framework", "aurelia-templating-binding"], function (require, exports, tslib_1, aurelia_framework_1, aurelia_templating_binding_1) {

exports.MdcComponentAdapters = void 0;
var MdcComponentAdapters = exports.MdcComponentAdapters = /** @class */ (function () {
var MdcComponentAdapters = /** @class */ (function () {
function MdcComponentAdapters(observerLocator) {

@@ -86,3 +86,4 @@ this.observerLocator = observerLocator;

}());
exports.MdcComponentAdapters = MdcComponentAdapters;
});
//# sourceMappingURL=mdc-component-adapters.js.map

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

require("../aurelia-typed-observable-plugin-fix");
var MdcFocusTrap = exports.MdcFocusTrap = /** @class */ (function () {
var MdcFocusTrap = /** @class */ (function () {
function MdcFocusTrap(root) {

@@ -55,2 +55,3 @@ this.root = root;

}());
exports.MdcFocusTrap = MdcFocusTrap;
//# sourceMappingURL=mdc-focus-trap.js.map

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

var aurelia_pal_1 = require("aurelia-pal");
var MdcSizeCustomAttribute = exports.MdcSizeCustomAttribute = /** @class */ (function () {
var MdcSizeCustomAttribute = /** @class */ (function () {
function MdcSizeCustomAttribute(element) {

@@ -64,2 +64,3 @@ this.element = element;

}());
exports.MdcSizeCustomAttribute = MdcSizeCustomAttribute;
var ElementSizeDirtyChecker = /** @class */ (function () {

@@ -66,0 +67,0 @@ function ElementSizeDirtyChecker(callback, rate /* 3 times a second */) {

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

var aurelia_templating_1 = require("aurelia-templating");
var MdcPromisifyReference = exports.MdcPromisifyReference = /** @class */ (function () {
var MdcPromisifyReference = /** @class */ (function () {
function MdcPromisifyReference() {

@@ -34,2 +34,3 @@ }

}());
exports.MdcPromisifyReference = MdcPromisifyReference;
//# sourceMappingURL=mdc-promisify-reference.js.map

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

var aurelia_templating_binding_1 = require("aurelia-templating-binding");
var MdcComponentAdapters = exports.MdcComponentAdapters = /** @class */ (function () {
var MdcComponentAdapters = /** @class */ (function () {
function MdcComponentAdapters(observerLocator) {

@@ -88,2 +88,3 @@ this.observerLocator = observerLocator;

}());
exports.MdcComponentAdapters = MdcComponentAdapters;
//# sourceMappingURL=mdc-component-adapters.js.map

@@ -7,3 +7,3 @@ import { __decorate, __metadata } from "tslib";

import '../aurelia-typed-observable-plugin-fix';
export var MdcFocusTrap = /** @class */ (function () {
var MdcFocusTrap = /** @class */ (function () {
function MdcFocusTrap(root) {

@@ -52,2 +52,3 @@ this.root = root;

}());
export { MdcFocusTrap };
//# sourceMappingURL=mdc-focus-trap.js.map
import { __decorate, __metadata } from "tslib";
import { customAttribute, bindingMode, inject, bindable } from 'aurelia-framework';
import { PLATFORM } from 'aurelia-pal';
export var MdcSizeCustomAttribute = /** @class */ (function () {
var MdcSizeCustomAttribute = /** @class */ (function () {
function MdcSizeCustomAttribute(element) {

@@ -60,2 +60,3 @@ this.element = element;

}());
export { MdcSizeCustomAttribute };
var ElementSizeDirtyChecker = /** @class */ (function () {

@@ -62,0 +63,0 @@ function ElementSizeDirtyChecker(callback, rate /* 3 times a second */) {

import { __decorate, __metadata } from "tslib";
import { bindingMode } from 'aurelia-binding';
import { bindable, customElement, noView } from 'aurelia-templating';
export var MdcPromisifyReference = /** @class */ (function () {
var MdcPromisifyReference = /** @class */ (function () {
function MdcPromisifyReference() {

@@ -30,2 +30,3 @@ }

}());
export { MdcPromisifyReference };
//# sourceMappingURL=mdc-promisify-reference.js.map
import { __decorate, __metadata } from "tslib";
import { inject, ObserverLocator } from 'aurelia-framework';
import { SyntaxInterpreter } from 'aurelia-templating-binding';
export var MdcComponentAdapters = /** @class */ (function () {
var MdcComponentAdapters = /** @class */ (function () {
function MdcComponentAdapters(observerLocator) {

@@ -84,2 +84,3 @@ this.observerLocator = observerLocator;

}());
export { MdcComponentAdapters };
//# sourceMappingURL=mdc-component-adapters.js.map
{
"name": "@aurelia-mdc-web/base",
"version": "9.0.7",
"version": "9.0.8",
"publishConfig": {

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

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

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

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

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