vss-web-extension-sdk
Advanced tools
Comparing version 5.140.0 to 5.141.0
{ | ||
"name": "vss-web-extension-sdk", | ||
"version": "5.140.0", | ||
"version": "5.141.0", | ||
"description": "Visual Studio Team Services web extension JavaScript library and types.", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -9,2 +9,3 @@ { | ||
], | ||
"skipLibCheck": true, | ||
"types": [] | ||
@@ -11,0 +12,0 @@ }, |
@@ -1,2 +0,2 @@ | ||
// Type definitions for Microsoft Visual Studio Services v134.20180525.1751 | ||
// Type definitions for Microsoft Visual Studio Services v141.20180928.1725 | ||
// Project: https://www.visualstudio.com/integrate/extensions/overview | ||
@@ -174,3 +174,3 @@ // Definitions by: Microsoft <vsointegration@microsoft.com> | ||
Bar = 0, | ||
Square = 1, | ||
Square = 1 | ||
} | ||
@@ -343,3 +343,3 @@ /** Chart options for use only when rendering a pie chart */ | ||
click?: (clickEvent: ClickEvent) => void; | ||
/**Handler for chart legend click event. Can return false to supress default behavior.*/ | ||
/** Handler for chart legend click event. Can return false to supress default behavior.*/ | ||
legendClick?: (clickEvent: LegendClickEvent) => boolean; | ||
@@ -359,4 +359,4 @@ /** Options for configuring the legend. Notably, visibility and placement */ | ||
specializedOptions?: PieChartOptions | LineChartOptions | HybridChartOptions | AreaChartOptions | FunnelChartOptions; | ||
/**Title of the chart. This helps in distinguishing if there are multiple charts on the same page. | ||
Used for describing the chart in accessible rendering mode. */ | ||
/** Title of the chart. This helps in distinguishing if there are multiple charts on the same page. | ||
Used for describing the chart in accessible rendering mode and in the aria-label of the chart container. */ | ||
title?: string; | ||
@@ -363,0 +363,0 @@ } |
@@ -101,4 +101,4 @@ /************* WARNING ************* | ||
getRemoteObjectProxy<T>(instanceId: string, contextData?: Object): IPromise<T>; | ||
private invokeMethod(registeredInstance, rpcMessage); | ||
private getRegisteredObject(instanceId, instanceContext?); | ||
private invokeMethod; | ||
private getRegisteredObject; | ||
/** | ||
@@ -114,9 +114,9 @@ * Handle a received message on this channel. Dispatch to the appropriate object found via object registry | ||
error(data: any, errorObj: any): void; | ||
private _error(messageObj, errorObj, handshakeToken); | ||
private _success(messageObj, result, handshakeToken); | ||
private _sendRpcMessage(message); | ||
private _shouldSkipSerialization(obj); | ||
private _customSerializeObject(obj, settings, parentObjects?, nextCircularRefId?, depth?); | ||
private _registerProxyFunction(func, context); | ||
private _customDeserializeObject(obj, circularRefs?); | ||
private _error; | ||
private _success; | ||
private _sendRpcMessage; | ||
private _shouldSkipSerialization; | ||
private _customSerializeObject; | ||
private _registerProxyFunction; | ||
private _customDeserializeObject; | ||
} | ||
@@ -139,4 +139,4 @@ /** | ||
removeChannel(channel: IXDMChannel): void; | ||
private _handleMessageReceived(event); | ||
private _subscribe(windowObj); | ||
private _handleMessageReceived; | ||
private _subscribe; | ||
} | ||
@@ -273,2 +273,6 @@ } | ||
function resize(width?: number, height?: number): void; | ||
/** | ||
* Applies theme variables to the current document | ||
*/ | ||
function applyTheme(themeData: any): void; | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
3187905
16
87192