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.
@@ -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 }],