angular-gridster2
Advanced tools
Comparing version 1.6.0 to 1.7.0
require('./dist/gridster.js'); | ||
module.exports = 'angular-gridster2'; |
{ | ||
"name": "angular-gridster2", | ||
"version": "1.6.0", | ||
"version": "1.7.0", | ||
"main": "index.js", | ||
@@ -33,3 +33,3 @@ "dependencies": { | ||
"gulp-replace": "0.6.1", | ||
"gulp-rev": "7.1.2", | ||
"gulp-rev": "8.0.0", | ||
"gulp-rev-replace": "0.4.3", | ||
@@ -36,0 +36,0 @@ "gulp-size": "2.1.0", |
@@ -97,9 +97,13 @@ angular-gridster2 | ||
scrollSpeed: 20, // how much to scroll each mouse move when in the scrollSensitivity zone | ||
initCallback: undefined, // callback to call after grid has initialized. Arguments: gridsterComponent | ||
itemChangeCallback: undefined, // callback to call for each item when is changes x, y, rows, cols. | ||
// Arguments: gridsterItem, gridsterItemComponent | ||
itemResizeCallback: undefined, // callback to call for each item when width/height changes. | ||
// Arguments: gridsterItem, gridsterItemComponent | ||
itemInitCallback: undefined, // callback to call for each item when is initialized. | ||
// Arguments: gridsterItem, gridsterItemComponent | ||
initCallback: undefined, // callback to call after grid has initialized. Arguments: gridsterComponent | ||
itemChangeCallback: undefined, // callback to call for each item when is changes x, y, rows, cols. | ||
// Arguments: gridsterItem, gridsterItemComponent | ||
itemResizeCallback: undefined, // callback to call for each item when width/height changes. | ||
// Arguments: gridsterItem, gridsterItemComponent | ||
itemInitCallback: undefined, // callback to call for each item when is initialized. | ||
// Arguments: gridsterItem, gridsterItemComponent | ||
enableEmptyCellClickDrag: false, // enable empty cell click and drag drop events | ||
emptyCellClickCallback: undefined, // empty cell click callback | ||
emptyCellDropCallback: undefined, // empty cell drag drop callback. HTML5 Drag & Drop | ||
// Arguments: event, gridsterItem{x, y, rows: defaultItemRows, cols: defaultItemCols} | ||
draggable: { | ||
@@ -106,0 +110,0 @@ enabled: false, // enable/disable draggable items |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
85229
1847
201