@vaadin/vaadin-list-mixin
Advanced tools
Comparing version 2.2.2-alpha3 to 2.3.0-beta1
@@ -13,3 +13,3 @@ { | ||
"name": "@vaadin/vaadin-list-mixin", | ||
"version": "2.2.2-alpha3", | ||
"version": "2.3.0-beta1", | ||
"main": "vaadin-list-mixin.js", | ||
@@ -16,0 +16,0 @@ "author": "Vaadin Ltd", |
@@ -27,3 +27,4 @@ /** | ||
/** | ||
* The index of the item selected in the items array | ||
* The index of the item selected in the items array. | ||
* Note: Not updated when used in `multiple` selection mode. | ||
*/ | ||
@@ -260,2 +261,11 @@ selected: { | ||
} | ||
/** | ||
* Fired when the selection is changed. | ||
* Not fired when used in `multiple` selection mode. | ||
* | ||
* @event selected-changed | ||
* @param {Object} detail | ||
* @param {Object} detail.value the index of the item selected in the items array. | ||
*/ | ||
}; |
@@ -29,2 +29,3 @@ /** | ||
* Array of indexes of the items selected in the items array | ||
* Note: Not updated when used in single selection mode. | ||
*/ | ||
@@ -98,2 +99,11 @@ selectedValues: { | ||
} | ||
/** | ||
* Fired when the selection is changed. | ||
* Not fired in single selection mode. | ||
* | ||
* @event selected-values-changed | ||
* @param {Object} detail | ||
* @param {Object} detail.value the array of indexes of the items selected in the items array. | ||
*/ | ||
}; |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
24288
324
1