tnx-shared 5.3.388 → 5.3.389
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/tnx-shared.umd.js +4 -0
- package/bundles/tnx-shared.umd.js.map +1 -1
- package/bundles/tnx-shared.umd.min.js +1 -1
- package/bundles/tnx-shared.umd.min.js.map +1 -1
- package/components/user-picker/user-picker.component.d.ts.map +1 -1
- package/esm2015/components/user-picker/user-picker.component.js +5 -1
- package/fesm2015/tnx-shared.js +4 -0
- package/fesm2015/tnx-shared.js.map +1 -1
- package/package.json +2 -2
|
@@ -55855,6 +55855,10 @@
|
|
|
55855
55855
|
// Bỏ select item của autocomplete
|
|
55856
55856
|
UserPickerComponent.prototype.handleUnSelect = function ($event) {
|
|
55857
55857
|
this.updateSelectedValue();
|
|
55858
|
+
if (this.control.multiple && ($event === null || $event === void 0 ? void 0 : $event._disabled)) {
|
|
55859
|
+
this.selectedValue.push($event.value);
|
|
55860
|
+
this.selectedValueObject.push($event);
|
|
55861
|
+
}
|
|
55858
55862
|
var evt = {
|
|
55859
55863
|
item: $event,
|
|
55860
55864
|
value: this.selectedValue
|