@colijnit/corecomponents_v12 12.0.116 → 12.0.117
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/colijnit-corecomponents_v12.umd.js +1 -1
- package/bundles/colijnit-corecomponents_v12.umd.js.map +1 -1
- package/esm2015/lib/components/list-of-values/list-of-values.component.js +2 -2
- package/fesm2015/colijnit-corecomponents_v12.js +1 -1
- package/fesm2015/colijnit-corecomponents_v12.js.map +1 -1
- package/package.json +1 -1
|
@@ -12278,7 +12278,7 @@
|
|
|
12278
12278
|
}
|
|
12279
12279
|
};
|
|
12280
12280
|
ListOfValuesComponent.prototype.clearModel = function (event) {
|
|
12281
|
-
this.
|
|
12281
|
+
this.setModel([]);
|
|
12282
12282
|
};
|
|
12283
12283
|
ListOfValuesComponent.prototype.toggleSelect = function () {
|
|
12284
12284
|
if (this.readonly) {
|