intelica-library-components 1.1.136 → 1.1.138
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
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { PipeTransform, TemplateRef, OnChanges, AfterContentInit, EventEmitter, QueryList, SimpleChanges, OnDestroy, OnInit, ElementRef, ChangeDetectorRef, AfterViewInit, AfterViewChecked, InjectionToken,
|
|
2
|
+
import { PipeTransform, TemplateRef, OnChanges, AfterContentInit, EventEmitter, QueryList, SimpleChanges, OnDestroy, OnInit, ElementRef, ChangeDetectorRef, AfterViewInit, AfterViewChecked, InjectionToken, NgZone } from '@angular/core';
|
|
3
3
|
import { HttpInterceptorFn, HttpClient } from '@angular/common/http';
|
|
4
4
|
import { CanActivateFn, CanActivateChild, ActivatedRouteSnapshot, RouterStateSnapshot } from '@angular/router';
|
|
5
5
|
import { FormGroup, ControlValueAccessor } from '@angular/forms';
|
|
@@ -2728,7 +2728,6 @@ declare class Shared {
|
|
|
2728
2728
|
width?: string;
|
|
2729
2729
|
}): Promise<void>;
|
|
2730
2730
|
embedSequentialVisuals(dashboardId: string, sheetId: string, parameters: Record<string, string[]>, configs: QuicksightVisualConfig[], onVisualLoaded?: (visualId: string) => void): Promise<void>;
|
|
2731
|
-
loadVisualSet(dashboardId: string, sheetId: string, parameters: Record<string, string[]>, configs: QuicksightVisualConfig[], loaded: WritableSignal<Set<string>>): Promise<void>;
|
|
2732
2731
|
static ɵfac: i0.ɵɵFactoryDeclaration<Shared, never>;
|
|
2733
2732
|
static ɵprov: i0.ɵɵInjectableDeclaration<Shared>;
|
|
2734
2733
|
}
|