aurelia-gridstack
Advanced tools
Comparing version 1.2.0 to 1.3.0
@@ -65,35 +65,35 @@ define(["require", "exports", "tslib", "aurelia-binding", "aurelia-dependency-injection", "aurelia-pal", "aurelia-templating", "aurelia-typed-observable-plugin"], function (require, exports, tslib_1, aurelia_binding_1, aurelia_dependency_injection_1, aurelia_pal_1, aurelia_templating_1, aurelia_typed_observable_plugin_1) { | ||
}; | ||
(0, tslib_1.__decorate)([ | ||
tslib_1.__decorate([ | ||
aurelia_typed_observable_plugin_1.bindable.number({ defaultBindingMode: aurelia_binding_1.bindingMode.twoWay }), | ||
(0, tslib_1.__metadata)("design:type", Number) | ||
tslib_1.__metadata("design:type", Number) | ||
], GridStackItem.prototype, "x", void 0); | ||
(0, tslib_1.__decorate)([ | ||
tslib_1.__decorate([ | ||
aurelia_typed_observable_plugin_1.bindable.number({ defaultBindingMode: aurelia_binding_1.bindingMode.twoWay }), | ||
(0, tslib_1.__metadata)("design:type", Number) | ||
tslib_1.__metadata("design:type", Number) | ||
], GridStackItem.prototype, "y", void 0); | ||
(0, tslib_1.__decorate)([ | ||
tslib_1.__decorate([ | ||
aurelia_typed_observable_plugin_1.bindable.number({ defaultBindingMode: aurelia_binding_1.bindingMode.twoWay }), | ||
(0, tslib_1.__metadata)("design:type", Number) | ||
tslib_1.__metadata("design:type", Number) | ||
], GridStackItem.prototype, "w", void 0); | ||
(0, tslib_1.__decorate)([ | ||
tslib_1.__decorate([ | ||
aurelia_typed_observable_plugin_1.bindable.number({ defaultBindingMode: aurelia_binding_1.bindingMode.twoWay }), | ||
(0, tslib_1.__metadata)("design:type", Number) | ||
tslib_1.__metadata("design:type", Number) | ||
], GridStackItem.prototype, "h", 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) | ||
], GridStackItem.prototype, "noMove", 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) | ||
], GridStackItem.prototype, "noResize", 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) | ||
], GridStackItem.prototype, "locked", void 0); | ||
GridStackItem = (0, tslib_1.__decorate)([ | ||
GridStackItem = tslib_1.__decorate([ | ||
(0, aurelia_dependency_injection_1.inject)(Element), | ||
(0, aurelia_templating_1.customElement)('grid-stack-item'), | ||
(0, aurelia_templating_1.useView)(aurelia_pal_1.PLATFORM.moduleName('./grid-stack-item.html')), | ||
(0, tslib_1.__metadata)("design:paramtypes", [Object]) | ||
tslib_1.__metadata("design:paramtypes", [Object]) | ||
], GridStackItem); | ||
@@ -100,0 +100,0 @@ return GridStackItem; |
@@ -5,3 +5,3 @@ define(["require", "exports", "tslib", "aurelia-dependency-injection", "aurelia-pal", "aurelia-templating", "aurelia-typed-observable-plugin", "gridstack", "gridstack/dist/h5/gridstack-dd-native"], function (require, exports, tslib_1, aurelia_dependency_injection_1, aurelia_pal_1, aurelia_templating_1, aurelia_typed_observable_plugin_1, gs) { | ||
exports.GridStack = void 0; | ||
gs = (0, tslib_1.__importStar)(gs); | ||
gs = tslib_1.__importStar(gs); | ||
var GridStack = /** @class */ (function () { | ||
@@ -59,23 +59,23 @@ function GridStack(root) { | ||
}; | ||
(0, tslib_1.__decorate)([ | ||
tslib_1.__decorate([ | ||
aurelia_typed_observable_plugin_1.bindable.number, | ||
(0, tslib_1.__metadata)("design:type", Number) | ||
tslib_1.__metadata("design:type", Number) | ||
], GridStack.prototype, "minRow", void 0); | ||
(0, tslib_1.__decorate)([ | ||
tslib_1.__decorate([ | ||
aurelia_typed_observable_plugin_1.bindable, | ||
(0, tslib_1.__metadata)("design:type", Object) | ||
tslib_1.__metadata("design:type", Object) | ||
], GridStack.prototype, "float", void 0); | ||
(0, tslib_1.__decorate)([ | ||
tslib_1.__decorate([ | ||
aurelia_typed_observable_plugin_1.bindable, | ||
(0, tslib_1.__metadata)("design:type", Object) | ||
tslib_1.__metadata("design:type", Object) | ||
], GridStack.prototype, "options", void 0); | ||
(0, tslib_1.__decorate)([ | ||
tslib_1.__decorate([ | ||
(0, aurelia_templating_1.children)('.grid-stack-item'), | ||
(0, tslib_1.__metadata)("design:type", Array) | ||
tslib_1.__metadata("design:type", Array) | ||
], GridStack.prototype, "items", void 0); | ||
GridStack = (0, tslib_1.__decorate)([ | ||
GridStack = tslib_1.__decorate([ | ||
(0, aurelia_dependency_injection_1.inject)(Element), | ||
(0, aurelia_templating_1.customElement)('grid-stack'), | ||
(0, aurelia_templating_1.useView)(aurelia_pal_1.PLATFORM.moduleName('./grid-stack.html')), | ||
(0, tslib_1.__metadata)("design:paramtypes", [HTMLElement]) | ||
tslib_1.__metadata("design:paramtypes", [HTMLElement]) | ||
], GridStack); | ||
@@ -82,0 +82,0 @@ return GridStack; |
@@ -70,35 +70,35 @@ "use strict"; | ||
}; | ||
(0, tslib_1.__decorate)([ | ||
tslib_1.__decorate([ | ||
aurelia_typed_observable_plugin_1.bindable.number({ defaultBindingMode: aurelia_binding_1.bindingMode.twoWay }), | ||
(0, tslib_1.__metadata)("design:type", Number) | ||
tslib_1.__metadata("design:type", Number) | ||
], GridStackItem.prototype, "x", void 0); | ||
(0, tslib_1.__decorate)([ | ||
tslib_1.__decorate([ | ||
aurelia_typed_observable_plugin_1.bindable.number({ defaultBindingMode: aurelia_binding_1.bindingMode.twoWay }), | ||
(0, tslib_1.__metadata)("design:type", Number) | ||
tslib_1.__metadata("design:type", Number) | ||
], GridStackItem.prototype, "y", void 0); | ||
(0, tslib_1.__decorate)([ | ||
tslib_1.__decorate([ | ||
aurelia_typed_observable_plugin_1.bindable.number({ defaultBindingMode: aurelia_binding_1.bindingMode.twoWay }), | ||
(0, tslib_1.__metadata)("design:type", Number) | ||
tslib_1.__metadata("design:type", Number) | ||
], GridStackItem.prototype, "w", void 0); | ||
(0, tslib_1.__decorate)([ | ||
tslib_1.__decorate([ | ||
aurelia_typed_observable_plugin_1.bindable.number({ defaultBindingMode: aurelia_binding_1.bindingMode.twoWay }), | ||
(0, tslib_1.__metadata)("design:type", Number) | ||
tslib_1.__metadata("design:type", Number) | ||
], GridStackItem.prototype, "h", 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) | ||
], GridStackItem.prototype, "noMove", 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) | ||
], GridStackItem.prototype, "noResize", 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) | ||
], GridStackItem.prototype, "locked", void 0); | ||
GridStackItem = (0, tslib_1.__decorate)([ | ||
GridStackItem = tslib_1.__decorate([ | ||
(0, aurelia_dependency_injection_1.inject)(Element), | ||
(0, aurelia_templating_1.customElement)('grid-stack-item'), | ||
(0, aurelia_templating_1.useView)(aurelia_pal_1.PLATFORM.moduleName('./grid-stack-item.html')), | ||
(0, tslib_1.__metadata)("design:paramtypes", [Object]) | ||
tslib_1.__metadata("design:paramtypes", [Object]) | ||
], GridStackItem); | ||
@@ -105,0 +105,0 @@ return GridStackItem; |
@@ -9,3 +9,3 @@ "use strict"; | ||
var aurelia_typed_observable_plugin_1 = require("aurelia-typed-observable-plugin"); | ||
var gs = (0, tslib_1.__importStar)(require("gridstack")); | ||
var gs = tslib_1.__importStar(require("gridstack")); | ||
// eslint-disable-next-line import/no-unassigned-import | ||
@@ -65,23 +65,23 @@ require("gridstack/dist/h5/gridstack-dd-native"); | ||
}; | ||
(0, tslib_1.__decorate)([ | ||
tslib_1.__decorate([ | ||
aurelia_typed_observable_plugin_1.bindable.number, | ||
(0, tslib_1.__metadata)("design:type", Number) | ||
tslib_1.__metadata("design:type", Number) | ||
], GridStack.prototype, "minRow", void 0); | ||
(0, tslib_1.__decorate)([ | ||
tslib_1.__decorate([ | ||
aurelia_typed_observable_plugin_1.bindable, | ||
(0, tslib_1.__metadata)("design:type", Object) | ||
tslib_1.__metadata("design:type", Object) | ||
], GridStack.prototype, "float", void 0); | ||
(0, tslib_1.__decorate)([ | ||
tslib_1.__decorate([ | ||
aurelia_typed_observable_plugin_1.bindable, | ||
(0, tslib_1.__metadata)("design:type", Object) | ||
tslib_1.__metadata("design:type", Object) | ||
], GridStack.prototype, "options", void 0); | ||
(0, tslib_1.__decorate)([ | ||
tslib_1.__decorate([ | ||
(0, aurelia_templating_1.children)('.grid-stack-item'), | ||
(0, tslib_1.__metadata)("design:type", Array) | ||
tslib_1.__metadata("design:type", Array) | ||
], GridStack.prototype, "items", void 0); | ||
GridStack = (0, tslib_1.__decorate)([ | ||
GridStack = tslib_1.__decorate([ | ||
(0, aurelia_dependency_injection_1.inject)(Element), | ||
(0, aurelia_templating_1.customElement)('grid-stack'), | ||
(0, aurelia_templating_1.useView)(aurelia_pal_1.PLATFORM.moduleName('./grid-stack.html')), | ||
(0, tslib_1.__metadata)("design:paramtypes", [HTMLElement]) | ||
tslib_1.__metadata("design:paramtypes", [HTMLElement]) | ||
], GridStack); | ||
@@ -88,0 +88,0 @@ return GridStack; |
{ | ||
"name": "aurelia-gridstack", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"publishConfig": { | ||
@@ -44,7 +44,7 @@ "access": "public" | ||
"peerDependencies": { | ||
"aurelia-framework": "^1.3.1", | ||
"aurelia-typed-observable-plugin": "^0.4.2", | ||
"aurelia-framework": "^1.4.1", | ||
"aurelia-typed-observable-plugin": "^0.5.1", | ||
"gridstack": "^5.0.0", | ||
"tslib": "^2.1.0" | ||
"tslib": "^2.4.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
80132