@dignite-ng/expand.file-explorer 3.0.0-rc.35 → 3.0.0-rc.37

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.
@@ -1,4 +1,4 @@
1
- import { EventEmitter, SimpleChanges } from '@angular/core';
1
+ import { EventEmitter, SimpleChanges, OnChanges } from '@angular/core';
2
2
  import * as FileService from '../../proxy/dignite/file-explorer/files';
3
3
  import { ConfirmationService, ToasterService } from '@abp/ng.theme.shared';
4
4
  import { PagedResultDto, ListService, Rest, RestService, LocalizationService } from '@abp/ng.core';
@@ -7,7 +7,7 @@ import { FileApiService } from '../../services/file-api.service';
7
7
  import { SelectionType } from '@swimlane/ngx-datatable';
8
8
  import { FormGroup } from '@angular/forms';
9
9
  import * as i0 from "@angular/core";
10
- export declare class FileModalComponent {
10
+ export declare class FileModalComponent implements OnChanges {
11
11
  private _FileService;
12
12
  private toaster;
13
13
  readonly list: ListService;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dignite-ng/expand.file-explorer",
3
- "version": "3.0.0-rc.35",
3
+ "version": "3.0.0-rc.37",
4
4
  "homepage": "https://abp.io",
5
5
  "repository": {
6
6
  "type": "git",