atr-components 3.0.3 → 3.0.5

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/index.d.ts CHANGED
@@ -1237,6 +1237,7 @@ declare class LocalUploadComponent implements OnInit {
1237
1237
  withoutRole: any;
1238
1238
  uploadType: string;
1239
1239
  afterChange: EventEmitter<any>;
1240
+ fileList: NzUploadFile[];
1240
1241
  showList: any;
1241
1242
  constructor();
1242
1243
  ngOnInit(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "atr-components",
3
- "version": "3.0.3",
3
+ "version": "3.0.5",
4
4
  "peerDependencies": {
5
5
  "@angular/core": "^20.3.15",
6
6
  "echarts": "^5.4.3"