@omnia/fx-models 7.8.53-preview → 7.8.54-preview
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ManifestIds.d.ts +1 -0
- package/ManifestIds.js +3 -0
- package/omniasearch/SearchUserQuery.d.ts +1 -0
- package/package.json +1 -1
package/ManifestIds.d.ts
CHANGED
|
@@ -437,6 +437,7 @@ export declare class OmniaWebComponentManifests {
|
|
|
437
437
|
static get SharePointUserPropertyProviderEditor(): Guid;
|
|
438
438
|
static get FxUxConnectedTenantPicker(): Guid;
|
|
439
439
|
static get FxUxSidePanel(): Guid;
|
|
440
|
+
static get SpUxListTree(): Guid;
|
|
440
441
|
static get FxPhotoWallProvider(): Guid;
|
|
441
442
|
static get FxSliderDialogProvider(): Guid;
|
|
442
443
|
static get FxUxStatusCodeRenderer(): Guid;
|
package/ManifestIds.js
CHANGED
|
@@ -1332,6 +1332,9 @@ class OmniaWebComponentManifests {
|
|
|
1332
1332
|
static get FxUxSidePanel() {
|
|
1333
1333
|
return new models_1.Guid("539d199f-6993-4c10-a963-f142e4f3056d");
|
|
1334
1334
|
}
|
|
1335
|
+
static get SpUxListTree() {
|
|
1336
|
+
return new models_1.Guid("4584d438-a747-48ab-9ae5-f9f4f431673f");
|
|
1337
|
+
}
|
|
1335
1338
|
static get FxPhotoWallProvider() { return new models_1.Guid("12D1BCA1-D50B-4186-ACD5-0014584389C9"); }
|
|
1336
1339
|
static get FxSliderDialogProvider() { return new models_1.Guid("AC5F615D-F975-43CF-97B3-AE930BA113D0"); }
|
|
1337
1340
|
static get FxUxStatusCodeRenderer() { return new models_1.Guid("5aaaefb5-01d6-4fe5-9da8-b779a54c0a55"); }
|
|
@@ -6,6 +6,7 @@ export interface SearchUserQuery {
|
|
|
6
6
|
sorts?: Array<SourceRelatedOmniaSortProperty>;
|
|
7
7
|
filters?: Array<Array<ConditionalSearchProperty>>;
|
|
8
8
|
refiners?: Array<SourceRelatedOmniaRefinerProperty>;
|
|
9
|
+
pickUsers?: Array<string>;
|
|
9
10
|
}
|
|
10
11
|
export interface ConditionalSearchProperty {
|
|
11
12
|
operator: ConditionalOperator;
|