@microsoft/mgt-react
Advanced tools
Comparing version 2.2.0-preview.3bf867f to 2.2.0-preview.3e7211a
@@ -48,2 +48,3 @@ /// <reference types="react" /> | ||
people?: IDynamicPerson[]; | ||
selectedPeople?: IDynamicPerson[]; | ||
defaultSelectedUserIds?: string[]; | ||
@@ -53,3 +54,2 @@ placeholder?: string; | ||
showMax?: number; | ||
selectedPeople?: IDynamicPerson[]; | ||
disabled?: boolean; | ||
@@ -56,0 +56,0 @@ templateContext?: TemplateContext; |
{ | ||
"name": "@microsoft/mgt-react", | ||
"version": "2.2.0-preview.3bf867f", | ||
"version": "2.2.0-preview.3e7211a", | ||
"description": "Microsoft Graph Toolkit React wrapper class", | ||
@@ -34,4 +34,4 @@ "author": "Microsoft", | ||
"dependencies": { | ||
"@microsoft/mgt-components": "2.2.0-preview.3bf867f", | ||
"@microsoft/mgt-element": "2.2.0-preview.3bf867f", | ||
"@microsoft/mgt-components": "2.2.0-preview.3e7211a", | ||
"@microsoft/mgt-element": "2.2.0-preview.3e7211a", | ||
"@microsoft/microsoft-graph-types": "^1.28.0", | ||
@@ -38,0 +38,0 @@ "@microsoft/microsoft-graph-types-beta": "github:microsoftgraph/msgraph-typescript-typings#beta", |
@@ -52,2 +52,3 @@ import { ResponseType,IDynamicPerson,PersonType,GroupType,PersonCardInteraction,MgtPersonConfig,PersonViewType,AvatarSize,TasksStringResource,TasksSource,TaskFilter,SelectedChannel,TodoFilter } from '@microsoft/mgt-components'; | ||
people?: IDynamicPerson[]; | ||
selectedPeople?: IDynamicPerson[]; | ||
defaultSelectedUserIds?: string[]; | ||
@@ -57,3 +58,2 @@ placeholder?: string; | ||
showMax?: number; | ||
selectedPeople?: IDynamicPerson[]; | ||
disabled?: boolean; | ||
@@ -60,0 +60,0 @@ templateContext?: TemplateContext; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
+ Added@microsoft/mgt-components@2.2.0-preview.3e7211a(transitive)
+ Added@microsoft/mgt-element@2.2.0-preview.3e7211a(transitive)
- Removed@microsoft/mgt-components@2.2.0-preview.3bf867f(transitive)
- Removed@microsoft/mgt-element@2.2.0-preview.3bf867f(transitive)