angular-gridster2
Advanced tools
Comparing version 1.5.1 to 1.6.0
{ | ||
"name": "angular-gridster2", | ||
"version": "1.5.1", | ||
"version": "1.6.0", | ||
"main": "index.js", | ||
@@ -12,3 +12,3 @@ "dependencies": { | ||
"angular-material": "1.1.4", | ||
"browser-sync": "2.18.12", | ||
"browser-sync": "2.18.13", | ||
"browser-sync-spa": "1.0.3", | ||
@@ -15,0 +15,0 @@ "chalk": "2.0.1", |
@@ -97,5 +97,9 @@ 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 | ||
itemChangeCallback: undefined, // callback to call for each item when is changes x, y, rows, cols. Arguments: gridsterItem | ||
itemResizeCallback: undefined, // callback to call for each item when width/height changes. Arguments: gridsterItem | ||
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 | ||
draggable: { | ||
@@ -147,3 +151,3 @@ enabled: false, // enable/disable draggable items | ||
cols?: number; // number of columns if missing will use grid option defaultItemCols | ||
initCallback?: Function; // initialization callback | ||
initCallback?: Function; // initialization callback. Argument: GridsterItem, GridsterItemComponent | ||
dragEnabled?: boolean; // override grid option draggable.enabled | ||
@@ -150,0 +154,0 @@ resizeEnabled?: boolean; // override grid option resizable.enabled |
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
82107
197
1783