intelica-library-project 20.0.13 → 20.0.14
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
|
@@ -544,7 +544,8 @@ interface QuicksightEventOutputs {
|
|
|
544
544
|
declare class DashboardQsComponent {
|
|
545
545
|
private readonly sharedService;
|
|
546
546
|
private readonly alertService;
|
|
547
|
-
private readonly
|
|
547
|
+
private readonly termPipe;
|
|
548
|
+
private readonly GlobalTermService;
|
|
548
549
|
private readonly route;
|
|
549
550
|
private sessionExpiredShown;
|
|
550
551
|
containers: QueryList<ElementRef>;
|
|
@@ -565,7 +566,6 @@ declare class DashboardQsComponent {
|
|
|
565
566
|
constructor();
|
|
566
567
|
ngAfterViewInit(): void;
|
|
567
568
|
EmbedDashboard(dashboardId: string, parameters: Record<string, string[]> | undefined): Promise<void>;
|
|
568
|
-
private t;
|
|
569
569
|
private handleSessionExpired;
|
|
570
570
|
static ɵfac: i0.ɵɵFactoryDeclaration<DashboardQsComponent, never>;
|
|
571
571
|
static ɵcmp: i0.ɵɵComponentDeclaration<DashboardQsComponent, "intelica-dashboard-qs", never, { "dashboardIdInput": { "alias": "dashboardId"; "required": false; "isSignal": true; }; "parametersInput": { "alias": "parameters"; "required": false; "isSignal": true; }; "heightInput": { "alias": "height"; "required": false; "isSignal": true; }; }, { "isLoadingChange": "isLoadingChange"; "sdkEvent": "sdkEvent"; "contentLoaded": "contentLoaded"; "errorOccurred": "errorOccurred"; "sessionExpired": "sessionExpired"; }, never, never, true, never>;
|
|
@@ -574,7 +574,8 @@ declare class DashboardQsComponent {
|
|
|
574
574
|
declare class DashboardQsInteractiveComponent {
|
|
575
575
|
private readonly sharedService;
|
|
576
576
|
private readonly alertService;
|
|
577
|
-
private readonly
|
|
577
|
+
private readonly termPipe;
|
|
578
|
+
private readonly GlobalTermService;
|
|
578
579
|
private readonly route;
|
|
579
580
|
private sessionExpiredShown;
|
|
580
581
|
containers: QueryList<ElementRef>;
|
|
@@ -597,7 +598,6 @@ declare class DashboardQsInteractiveComponent {
|
|
|
597
598
|
constructor();
|
|
598
599
|
ngAfterViewInit(): void;
|
|
599
600
|
firstEmbed(dashboardId: string): Promise<void>;
|
|
600
|
-
private t;
|
|
601
601
|
private handleSessionExpired;
|
|
602
602
|
static ɵfac: i0.ɵɵFactoryDeclaration<DashboardQsInteractiveComponent, never>;
|
|
603
603
|
static ɵcmp: i0.ɵɵComponentDeclaration<DashboardQsInteractiveComponent, "intelica-dashboard-qs-interactive", never, { "dashboardIdInput": { "alias": "dashboardId"; "required": false; "isSignal": true; }; "parametersInput": { "alias": "parameters"; "required": false; "isSignal": true; }; "heightInput": { "alias": "height"; "required": false; "isSignal": true; }; }, { "isLoadingChange": "isLoadingChange"; "sdkEvent": "sdkEvent"; "contentLoaded": "contentLoaded"; "errorOccurred": "errorOccurred"; "sessionExpired": "sessionExpired"; }, never, never, true, never>;
|