Socket
Socket
Sign inDemoInstall

powerbi-models

Package Overview
Dependencies
Maintainers
1
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

powerbi-models - npm Package Compare versions

Comparing version 1.3.4 to 1.4.0

14

dist/models-noexports.d.ts

@@ -1,2 +0,2 @@

/*! powerbi-models v1.3.4 | (c) 2016 Microsoft Corporation MIT */
/*! powerbi-models v1.4.0 | (c) 2016 Microsoft Corporation MIT */
declare const Validators: any;

@@ -499,2 +499,3 @@ declare type KeyValuePair = {

background?: BackgroundType;
bars?: IReportBars;
bookmarksPaneEnabled?: boolean;

@@ -510,5 +511,12 @@ commands?: ICommandsSettings[];

panes?: IReportPanes;
persistentFiltersEnabled?: boolean;
useCustomSaveAsDialog?: boolean;
visualRenderedEvents?: boolean;
visualSettings?: IVisualSettings;
}
interface IReportBars {
actionBar?: IActionBar;
}
interface IActionBar extends IHideable {
}
interface IReportPanes {

@@ -531,3 +539,3 @@ bookmarks?: IBookmarksPane;

}
interface IFieldsPane extends ICollapsible {
interface IFieldsPane extends ICollapsible, IHideable {
}

@@ -542,3 +550,3 @@ interface IFiltersPane extends ICollapsible, IHideable {

}
interface IVisualizationsPane extends ICollapsible {
interface IVisualizationsPane extends ICollapsible, IHideable {
}

@@ -545,0 +553,0 @@ interface ISaveAsParameters {

@@ -1,2 +0,2 @@

/*! powerbi-models v1.3.4 | (c) 2016 Microsoft Corporation MIT */
/*! powerbi-models v1.4.0 | (c) 2016 Microsoft Corporation MIT */
export declare const Validators: any;

@@ -499,2 +499,3 @@ export declare type KeyValuePair = {

background?: BackgroundType;
bars?: IReportBars;
bookmarksPaneEnabled?: boolean;

@@ -510,5 +511,12 @@ commands?: ICommandsSettings[];

panes?: IReportPanes;
persistentFiltersEnabled?: boolean;
useCustomSaveAsDialog?: boolean;
visualRenderedEvents?: boolean;
visualSettings?: IVisualSettings;
}
export interface IReportBars {
actionBar?: IActionBar;
}
export interface IActionBar extends IHideable {
}
export interface IReportPanes {

@@ -531,3 +539,3 @@ bookmarks?: IBookmarksPane;

}
export interface IFieldsPane extends ICollapsible {
export interface IFieldsPane extends ICollapsible, IHideable {
}

@@ -542,3 +550,3 @@ export interface IFiltersPane extends ICollapsible, IHideable {

}
export interface IVisualizationsPane extends ICollapsible {
export interface IVisualizationsPane extends ICollapsible, IHideable {
}

@@ -545,0 +553,0 @@ export interface ISaveAsParameters {

{
"name": "powerbi-models",
"version": "1.3.4",
"version": "1.4.0",
"description": "Contains JavaScript & TypeScript object models for Microsoft Power BI JavaScript SDK. For each model there is a TypeScript interface, and a validation function to ensure and object is valid.",

@@ -5,0 +5,0 @@ "main": "dist/models.js",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc