@blackbaud/skyux-lib-addin-client
Advanced tools
Comparing version
{ | ||
"name": "@blackbaud/skyux-lib-addin-client", | ||
"version": "9.0.0", | ||
"version": "9.1.0", | ||
"peerDependencies": { | ||
"@angular/common": "^17.3.2", | ||
"@angular/core": "^17.3.2" | ||
"@angular/core": "^17.3.2", | ||
"@skyux/config": "^10.0.0", | ||
"@skyux/theme": "^10.0.0" | ||
}, | ||
@@ -8,0 +10,0 @@ "dependencies": { |
@@ -0,8 +1,8 @@ | ||
import { EventEmitter } from '@angular/core'; | ||
import { AddinClient, AddinClientCloseModalArgs, AddinClientEventArgs, AddinClientInitArgs, AddinClientNavigateArgs, AddinClientOpenHelpArgs, AddinClientShowConfirmArgs, AddinClientShowErrorArgs, AddinClientShowFlyoutArgs, AddinClientShowModalArgs, AddinClientShowToastArgs } from '@blackbaud/sky-addin-client'; | ||
import { Observable } from 'rxjs'; | ||
import { EventEmitter, RendererFactory2 } from '@angular/core'; | ||
import { SkyThemeService } from '@skyux/theme'; | ||
import { AddinClient, AddinClientInitArgs, AddinClientCloseModalArgs, AddinClientShowModalArgs, AddinClientNavigateArgs, AddinClientOpenHelpArgs, AddinClientShowToastArgs, AddinClientShowFlyoutArgs, AddinClientShowConfirmArgs, AddinClientShowErrorArgs, AddinClientEventArgs } from '@blackbaud/sky-addin-client'; | ||
import { AddinEventHandlerInstance } from './events'; | ||
import * as i0 from "@angular/core"; | ||
export declare class AddinClientService { | ||
#private; | ||
readonly addinClient: AddinClient; | ||
@@ -35,3 +35,3 @@ private _args; | ||
settingsClick: EventEmitter<any>; | ||
constructor(rendererFactory: RendererFactory2, themeService: SkyThemeService); | ||
constructor(); | ||
/** | ||
@@ -123,2 +123,5 @@ * Informs the host to close this modal add-in. | ||
sendEvent(args: AddinClientEventArgs): Observable<void>; | ||
private initializeTheme; | ||
private initializeTheme_; | ||
private setTheme; | ||
private static toSkyTheme; | ||
@@ -125,0 +128,0 @@ private static toSkyThemeMode; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
76692
9.44%714
10.02%6
50%