@omnia/workplace 7.0.84-preview → 7.0.85-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.
|
@@ -504,6 +504,11 @@ export declare class WebComponentManifests {
|
|
|
504
504
|
static get SignOffRequestsRollupFilter_RequestedBy_Settings(): Guid;
|
|
505
505
|
static get SignOffRequestsRollupFilter_RequestedBy_Selection(): Guid;
|
|
506
506
|
static get SignOffRequestsRollupFilter_RequestedBy_DefaultValueInput(): Guid;
|
|
507
|
+
static get UserInformationBlockGroup(): Guid;
|
|
508
|
+
static get UserInformationBlockCore(): Guid;
|
|
509
|
+
static get UserInformationBlockSettings(): Guid;
|
|
510
|
+
static get UserInformationBlockSettingConfiguration(): Guid;
|
|
511
|
+
static get UserInformationBlock(): Guid;
|
|
507
512
|
}
|
|
508
513
|
export declare class WebComponentElements {
|
|
509
514
|
static get AppProvisioningStepMember(): string;
|
|
@@ -513,6 +513,11 @@ class WebComponentManifests {
|
|
|
513
513
|
static get SignOffRequestsRollupFilter_RequestedBy_Settings() { return new fx_models_1.Guid("f5a8c7a1-5be7-44b0-bd5a-d6f85cfd70e4"); }
|
|
514
514
|
static get SignOffRequestsRollupFilter_RequestedBy_Selection() { return new fx_models_1.Guid("28b644c7-fc09-4325-a361-8f6968c1c5f9"); }
|
|
515
515
|
static get SignOffRequestsRollupFilter_RequestedBy_DefaultValueInput() { return new fx_models_1.Guid("71418548-f409-42f4-b372-1d95d9ef5acf"); }
|
|
516
|
+
static get UserInformationBlockGroup() { return new fx_models_1.Guid("87ddfac4-0435-4da4-92f5-5173a4c86f19"); }
|
|
517
|
+
static get UserInformationBlockCore() { return new fx_models_1.Guid("f2067424-b6a9-4f40-b34b-cf71e7c93db8"); }
|
|
518
|
+
static get UserInformationBlockSettings() { return new fx_models_1.Guid("5f4d84f5-6d78-4be5-94b6-3f299d79b2aa"); }
|
|
519
|
+
static get UserInformationBlockSettingConfiguration() { return new fx_models_1.Guid("3fcfef27-9d19-435a-9745-f3006c5d3c7f"); }
|
|
520
|
+
static get UserInformationBlock() { return new fx_models_1.Guid("29f1772f-545e-4017-b9fa-d356c8192b66"); }
|
|
516
521
|
}
|
|
517
522
|
exports.WebComponentManifests = WebComponentManifests;
|
|
518
523
|
class WebComponentElements {
|