tnx-shared 5.3.283 → 5.3.284
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/dropdown/dropdown.component.d.ts.map +1 -1
- package/components/service-file-upload/service-file-upload.component.d.ts.map +1 -1
- package/esm2015/components/dropdown/dropdown.component.js +4 -1
- package/esm2015/components/service-file-upload/service-file-upload.component.js +2 -1
- package/fesm2015/tnx-shared.js +4 -0
- package/fesm2015/tnx-shared.js.map +1 -1
- package/package.json +2 -2
|
@@ -32897,6 +32897,9 @@
|
|
|
32897
32897
|
else {
|
|
32898
32898
|
this.funcReturnValue = function (value) { return value; };
|
|
32899
32899
|
}
|
|
32900
|
+
if (this._value && this.dataSourceInternal) {
|
|
32901
|
+
this.getValueReturn();
|
|
32902
|
+
}
|
|
32900
32903
|
};
|
|
32901
32904
|
DropdownComponent.prototype.getDelaySearchTime = function () {
|
|
32902
32905
|
var jsDropdownSetting = localStorage.getItem(KeyStorageDropdownSetting);
|
|
@@ -37799,6 +37802,7 @@
|
|
|
37799
37802
|
formData.append('entity', this.entity);
|
|
37800
37803
|
formData.append('entityKey', this.entityKey);
|
|
37801
37804
|
formData.append('isMultiple', 'false');
|
|
37805
|
+
formData.append('isPublic', "" + this.control.isPublic);
|
|
37802
37806
|
formData.append('file', this.selectedFile);
|
|
37803
37807
|
this.loading = true;
|
|
37804
37808
|
this.setNoti('Đang tải file lên...');
|