forked from microsoft/PowerBI-JavaScript
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4653e9b
commit 5152173
Showing
16 changed files
with
203 additions
and
448 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,9 @@ | ||
/*! powerbi-client v2.0.0-beta.13 | (c) 2016 Microsoft Corporation MIT */ | ||
/*! powerbi-client v2.0.0 | (c) 2016 Microsoft Corporation MIT */ | ||
/** | ||
* TODO: Need to find better place for these factory functions or refactor how we handle dependency injection | ||
*/ | ||
import { IHpmFactory, IWpmpFactory, IRouterFactory } from './service'; | ||
export { IHpmFactory, IWpmpFactory, IRouterFactory }; | ||
/** | ||
* TODO: Need to get sdk version and settings from package.json, Generate config file via gulp task? | ||
*/ | ||
export declare const hpmFactory: IHpmFactory; | ||
export declare const wpmpFactory: IWpmpFactory; | ||
export declare const routerFactory: IRouterFactory; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.