@microsoft/mgt-react
Advanced tools
Comparing version 1.3.0-preview.2 to 1.3.0-preview.3
/// <reference types="react" /> | ||
import { IDynamicPerson, TemplateContext, ComponentMediaQuery, AvatarSize, PersonCardInteraction, TasksStringResource, TaskFilter, SelectedChannel } from '@microsoft/mgt'; | ||
import { IDynamicPerson, TemplateContext, ComponentMediaQuery, PersonCardInteraction, PersonViewType, AvatarSize, TasksStringResource, TaskFilter, SelectedChannel } from '@microsoft/mgt'; | ||
import * as MicrosoftGraph from '@microsoft/microsoft-graph-types'; | ||
@@ -26,3 +26,2 @@ import * as MicrosoftGraphBeta from '@microsoft/microsoft-graph-types-beta'; | ||
showPresence?: boolean; | ||
avatarSize?: AvatarSize; | ||
personDetails?: IDynamicPerson; | ||
@@ -33,2 +32,6 @@ personImage?: string; | ||
personCardInteraction?: PersonCardInteraction; | ||
line1Property?: string; | ||
line2Property?: string; | ||
view?: PersonViewType; | ||
avatarSize?: AvatarSize; | ||
templateContext?: TemplateContext; | ||
@@ -78,6 +81,9 @@ templateConverters?: TemplateContext; | ||
export declare type PeoplePickerProps = { | ||
people?: IDynamicPerson[]; | ||
groupId?: string; | ||
type?: string; | ||
groupType?: string; | ||
people?: IDynamicPerson[]; | ||
defaultSelectedUserIds?: string[]; | ||
placeholder?: string; | ||
selectionMode?: string; | ||
showMax?: number; | ||
@@ -84,0 +90,0 @@ selectedPeople?: IDynamicPerson[]; |
export * from './Mgt'; | ||
export * from './MgtTemplateProps'; | ||
export * from './generated/react'; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@microsoft/mgt-react", | ||
"version": "1.3.0-preview.2", | ||
"version": "1.3.0-preview.3", | ||
"description": "Microsoft Graph Toolkit React wrapper class", | ||
@@ -46,7 +46,7 @@ "author": "Microsoft", | ||
"dependencies": { | ||
"@microsoft/mgt": "^1.3.0-preview.2", | ||
"@microsoft/mgt": "^1.3.0-preview.3", | ||
"@microsoft/microsoft-graph-types": "^1.12.0", | ||
"@microsoft/microsoft-graph-types-beta": "github:microsoftgraph/msgraph-typescript-typings#beta", | ||
"wc-react": "^0.3.0" | ||
"wc-react": "^0.3.1" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
import { IDynamicPerson,TemplateContext,ComponentMediaQuery,AvatarSize,PersonCardInteraction,TasksStringResource,TaskFilter,SelectedChannel } from '@microsoft/mgt'; | ||
import { IDynamicPerson,TemplateContext,ComponentMediaQuery,PersonCardInteraction,PersonViewType,AvatarSize,TasksStringResource,TaskFilter,SelectedChannel } from '@microsoft/mgt'; | ||
import * as MicrosoftGraph from '@microsoft/microsoft-graph-types'; | ||
@@ -28,3 +28,2 @@ import * as MicrosoftGraphBeta from '@microsoft/microsoft-graph-types-beta'; | ||
showPresence?: boolean, | ||
avatarSize?: AvatarSize, | ||
personDetails?: IDynamicPerson, | ||
@@ -35,2 +34,6 @@ personImage?: string, | ||
personCardInteraction?: PersonCardInteraction, | ||
line1Property?: string, | ||
line2Property?: string, | ||
view?: PersonViewType, | ||
avatarSize?: AvatarSize, | ||
templateContext?: TemplateContext, | ||
@@ -84,6 +87,9 @@ templateConverters?: TemplateContext, | ||
export type PeoplePickerProps = { | ||
people?: IDynamicPerson[], | ||
groupId?: string, | ||
type?: string, | ||
groupType?: string, | ||
people?: IDynamicPerson[], | ||
defaultSelectedUserIds?: string[], | ||
placeholder?: string, | ||
selectionMode?: string, | ||
showMax?: number, | ||
@@ -90,0 +96,0 @@ selectedPeople?: IDynamicPerson[], |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
27705
590
1
Updatedwc-react@^0.3.1