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

@aurelia-mdc-web/linear-progress

Package Overview
Dependencies
Maintainers
1
Versions
115
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aurelia-mdc-web/linear-progress - npm Package Compare versions

Comparing version 7.1.4 to 8.0.0

38

dist/amd/mdc-linear-progress.js

@@ -9,3 +9,3 @@ define(["require", "exports", "tslib", "@aurelia-mdc-web/base", "@material/linear-progress", "aurelia-typed-observable-plugin", "aurelia-framework"], function (require, exports, tslib_1, base_1, linear_progress_1, aurelia_typed_observable_plugin_1, aurelia_framework_1) {

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

@@ -16,5 +16,5 @@ return _super !== null && _super.apply(this, arguments) || this;

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

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

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

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

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

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

MdcLinearProgress.prototype.initialise = function () {
return tslib_1.__awaiter(this, void 0, void 0, function () {
return tslib_1.__generator(this, function (_a) {
return (0, tslib_1.__awaiter)(this, void 0, void 0, function () {
return (0, tslib_1.__generator)(this, function (_a) {
this.progressChanged();

@@ -131,18 +131,18 @@ this.openChanged();

};
tslib_1.__decorate([
(0, tslib_1.__decorate)([
aurelia_typed_observable_plugin_1.bindable.number,
tslib_1.__metadata("design:type", Number)
(0, tslib_1.__metadata)("design:type", Number)
], MdcLinearProgress.prototype, "progress", void 0);
tslib_1.__decorate([
(0, tslib_1.__decorate)([
aurelia_typed_observable_plugin_1.bindable.number,
tslib_1.__metadata("design:type", Number)
(0, tslib_1.__metadata)("design:type", Number)
], MdcLinearProgress.prototype, "buffer", void 0);
tslib_1.__decorate([
(0, tslib_1.__decorate)([
aurelia_typed_observable_plugin_1.bindable.booleanAttr,
tslib_1.__metadata("design:type", Boolean)
(0, tslib_1.__metadata)("design:type", Boolean)
], MdcLinearProgress.prototype, "open", void 0);
MdcLinearProgress = tslib_1.__decorate([
aurelia_framework_1.inject(Element),
aurelia_framework_1.useView(aurelia_framework_1.PLATFORM.moduleName('./mdc-linear-progress.html')),
aurelia_framework_1.customElement('mdc-linear-progress')
MdcLinearProgress = (0, tslib_1.__decorate)([
(0, aurelia_framework_1.inject)(Element),
(0, aurelia_framework_1.useView)(aurelia_framework_1.PLATFORM.moduleName('./mdc-linear-progress.html')),
(0, aurelia_framework_1.customElement)('mdc-linear-progress')
], MdcLinearProgress);

@@ -149,0 +149,0 @@ return MdcLinearProgress;

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

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

@@ -20,5 +20,5 @@ return _super !== null && _super.apply(this, arguments) || this;

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

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

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

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

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

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

MdcLinearProgress.prototype.initialise = function () {
return tslib_1.__awaiter(this, void 0, void 0, function () {
return tslib_1.__generator(this, function (_a) {
return (0, tslib_1.__awaiter)(this, void 0, void 0, function () {
return (0, tslib_1.__generator)(this, function (_a) {
this.progressChanged();

@@ -135,18 +135,18 @@ this.openChanged();

};
tslib_1.__decorate([
(0, tslib_1.__decorate)([
aurelia_typed_observable_plugin_1.bindable.number,
tslib_1.__metadata("design:type", Number)
(0, tslib_1.__metadata)("design:type", Number)
], MdcLinearProgress.prototype, "progress", void 0);
tslib_1.__decorate([
(0, tslib_1.__decorate)([
aurelia_typed_observable_plugin_1.bindable.number,
tslib_1.__metadata("design:type", Number)
(0, tslib_1.__metadata)("design:type", Number)
], MdcLinearProgress.prototype, "buffer", void 0);
tslib_1.__decorate([
(0, tslib_1.__decorate)([
aurelia_typed_observable_plugin_1.bindable.booleanAttr,
tslib_1.__metadata("design:type", Boolean)
(0, tslib_1.__metadata)("design:type", Boolean)
], MdcLinearProgress.prototype, "open", void 0);
MdcLinearProgress = tslib_1.__decorate([
aurelia_framework_1.inject(Element),
aurelia_framework_1.useView(aurelia_framework_1.PLATFORM.moduleName('./mdc-linear-progress.html')),
aurelia_framework_1.customElement('mdc-linear-progress')
MdcLinearProgress = (0, tslib_1.__decorate)([
(0, aurelia_framework_1.inject)(Element),
(0, aurelia_framework_1.useView)(aurelia_framework_1.PLATFORM.moduleName('./mdc-linear-progress.html')),
(0, aurelia_framework_1.customElement)('mdc-linear-progress')
], MdcLinearProgress);

@@ -153,0 +153,0 @@ return MdcLinearProgress;

{
"name": "@aurelia-mdc-web/linear-progress",
"version": "7.1.4",
"version": "8.0.0",
"publishConfig": {

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

"dependencies": {
"@aurelia-mdc-web/base": "7.1.4",
"@material/linear-progress": "^12.0.0"
"@aurelia-mdc-web/base": "8.0.0",
"@material/linear-progress": "^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