@microsoft/mgt-react
Advanced tools
Comparing version
@@ -21,4 +21,5 @@ /** | ||
templateRendered?: (e: CustomEvent<TemplateRenderedData>) => void; | ||
updated?: (e: CustomEvent<undefined>) => void; | ||
}; | ||
export declare const Agenda: import("react").ForwardRefExoticComponent<AgendaProps & import("react").HTMLAttributes<unknown> & import("react").RefAttributes<unknown>>; | ||
//# sourceMappingURL=agenda.d.ts.map |
@@ -32,2 +32,3 @@ /** | ||
templateContext?: TemplateContext; | ||
updated?: (e: CustomEvent<undefined>) => void; | ||
itemClick?: (e: CustomEvent<MicrosoftGraph.DriveItem>) => void; | ||
@@ -34,0 +35,0 @@ templateRendered?: (e: CustomEvent<TemplateRenderedData>) => void; |
@@ -30,2 +30,3 @@ /** | ||
templateContext?: TemplateContext; | ||
updated?: (e: CustomEvent<undefined>) => void; | ||
templateRendered?: (e: CustomEvent<TemplateRenderedData>) => void; | ||
@@ -32,0 +33,0 @@ }; |
@@ -21,2 +21,3 @@ /** | ||
templateContext?: TemplateContext; | ||
updated?: (e: CustomEvent<undefined>) => void; | ||
dataChange?: (e: CustomEvent<DataChangedDetail>) => void; | ||
@@ -23,0 +24,0 @@ templateRendered?: (e: CustomEvent<TemplateRenderedData>) => void; |
@@ -15,2 +15,3 @@ /** | ||
templateContext?: TemplateContext; | ||
updated?: (e: CustomEvent<undefined>) => void; | ||
loginInitiated?: (e: CustomEvent<undefined>) => void; | ||
@@ -17,0 +18,0 @@ loginCompleted?: (e: CustomEvent<undefined>) => void; |
@@ -36,2 +36,3 @@ /** | ||
templateContext?: TemplateContext; | ||
updated?: (e: CustomEvent<undefined>) => void; | ||
selectionChanged?: (e: CustomEvent<IDynamicPerson[]>) => void; | ||
@@ -38,0 +39,0 @@ templateRendered?: (e: CustomEvent<TemplateRenderedData>) => void; |
@@ -24,4 +24,5 @@ /** | ||
templateRendered?: (e: CustomEvent<TemplateRenderedData>) => void; | ||
updated?: (e: CustomEvent<undefined>) => void; | ||
}; | ||
export declare const People: import("react").ForwardRefExoticComponent<PeopleProps & import("react").HTMLAttributes<unknown> & import("react").RefAttributes<unknown>>; | ||
//# sourceMappingURL=people.d.ts.map |
@@ -23,2 +23,3 @@ /** | ||
templateContext?: TemplateContext; | ||
updated?: (e: CustomEvent<undefined>) => void; | ||
expanded?: (e: CustomEvent<null>) => void; | ||
@@ -25,0 +26,0 @@ templateRendered?: (e: CustomEvent<TemplateRenderedData>) => void; |
@@ -32,2 +32,3 @@ /** | ||
templateContext?: TemplateContext; | ||
updated?: (e: CustomEvent<undefined>) => void; | ||
line1clicked?: (e: CustomEvent<IDynamicPerson>) => void; | ||
@@ -34,0 +35,0 @@ line2clicked?: (e: CustomEvent<IDynamicPerson>) => void; |
@@ -22,2 +22,3 @@ /** | ||
selectionChanged?: (e: CustomEvent<any>) => void; | ||
updated?: (e: CustomEvent<undefined>) => void; | ||
templateRendered?: (e: CustomEvent<TemplateRenderedData>) => void; | ||
@@ -24,0 +25,0 @@ }; |
@@ -22,2 +22,3 @@ /** | ||
templateContext?: TemplateContext; | ||
updated?: (e: CustomEvent<undefined>) => void; | ||
taskAdded?: (e: CustomEvent<ITask>) => void; | ||
@@ -24,0 +25,0 @@ taskChanged?: (e: CustomEvent<ITask>) => void; |
@@ -12,2 +12,3 @@ /** | ||
debounceDelay?: number; | ||
updated?: (e: CustomEvent<undefined>) => void; | ||
searchTermChanged?: (e: CustomEvent<string>) => void; | ||
@@ -14,0 +15,0 @@ }; |
@@ -26,2 +26,3 @@ /** | ||
templateContext?: TemplateContext; | ||
updated?: (e: CustomEvent<undefined>) => void; | ||
dataChange?: (e: CustomEvent<DataChangedDetail>) => void; | ||
@@ -28,0 +29,0 @@ templateRendered?: (e: CustomEvent<TemplateRenderedData>) => void; |
@@ -8,5 +8,6 @@ /** | ||
/// <reference types="react" /> | ||
type SpinnerProps = Record<string, never>; | ||
export declare const Spinner: import("react").ForwardRefExoticComponent<Omit<SpinnerProps & import("react").HTMLAttributes<unknown>, "ref"> & import("react").RefAttributes<unknown>>; | ||
export {}; | ||
export type SpinnerProps = { | ||
updated?: (e: CustomEvent<undefined>) => void; | ||
}; | ||
export declare const Spinner: import("react").ForwardRefExoticComponent<SpinnerProps & import("react").HTMLAttributes<unknown> & import("react").RefAttributes<unknown>>; | ||
//# sourceMappingURL=spinner.d.ts.map |
@@ -25,2 +25,3 @@ /** | ||
selectionChanged?: (e: CustomEvent<MicrosoftGraph.TermStore.Term>) => void; | ||
updated?: (e: CustomEvent<undefined>) => void; | ||
templateRendered?: (e: CustomEvent<TemplateRenderedData>) => void; | ||
@@ -27,0 +28,0 @@ }; |
@@ -12,2 +12,3 @@ /** | ||
templateContext?: TemplateContext; | ||
updated?: (e: CustomEvent<undefined>) => void; | ||
selectionChanged?: (e: CustomEvent<SelectedChannel | null>) => void; | ||
@@ -14,0 +15,0 @@ templateRendered?: (e: CustomEvent<TemplateRenderedData>) => void; |
@@ -11,4 +11,5 @@ /** | ||
darkmodechanged?: (e: CustomEvent<boolean>) => void; | ||
updated?: (e: CustomEvent<undefined>) => void; | ||
}; | ||
export declare const ThemeToggle: import("react").ForwardRefExoticComponent<ThemeToggleProps & import("react").HTMLAttributes<unknown> & import("react").RefAttributes<unknown>>; | ||
//# sourceMappingURL=theme-toggle.d.ts.map |
@@ -18,2 +18,3 @@ /** | ||
templateContext?: TemplateContext; | ||
updated?: (e: CustomEvent<undefined>) => void; | ||
templateRendered?: (e: CustomEvent<TemplateRenderedData>) => void; | ||
@@ -20,0 +21,0 @@ }; |
{ | ||
"name": "@microsoft/mgt-react", | ||
"version": "4.4.0", | ||
"version": "4.5.0-preview.1b23782", | ||
"description": "Microsoft Graph Toolkit React wrapper class", | ||
@@ -38,4 +38,4 @@ "author": "Microsoft", | ||
"dependencies": { | ||
"@microsoft/mgt-components": "4.4.0", | ||
"@microsoft/mgt-element": "4.4.0", | ||
"@microsoft/mgt-components": "4.5.0-preview.1b23782", | ||
"@microsoft/mgt-element": "4.5.0-preview.1b23782", | ||
"@microsoft/microsoft-graph-types": "^2.40.0", | ||
@@ -42,0 +42,0 @@ "@microsoft/microsoft-graph-types-beta": "^0.43.0-preview", |
@@ -29,2 +29,3 @@ /** | ||
templateRendered?: (e: CustomEvent<TemplateRenderedData>) => void; | ||
updated?: (e: CustomEvent<undefined>) => void; | ||
} | ||
@@ -31,0 +32,0 @@ |
@@ -40,2 +40,3 @@ /** | ||
templateContext?: TemplateContext; | ||
updated?: (e: CustomEvent<undefined>) => void; | ||
itemClick?: (e: CustomEvent<MicrosoftGraph.DriveItem>) => void; | ||
@@ -42,0 +43,0 @@ templateRendered?: (e: CustomEvent<TemplateRenderedData>) => void; |
@@ -38,2 +38,3 @@ /** | ||
templateContext?: TemplateContext; | ||
updated?: (e: CustomEvent<undefined>) => void; | ||
templateRendered?: (e: CustomEvent<TemplateRenderedData>) => void; | ||
@@ -40,0 +41,0 @@ } |
@@ -30,2 +30,3 @@ /** | ||
templateContext?: TemplateContext; | ||
updated?: (e: CustomEvent<undefined>) => void; | ||
dataChange?: (e: CustomEvent<DataChangedDetail>) => void; | ||
@@ -32,0 +33,0 @@ templateRendered?: (e: CustomEvent<TemplateRenderedData>) => void; |
@@ -24,2 +24,3 @@ /** | ||
templateContext?: TemplateContext; | ||
updated?: (e: CustomEvent<undefined>) => void; | ||
loginInitiated?: (e: CustomEvent<undefined>) => void; | ||
@@ -26,0 +27,0 @@ loginCompleted?: (e: CustomEvent<undefined>) => void; |
@@ -45,2 +45,3 @@ /** | ||
templateContext?: TemplateContext; | ||
updated?: (e: CustomEvent<undefined>) => void; | ||
selectionChanged?: (e: CustomEvent<IDynamicPerson[]>) => void; | ||
@@ -47,0 +48,0 @@ templateRendered?: (e: CustomEvent<TemplateRenderedData>) => void; |
@@ -33,2 +33,3 @@ /** | ||
templateRendered?: (e: CustomEvent<TemplateRenderedData>) => void; | ||
updated?: (e: CustomEvent<undefined>) => void; | ||
} | ||
@@ -35,0 +36,0 @@ |
@@ -31,2 +31,3 @@ /** | ||
templateContext?: TemplateContext; | ||
updated?: (e: CustomEvent<undefined>) => void; | ||
expanded?: (e: CustomEvent<null>) => void; | ||
@@ -33,0 +34,0 @@ templateRendered?: (e: CustomEvent<TemplateRenderedData>) => void; |
@@ -40,2 +40,3 @@ /** | ||
templateContext?: TemplateContext; | ||
updated?: (e: CustomEvent<undefined>) => void; | ||
line1clicked?: (e: CustomEvent<IDynamicPerson>) => void; | ||
@@ -42,0 +43,0 @@ line2clicked?: (e: CustomEvent<IDynamicPerson>) => void; |
@@ -31,2 +31,3 @@ /** | ||
selectionChanged?: (e: CustomEvent<any>) => void; | ||
updated?: (e: CustomEvent<undefined>) => void; | ||
templateRendered?: (e: CustomEvent<TemplateRenderedData>) => void; | ||
@@ -33,0 +34,0 @@ } |
@@ -31,2 +31,3 @@ /** | ||
templateContext?: TemplateContext; | ||
updated?: (e: CustomEvent<undefined>) => void; | ||
taskAdded?: (e: CustomEvent<ITask>) => void; | ||
@@ -33,0 +34,0 @@ taskChanged?: (e: CustomEvent<ITask>) => void; |
@@ -21,2 +21,3 @@ /** | ||
debounceDelay?: number; | ||
updated?: (e: CustomEvent<undefined>) => void; | ||
searchTermChanged?: (e: CustomEvent<string>) => void; | ||
@@ -23,0 +24,0 @@ } |
@@ -35,2 +35,3 @@ /** | ||
templateContext?: TemplateContext; | ||
updated?: (e: CustomEvent<undefined>) => void; | ||
dataChange?: (e: CustomEvent<DataChangedDetail>) => void; | ||
@@ -37,0 +38,0 @@ templateRendered?: (e: CustomEvent<TemplateRenderedData>) => void; |
@@ -17,5 +17,7 @@ /** | ||
type SpinnerProps = Record<string, never> | ||
export type SpinnerProps = { | ||
updated?: (e: CustomEvent<undefined>) => void; | ||
} | ||
export const Spinner = wrapMgt<SpinnerProps>('spinner', registerMgtSpinnerComponent); | ||
@@ -33,2 +33,3 @@ /** | ||
selectionChanged?: (e: CustomEvent<MicrosoftGraph.TermStore.Term>) => void; | ||
updated?: (e: CustomEvent<undefined>) => void; | ||
templateRendered?: (e: CustomEvent<TemplateRenderedData>) => void; | ||
@@ -35,0 +36,0 @@ } |
@@ -21,2 +21,3 @@ /** | ||
templateContext?: TemplateContext; | ||
updated?: (e: CustomEvent<undefined>) => void; | ||
selectionChanged?: (e: CustomEvent<SelectedChannel | null>) => void; | ||
@@ -23,0 +24,0 @@ templateRendered?: (e: CustomEvent<TemplateRenderedData>) => void; |
@@ -20,2 +20,3 @@ /** | ||
darkmodechanged?: (e: CustomEvent<boolean>) => void; | ||
updated?: (e: CustomEvent<undefined>) => void; | ||
} | ||
@@ -22,0 +23,0 @@ |
@@ -27,2 +27,3 @@ /** | ||
templateContext?: TemplateContext; | ||
updated?: (e: CustomEvent<undefined>) => void; | ||
templateRendered?: (e: CustomEvent<TemplateRenderedData>) => void; | ||
@@ -29,0 +30,0 @@ } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
155521
2.6%1787
2.11%2
100%+ Added
+ Added
+ Added
- Removed
- Removed
- Removed