@omnia/workplace 7.5.86-preview → 7.5.88-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.
|
@@ -327,6 +327,8 @@ export declare class WebComponentManifests {
|
|
|
327
327
|
static get PeopleRollupCardViewSettings(): Guid;
|
|
328
328
|
static get PageRollupRollerViewSettings(): Guid;
|
|
329
329
|
static get PageRollupRollerView(): Guid;
|
|
330
|
+
static get PeopleRollupOmniaUserCardView(): Guid;
|
|
331
|
+
static get PeopleRollupOmniaUserCardViewSettings(): Guid;
|
|
330
332
|
static get PersonSearchTemplate(): Guid;
|
|
331
333
|
static get UserProfileCompletion(): Guid;
|
|
332
334
|
static get UserProfilePropertiesWizard(): Guid;
|
|
@@ -336,6 +336,8 @@ class WebComponentManifests {
|
|
|
336
336
|
static get PeopleRollupCardViewSettings() { return new fx_models_1.Guid("3d27c8d2-51e7-447f-92fb-7b2e30e94705"); }
|
|
337
337
|
static get PageRollupRollerViewSettings() { return new fx_models_1.Guid("0d2c2989-adc4-46b5-a2a7-a594177420f1"); }
|
|
338
338
|
static get PageRollupRollerView() { return new fx_models_1.Guid("2bb232b8-130c-44a7-ab02-f49a1e604041"); }
|
|
339
|
+
static get PeopleRollupOmniaUserCardView() { return new fx_models_1.Guid("b5c9c9d8-f4b8-4c1d-bb33-b3512d3ef78f"); }
|
|
340
|
+
static get PeopleRollupOmniaUserCardViewSettings() { return new fx_models_1.Guid("675bceca-54bf-4097-a9eb-32b98aa3dfcf"); }
|
|
339
341
|
static get PersonSearchTemplate() { return new fx_models_1.Guid("6628abdf-153a-492d-8be0-b0351a11bfcf"); }
|
|
340
342
|
static get UserProfileCompletion() { return new fx_models_1.Guid("c67badd3-d4bd-46cf-a936-dfde200a1343"); }
|
|
341
343
|
static get UserProfilePropertiesWizard() { return new fx_models_1.Guid("95dd7949-6c02-4ccb-8539-20d39c6f9b8a"); }
|