@po-ui/ng-components 5.22.0 → 5.22.1
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/po-ui-ng-components.umd.js +3 -0
- package/bundles/po-ui-ng-components.umd.js.map +1 -1
- package/esm2015/lib/components/po-field/po-multiselect/po-multiselect-base.component.js +4 -1
- package/fesm2015/po-ui-ng-components.js +3 -0
- package/fesm2015/po-ui-ng-components.js.map +1 -1
- package/package.json +4 -4
- package/po-ui-ng-components-5.22.1.tgz +0 -0
- package/schematics/ng-add/index.js +1 -1
- package/schematics/ng-update/v2/index.js +1 -1
- package/schematics/ng-update/v3/index.js +1 -1
- package/schematics/ng-update/v4/index.js +1 -1
- package/schematics/ng-update/v5/index.js +1 -1
- package/po-ui-ng-components-5.22.0.tgz +0 -0
|
@@ -22006,6 +22006,9 @@
|
|
|
22006
22006
|
var _this = this;
|
|
22007
22007
|
if (options === void 0) { options = this.options; }
|
|
22008
22008
|
this.selectedOptions = [];
|
|
22009
|
+
if (newOptions.length === 0) {
|
|
22010
|
+
this.lastLengthModel = 0;
|
|
22011
|
+
}
|
|
22009
22012
|
if (this.filterService) {
|
|
22010
22013
|
this.selectedOptions = newOptions;
|
|
22011
22014
|
}
|