@microsoft/mgt-react
Advanced tools
Comparing version 2.0.0-preview.5 to 2.0.0-preview.6
/// <reference types="react" /> | ||
import { ResponseType, IDynamicPerson, PersonType, GroupType, PersonCardInteraction, PersonViewType, AvatarSize, TasksStringResource, TasksSource, TaskFilter, SelectedChannel } from '@microsoft/mgt'; | ||
import { ResponseType, IDynamicPerson, PersonType, GroupType, PersonCardInteraction, MgtPersonCardConfig, MgtPersonConfig, PersonViewType, AvatarSize, TasksStringResource, TasksSource, TaskFilter, SelectedChannel } from '@microsoft/mgt'; | ||
import * as MgtElement from '@microsoft/mgt-element'; | ||
@@ -53,2 +53,3 @@ import * as MicrosoftGraph from '@microsoft/microsoft-graph-types'; | ||
groupType?: GroupType; | ||
transitiveSearch?: boolean; | ||
people?: IDynamicPerson[]; | ||
@@ -82,2 +83,3 @@ defaultSelectedUserIds?: string[]; | ||
export declare type PersonCardProps = { | ||
config?: MgtPersonCardConfig; | ||
personDetails?: IDynamicPerson; | ||
@@ -99,2 +101,3 @@ personQuery?: string; | ||
export declare type PersonProps = { | ||
config?: MgtPersonConfig; | ||
personQuery?: string; | ||
@@ -101,0 +104,0 @@ userId?: string; |
{ | ||
"name": "@microsoft/mgt-react", | ||
"version": "2.0.0-preview.5", | ||
"version": "2.0.0-preview.6", | ||
"description": "Microsoft Graph Toolkit React wrapper class", | ||
@@ -33,4 +33,4 @@ "author": "Microsoft", | ||
"dependencies": { | ||
"@microsoft/mgt": "2.0.0-preview.4", | ||
"@microsoft/mgt-element": "2.0.0-preview.4", | ||
"@microsoft/mgt": "2.0.0-preview.6", | ||
"@microsoft/mgt-element": "2.0.0-preview.6", | ||
"@microsoft/microsoft-graph-types": "^1.12.0", | ||
@@ -37,0 +37,0 @@ "@microsoft/microsoft-graph-types-beta": "github:microsoftgraph/msgraph-typescript-typings#beta", |
@@ -1,2 +0,2 @@ | ||
import { ResponseType,IDynamicPerson,PersonType,GroupType,PersonCardInteraction,PersonViewType,AvatarSize,TasksStringResource,TasksSource,TaskFilter,SelectedChannel } from '@microsoft/mgt'; | ||
import { ResponseType,IDynamicPerson,PersonType,GroupType,PersonCardInteraction,MgtPersonCardConfig,MgtPersonConfig,PersonViewType,AvatarSize,TasksStringResource,TasksSource,TaskFilter,SelectedChannel } from '@microsoft/mgt'; | ||
import * as MgtElement from '@microsoft/mgt-element'; | ||
@@ -57,2 +57,3 @@ import * as MicrosoftGraph from '@microsoft/microsoft-graph-types'; | ||
groupType?: GroupType; | ||
transitiveSearch?: boolean; | ||
people?: IDynamicPerson[]; | ||
@@ -88,2 +89,3 @@ defaultSelectedUserIds?: string[]; | ||
export type PersonCardProps = { | ||
config?: MgtPersonCardConfig; | ||
personDetails?: IDynamicPerson; | ||
@@ -106,2 +108,3 @@ personQuery?: string; | ||
export type PersonProps = { | ||
config?: MgtPersonConfig; | ||
personQuery?: string; | ||
@@ -108,0 +111,0 @@ userId?: string; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
44939
625
+ Added@microsoft/mgt@2.0.0-preview.6(transitive)
+ Added@microsoft/mgt-element@2.0.0-preview.6(transitive)
- Removed@microsoft/mgt@2.0.0-preview.4(transitive)
- Removed@microsoft/mgt-element@2.0.0-preview.4(transitive)