angular-gridster2
Advanced tools
Comparing version 1.16.3 to 1.17.0
{ | ||
"name": "angular-gridster2", | ||
"version": "1.16.3", | ||
"version": "1.17.0", | ||
"main": "index.js", | ||
@@ -9,4 +9,4 @@ "dependencies": { | ||
"devDependencies": { | ||
"angular-animate": "1.6.6", | ||
"angular-aria": "1.6.6", | ||
"angular-animate": "1.6.7", | ||
"angular-aria": "1.6.7", | ||
"angular-material": "1.1.5", | ||
@@ -45,3 +45,3 @@ "browser-sync": "2.18.13", | ||
"karma-coverage": "1.1.1", | ||
"karma-jasmine": "1.1.0", | ||
"karma-jasmine": "1.1.1", | ||
"karma-ng-html2js-preprocessor": "1.0.0", | ||
@@ -48,0 +48,0 @@ "karma-phantomjs-launcher": "1.0.4", |
@@ -102,4 +102,4 @@ angular-gridster2 | ||
// Arguments: gridsterItem, gridsterItemComponent | ||
itemRemovedCallback: undefined, // callback to call for each item when is initialized. | ||
// Arguments: gridsterItem, gridsterItemComponent | ||
itemRemovedCallback: undefined, // callback to call for each item when is removed. | ||
// Arguments: gridsterItem, gridsterItemComponent | ||
enableEmptyCellClick: false, // enable empty cell click events | ||
@@ -113,5 +113,5 @@ enableEmptyCellContextMenu: false, // enable empty cell context menu (right click) events | ||
emptyCellDragCallback: undefined, // empty cell drag and create item like excel cell selection | ||
// Arguments: event, gridsterItem{x, y, rows: defaultItemRows, cols: defaultItemCols} | ||
emptyCellDragMaxCols: 50, // limit empty cell drag max cols | ||
emptyCellDragMaxRows: 50, // limit empty cell drag max rows | ||
// Arguments: event, gridsterItem{x, y, rows: defaultItemRows, cols: defaultItemCols} | ||
draggable: { | ||
@@ -186,2 +186,3 @@ delayStart: 0, // milliseconds to delay the start of resize, useful for touch interaction | ||
resizeEnabled?: boolean; // override grid option resizable.enabled | ||
compactEnabled?: boolean; // disable compact | ||
maxItemRows?: number; // override grid option maxItemRows | ||
@@ -188,0 +189,0 @@ minItemRows?: number; // override grid option minItemRows |
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
109932
2408
231