ng-tailwind 2.24.330 → 2.24.331
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/ng-tailwind.umd.js +2 -0
- package/bundles/ng-tailwind.umd.js.map +1 -1
- package/esm2015/components/ngt-multi-select/ngt-multi-select.component.js +3 -1
- package/fesm2015/ng-tailwind.js +2 -0
- package/fesm2015/ng-tailwind.js.map +1 -1
- package/ng-tailwind.metadata.json +1 -1
- package/package.json +1 -1
|
@@ -6726,6 +6726,8 @@
|
|
|
6726
6726
|
}
|
|
6727
6727
|
else if (!selectableElement.isSelected && this.isSelectedElement(selectableElement)) {
|
|
6728
6728
|
this.selectedElements = this.selectedElements.filter(function (selectedElement) { return selectedElement.uuid !== selectableElement.uuid; });
|
|
6729
|
+
;
|
|
6730
|
+
this.onNativeChange(selectableElement);
|
|
6729
6731
|
if (this.displayOnlySelected && !this.selectedElements.length) {
|
|
6730
6732
|
this.displayOnlySelected = false;
|
|
6731
6733
|
}
|