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.
- package/bundles/tnx-shared.umd.js +7 -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/file-explorer/services/download-link.service.d.ts.map +1 -1
- package/components/user-picker/user-picker.component.d.ts.map +1 -1
- package/esm2015/components/file-explorer/services/download-link.service.js +4 -1
- package/esm2015/components/user-picker/user-picker.component.js +5 -1
- package/fesm2015/tnx-shared.js +7 -0
- package/fesm2015/tnx-shared.js.map +1 -1
- package/package.json +2 -2
|
@@ -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
|