Skip to content

Commit 1121c1a

Browse files
committed
Merged PR 30137: Fix populate config but in re-embed
Fix populate config but in re-embed. Change only on service.ts Other files are built and committed.
1 parent dd2478d commit 1121c1a

File tree

6 files changed

+61
-18
lines changed

6 files changed

+61
-18
lines changed

dist/powerbi-client.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! powerbi-client v2.7.3 | (c) 2016 Microsoft Corporation MIT */
1+
/*! powerbi-client v2.7.4 | (c) 2016 Microsoft Corporation MIT */
22
declare module "util" {
33
import { HttpPostMessage } from 'http-post-message';
44
/**
@@ -414,7 +414,7 @@ declare module "embed" {
414414
*/
415415
setComponentTitle(title: string): void;
416416
/**
417-
* Sets elements's tabindex attribute
417+
* Sets element's tabindex attribute
418418
*/
419419
setComponentTabIndex(tabIndex?: number): void;
420420
/**

dist/powerbi.js

Lines changed: 50 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)