@acorex/components 16.20.8 → 16.20.9
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
|
@@ -1471,6 +1471,7 @@ declare class AXDataSourceReceivedEvent extends AXDataEvent<AXDataSourceReceived
|
|
|
1471
1471
|
declare class AXDataSourceComponent {
|
|
1472
1472
|
onDataReceived: EventEmitter<AXDataSourceReceivedEvent>;
|
|
1473
1473
|
onFetchStart: EventEmitter<AXBaseEvent>;
|
|
1474
|
+
onFetchError: EventEmitter<AXDataSourceReceivedEvent>;
|
|
1474
1475
|
provideData: (params: AXDataSourceReadParams) => Promise<any>;
|
|
1475
1476
|
params: any;
|
|
1476
1477
|
fetch(params: AXDataSourceReadParams): void;
|
|
@@ -2997,6 +2998,7 @@ declare class AXDatePropertyEditorComponent extends AXProperyEditorComponent<Dat
|
|
|
2997
2998
|
private date;
|
|
2998
2999
|
constructor(cdr: ChangeDetectorRef);
|
|
2999
3000
|
handleValueChange(e: any): void;
|
|
3001
|
+
navigate(value: number | AXDateTime): void;
|
|
3000
3002
|
ngAfterViewInit(): void;
|
|
3001
3003
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXDatePropertyEditorComponent, never>;
|
|
3002
3004
|
static ɵcmp: i0.ɵɵComponentDeclaration<AXDatePropertyEditorComponent, "ng-component", never, {}, {}, never, never, false, never>;
|