@acorex/components 16.0.14 → 16.0.15

Sign up to get free protection for your applications and to get access to all the features.
@@ -7,7 +7,6 @@ export declare class AXDataSourceReceivedEvent extends AXDataEvent<AXDataSourceR
7
7
  export declare class AXDataSourceComponent {
8
8
  onDataReceived: EventEmitter<AXDataSourceReceivedEvent>;
9
9
  onFetchStart: EventEmitter<AXBaseEvent>;
10
- onFetchEnd: EventEmitter<AXBaseEvent>;
11
10
  provideData: (params: AXDataSourceReadParams) => Promise<any>;
12
11
  params: any;
13
12
  fetch(params: AXDataSourceReadParams): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acorex/components",
3
- "version": "16.0.14",
3
+ "version": "16.0.15",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^16.2.0",
6
6
  "@angular/core": "^16.2.0",