Socket
Socket
Sign inDemoInstall

powerbi-models

Package Overview
Dependencies
0
Maintainers
1
Versions
75
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.0 to 1.3.1

31

dist/models-noexports.d.ts

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

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

@@ -131,2 +131,9 @@ declare type KeyValuePair = {

}
declare enum ContrastMode {
None = 0,
HighContrast1 = 1,
HighContrast2 = 2,
HighContrastBlack = 3,
HighContrastWhite = 4
}
declare type PageView = "fitToWidth" | "oneColumn" | "actualSize";

@@ -274,2 +281,3 @@ interface IQnaVisualRenderedEvent {

values: (string | number | boolean)[];
requiresSingleSelect?: boolean;
}

@@ -384,2 +392,3 @@ interface IBasicFilterWithKeys extends IBasicFilter {

keyValues: (string | number | boolean)[][];
requiresSingleSelect: boolean;
constructor(target: IFilterTarget, operator: BasicFilterOperators, ...values: ((string | number | boolean) | (string | number | boolean)[])[]);

@@ -449,2 +458,3 @@ toJSON(): IBasicFilter;

datasetBinding?: IDatasetBinding;
contrastMode?: ContrastMode;
}

@@ -493,2 +503,12 @@ interface IReportCreateConfiguration {

}
interface IPaginatedReportLoadConfiguration {
accessToken: string;
id: string;
groupId?: string;
settings?: IPaginatedReportSettings;
tokenType?: TokenType;
}
interface IPaginatedReportSettings {
commands?: IPaginatedReportsCommandsSettings;
}
interface IQnaSettings {

@@ -692,2 +712,11 @@ filterPaneEnabled?: boolean;

}
interface IPaginatedReportsCommandSettings {
enabled: boolean;
}
interface IParametersPanelCommandSettings extends IPaginatedReportsCommandSettings {
expanded: boolean;
}
interface IPaginatedReportsCommandsSettings {
parameterPanel?: IParametersPanelCommandSettings;
}
declare enum VisualDataRoleKind {

@@ -694,0 +723,0 @@ Grouping = 0,

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

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

@@ -131,2 +131,9 @@ export declare type KeyValuePair = {

}
export declare enum ContrastMode {
None = 0,
HighContrast1 = 1,
HighContrast2 = 2,
HighContrastBlack = 3,
HighContrastWhite = 4
}
export declare type PageView = "fitToWidth" | "oneColumn" | "actualSize";

@@ -274,2 +281,3 @@ export interface IQnaVisualRenderedEvent {

values: (string | number | boolean)[];
requiresSingleSelect?: boolean;
}

@@ -384,2 +392,3 @@ export interface IBasicFilterWithKeys extends IBasicFilter {

keyValues: (string | number | boolean)[][];
requiresSingleSelect: boolean;
constructor(target: IFilterTarget, operator: BasicFilterOperators, ...values: ((string | number | boolean) | (string | number | boolean)[])[]);

@@ -449,2 +458,3 @@ toJSON(): IBasicFilter;

datasetBinding?: IDatasetBinding;
contrastMode?: ContrastMode;
}

@@ -493,2 +503,12 @@ export interface IReportCreateConfiguration {

}
export interface IPaginatedReportLoadConfiguration {
accessToken: string;
id: string;
groupId?: string;
settings?: IPaginatedReportSettings;
tokenType?: TokenType;
}
export interface IPaginatedReportSettings {
commands?: IPaginatedReportsCommandsSettings;
}
export interface IQnaSettings {

@@ -692,2 +712,11 @@ filterPaneEnabled?: boolean;

}
export interface IPaginatedReportsCommandSettings {
enabled: boolean;
}
export interface IParametersPanelCommandSettings extends IPaginatedReportsCommandSettings {
expanded: boolean;
}
export interface IPaginatedReportsCommandsSettings {
parameterPanel?: IParametersPanelCommandSettings;
}
export declare enum VisualDataRoleKind {

@@ -694,0 +723,0 @@ Grouping = 0,

20

package.json
{
"name": "powerbi-models",
"version": "1.3.0",
"version": "1.3.1",
"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.",

@@ -35,7 +35,7 @@ "main": "dist/models.js",

"del": "^2.2.1",
"gulp": "^3.9.1",
"gulp": "^4.0.2",
"gulp-flatten": "^0.2.0",
"gulp-gh-pages": "^0.5.4",
"gulp-header": "^1.8.7",
"gulp-help": "^1.6.1",
"gulp-help-four": "^0.2.3",
"gulp-rename": "^1.2.2",

@@ -46,13 +46,13 @@ "gulp-replace": "^0.5.4",

"gulp-uglify": "^1.5.4",
"gulp4-run-sequence": "^1.0.0",
"jasmine-core": "^2.4.1",
"json-loader": "^0.5.4",
"karma": "^0.13.22",
"karma-chrome-launcher": "^1.0.1",
"karma-coverage": "^1.0.0",
"karma-jasmine": "^1.0.2",
"karma-phantomjs-launcher": "^1.0.0",
"karma-spec-reporter": "0.0.26",
"karma": "^4.4.1",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage": "^2.0.1",
"karma-jasmine": "^2.0.1",
"karma-phantomjs-launcher": "^1.0.4",
"karma-spec-reporter": "0.0.32",
"moment": "^2.14.1",
"phantomjs-prebuilt": "^2.1.7",
"run-sequence": "^1.2.1",
"ts-loader": "^0.8.2",

@@ -59,0 +59,0 @@ "tslint": "^3.14.0",

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc