tnx-shared 5.3.387 → 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.
@@ -10283,6 +10283,7 @@
10283
10283
  fileName: fileName,
10284
10284
  fileInstanceId: fileInstanceId,
10285
10285
  fileId: fileInstanceId,
10286
+ fileVersionId: fileVersionInstanceId,
10286
10287
  fileVersionInstanceId: fileVersionInstanceId,
10287
10288
  outputType: this.convertModelType.pdf,
10288
10289
  toBase64: true
@@ -10295,6 +10296,8 @@
10295
10296
  fileName: fileName,
10296
10297
  fileInstanceId: fileInstanceId,
10297
10298
  fileVersionInstanceId: fileVersionInstanceId,
10299
+ fileId: fileInstanceId,
10300
+ fileVersionId: fileVersionInstanceId,
10298
10301
  outputType: this.convertModelType.pdf,
10299
10302
  toBase64: true
10300
10303
  };
@@ -55852,6 +55855,10 @@
55852
55855
  // Bỏ select item của autocomplete
55853
55856
  UserPickerComponent.prototype.handleUnSelect = function ($event) {
55854
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
+ }
55855
55862
  var evt = {
55856
55863
  item: $event,
55857
55864
  value: this.selectedValue