@omnia/workplace 7.0.61-preview → 7.0.62-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.
|
@@ -458,6 +458,7 @@ export declare class WebComponentManifests {
|
|
|
458
458
|
static get UserManagementDynamicGroupListingBlade(): Guid;
|
|
459
459
|
static get UserManagementDynamicGroupDetailBlade(): Guid;
|
|
460
460
|
static get UserManagementUserPropertyListingBlade(): Guid;
|
|
461
|
+
static get UserManagementUserPropertyDetailBlade(): Guid;
|
|
461
462
|
static get SetupWizardViewCore(): Guid;
|
|
462
463
|
static get SetupWizardGeneralStep(): Guid;
|
|
463
464
|
static get SetupWizardBrandingStep(): Guid;
|
|
@@ -467,6 +467,7 @@ class WebComponentManifests {
|
|
|
467
467
|
static get UserManagementDynamicGroupListingBlade() { return new fx_models_1.Guid("9c3a9218-af53-4e48-b95b-a122eb43db64"); }
|
|
468
468
|
static get UserManagementDynamicGroupDetailBlade() { return new fx_models_1.Guid("f43ef789-418d-4f56-bd27-88420f3d9823"); }
|
|
469
469
|
static get UserManagementUserPropertyListingBlade() { return new fx_models_1.Guid("77fa3438-c920-4b32-bddc-1b8361e530c2"); }
|
|
470
|
+
static get UserManagementUserPropertyDetailBlade() { return new fx_models_1.Guid("3967363b-80cd-4b12-900f-7a9c7975bf6a"); }
|
|
470
471
|
static get SetupWizardViewCore() { return new fx_models_1.Guid("758d200f-91f3-4446-8662-07592f89eeba"); }
|
|
471
472
|
static get SetupWizardGeneralStep() { return new fx_models_1.Guid("c5f83b2f-a21f-4210-b4f4-13ffda4ac129"); }
|
|
472
473
|
static get SetupWizardBrandingStep() { return new fx_models_1.Guid("084f1e3e-f0f5-4f2b-a75d-67f629308bf8"); }
|