aurelia-gridstack
Advanced tools
Comparing version 5.0.0 to 6.0.0
@@ -79,11 +79,11 @@ define(["require", "exports", "tslib", "aurelia-dependency-injection", "aurelia-pal", "aurelia-templating", "aurelia-typed-observable-plugin", "gridstack"], function (require, exports, tslib_1, aurelia_dependency_injection_1, aurelia_pal_1, aurelia_templating_1, aurelia_typed_observable_plugin_1, gs) { | ||
tslib_1.__decorate([ | ||
aurelia_typed_observable_plugin_1.bindable, | ||
aurelia_typed_observable_plugin_1.bindable.none, | ||
tslib_1.__metadata("design:type", Object) | ||
], GridStack.prototype, "float", void 0); | ||
tslib_1.__decorate([ | ||
aurelia_typed_observable_plugin_1.bindable, | ||
aurelia_typed_observable_plugin_1.bindable.none, | ||
tslib_1.__metadata("design:type", Object) | ||
], GridStack.prototype, "static", void 0); | ||
tslib_1.__decorate([ | ||
aurelia_typed_observable_plugin_1.bindable, | ||
aurelia_typed_observable_plugin_1.bindable.none, | ||
tslib_1.__metadata("design:type", Object) | ||
@@ -90,0 +90,0 @@ ], GridStack.prototype, "options", void 0); |
define(["require", "exports", "aurelia-framework", "./elements/grid-stack/grid-stack", "./elements/grid-stack-item/grid-stack-item"], function (require, exports, aurelia_framework_1, grid_stack_1, grid_stack_item_1) { | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.GridStackItem = exports.GridStack = exports.configure = void 0; | ||
exports.GridStackItem = exports.GridStack = void 0; | ||
exports.configure = configure; | ||
function configure(aurelia) { | ||
@@ -11,3 +12,2 @@ aurelia.globalResources([ | ||
} | ||
exports.configure = configure; | ||
Object.defineProperty(exports, "GridStack", { enumerable: true, get: function () { return grid_stack_1.GridStack; } }); | ||
@@ -14,0 +14,0 @@ Object.defineProperty(exports, "GridStackItem", { enumerable: true, get: function () { return grid_stack_item_1.GridStackItem; } }); |
define(["require", "exports", "./models"], function (require, exports, models_1) { | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.getResizeHandleTypesOnly = void 0; | ||
exports.getResizeHandleTypesOnly = getResizeHandleTypesOnly; | ||
function onlyUnique(value, index, self) { | ||
@@ -23,4 +23,3 @@ return self.indexOf(value) === index; | ||
} | ||
exports.getResizeHandleTypesOnly = getResizeHandleTypesOnly; | ||
}); | ||
//# sourceMappingURL=utils.js.map |
@@ -83,11 +83,11 @@ "use strict"; | ||
tslib_1.__decorate([ | ||
aurelia_typed_observable_plugin_1.bindable, | ||
aurelia_typed_observable_plugin_1.bindable.none, | ||
tslib_1.__metadata("design:type", Object) | ||
], GridStack.prototype, "float", void 0); | ||
tslib_1.__decorate([ | ||
aurelia_typed_observable_plugin_1.bindable, | ||
aurelia_typed_observable_plugin_1.bindable.none, | ||
tslib_1.__metadata("design:type", Object) | ||
], GridStack.prototype, "static", void 0); | ||
tslib_1.__decorate([ | ||
aurelia_typed_observable_plugin_1.bindable, | ||
aurelia_typed_observable_plugin_1.bindable.none, | ||
tslib_1.__metadata("design:type", Object) | ||
@@ -94,0 +94,0 @@ ], GridStack.prototype, "options", void 0); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.GridStackItem = exports.GridStack = exports.configure = void 0; | ||
exports.GridStackItem = exports.GridStack = void 0; | ||
exports.configure = configure; | ||
var aurelia_framework_1 = require("aurelia-framework"); | ||
@@ -11,3 +12,2 @@ function configure(aurelia) { | ||
} | ||
exports.configure = configure; | ||
var grid_stack_1 = require("./elements/grid-stack/grid-stack"); | ||
@@ -14,0 +14,0 @@ Object.defineProperty(exports, "GridStack", { enumerable: true, get: function () { return grid_stack_1.GridStack; } }); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.getResizeHandleTypesOnly = void 0; | ||
exports.getResizeHandleTypesOnly = getResizeHandleTypesOnly; | ||
var models_1 = require("./models"); | ||
@@ -23,3 +23,2 @@ function onlyUnique(value, index, self) { | ||
} | ||
exports.getResizeHandleTypesOnly = getResizeHandleTypesOnly; | ||
//# sourceMappingURL=utils.js.map |
@@ -79,11 +79,11 @@ import { __decorate, __metadata } from "tslib"; | ||
__decorate([ | ||
bindable, | ||
bindable.none, | ||
__metadata("design:type", Object) | ||
], GridStack.prototype, "float", void 0); | ||
__decorate([ | ||
bindable, | ||
bindable.none, | ||
__metadata("design:type", Object) | ||
], GridStack.prototype, "static", void 0); | ||
__decorate([ | ||
bindable, | ||
bindable.none, | ||
__metadata("design:type", Object) | ||
@@ -90,0 +90,0 @@ ], GridStack.prototype, "options", void 0); |
@@ -80,11 +80,11 @@ import { __decorate, __metadata } from "tslib"; | ||
__decorate([ | ||
bindable, | ||
bindable.none, | ||
__metadata("design:type", Object) | ||
], GridStack.prototype, "float", void 0); | ||
__decorate([ | ||
bindable, | ||
bindable.none, | ||
__metadata("design:type", Object) | ||
], GridStack.prototype, "static", void 0); | ||
__decorate([ | ||
bindable, | ||
bindable.none, | ||
__metadata("design:type", Object) | ||
@@ -91,0 +91,0 @@ ], GridStack.prototype, "options", void 0); |
{ | ||
"name": "aurelia-gridstack", | ||
"version": "5.0.0", | ||
"version": "6.0.0", | ||
"publishConfig": { | ||
@@ -46,5 +46,5 @@ "access": "public" | ||
"aurelia-typed-observable-plugin": "^0.5.1", | ||
"gridstack": "^10.1.0", | ||
"gridstack": "^11.1.2", | ||
"tslib": "^2.6.2" | ||
} | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
142605
0
1534