ng-inail-common 1.0.402 → 1.0.406
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/ng-inail-common.umd.js +2 -0
- package/bundles/ng-inail-common.umd.js.map +1 -1
- package/bundles/ng-inail-common.umd.min.js +1 -1
- package/bundles/ng-inail-common.umd.min.js.map +1 -1
- package/esm2015/lib/components/ux/inail-file-upload-component/inail-file-upload.component.js +6 -2
- package/esm5/lib/components/ux/inail-file-upload-component/inail-file-upload.component.js +6 -2
- package/fesm2015/ng-inail-common.js +2 -0
- package/fesm2015/ng-inail-common.js.map +1 -1
- package/fesm5/ng-inail-common.js +3 -1
- package/fesm5/ng-inail-common.js.map +1 -1
- package/lib/components/ux/inail-file-upload-component/inail-file-upload.component.d.ts +2 -1
- package/ng-inail-common.metadata.json +1 -1
- package/package.json +1 -1
|
@@ -8976,6 +8976,7 @@
|
|
|
8976
8976
|
function () {
|
|
8977
8977
|
this.fileModel = undefined;
|
|
8978
8978
|
this.uploadFile.emit(undefined);
|
|
8979
|
+
this.inputTypeFile.nativeElement.value = '';
|
|
8979
8980
|
};
|
|
8980
8981
|
InailFileUploadComponent.decorators = [
|
|
8981
8982
|
{ type: i0.Component, args: [{
|
|
@@ -8988,6 +8989,7 @@
|
|
|
8988
8989
|
/** @nocollapse */
|
|
8989
8990
|
InailFileUploadComponent.ctorParameters = function () { return []; };
|
|
8990
8991
|
InailFileUploadComponent.propDecorators = {
|
|
8992
|
+
inputTypeFile: [{ type: i0.ViewChild, args: ["inputTypeFile",] }],
|
|
8991
8993
|
placeholder: [{ type: i0.Input }],
|
|
8992
8994
|
description: [{ type: i0.Input }],
|
|
8993
8995
|
chooseButtonText: [{ type: i0.Input }],
|