@microsoft/mgt-react
Advanced tools
Comparing version 2.1.0-preview.f66db69 to 2.2.0-preview.6e3772e
@@ -85,2 +85,3 @@ /// <reference types="react" /> | ||
personQuery?: string; | ||
fallbackDetails?: IDynamicPerson; | ||
userId?: string; | ||
@@ -91,2 +92,3 @@ showPresence?: boolean; | ||
fetchImage?: boolean; | ||
avatarType?: string; | ||
personPresence?: MicrosoftGraphBeta.Presence; | ||
@@ -93,0 +95,0 @@ personCardInteraction?: PersonCardInteraction; |
{ | ||
"name": "@microsoft/mgt-react", | ||
"version": "2.1.0-preview.f66db69", | ||
"version": "2.2.0-preview.6e3772e", | ||
"description": "Microsoft Graph Toolkit React wrapper class", | ||
@@ -34,4 +34,4 @@ "author": "Microsoft", | ||
"dependencies": { | ||
"@microsoft/mgt-components": "2.1.0-preview.f66db69", | ||
"@microsoft/mgt-element": "2.1.0-preview.f66db69", | ||
"@microsoft/mgt-components": "2.2.0-preview.6e3772e", | ||
"@microsoft/mgt-element": "2.2.0-preview.6e3772e", | ||
"@microsoft/microsoft-graph-types": "^1.28.0", | ||
@@ -38,0 +38,0 @@ "@microsoft/microsoft-graph-types-beta": "github:microsoftgraph/msgraph-typescript-typings#beta", |
@@ -92,2 +92,3 @@ import { ResponseType,IDynamicPerson,PersonType,GroupType,PersonCardInteraction,MgtPersonConfig,PersonViewType,AvatarSize,TasksStringResource,TasksSource,TaskFilter,SelectedChannel,TodoFilter } from '@microsoft/mgt-components'; | ||
personQuery?: string; | ||
fallbackDetails?: IDynamicPerson; | ||
userId?: string; | ||
@@ -98,2 +99,3 @@ showPresence?: boolean; | ||
fetchImage?: boolean; | ||
avatarType?: string; | ||
personPresence?: MicrosoftGraphBeta.Presence; | ||
@@ -100,0 +102,0 @@ personCardInteraction?: PersonCardInteraction; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
48809
674
+ Added@microsoft/mgt-components@2.2.0-preview.6e3772e(transitive)
+ Added@microsoft/mgt-element@2.2.0-preview.6e3772e(transitive)
- Removed@microsoft/mgt-components@2.1.0-preview.f66db69(transitive)
- Removed@microsoft/mgt-element@2.1.0-preview.f66db69(transitive)