tango-app-ui-ticket-user 3.0.38-dev → 3.0.40-dev

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.
@@ -98,6 +98,7 @@ export declare class InstallationComponent implements OnInit, OnDestroy {
98
98
  storeChange(event: MouseEvent): void;
99
99
  openFileInput(): void;
100
100
  onFileSelected(event: any): void;
101
+ removeFile(url: any): void;
101
102
  closeTooltip(): void;
102
103
  showTooltip(): void;
103
104
  startInstallation(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tango-app-ui-ticket-user",
3
- "version": "3.0.38-dev",
3
+ "version": "3.0.40-dev",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.0.0",
6
6
  "@angular/core": "^17.0.0"