@omnia/workplace 7.7.20-preview → 7.7.22-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/internal-do-not-import-from-here/models/Constants.d.ts +1 -0
- package/internal-do-not-import-from-here/models/Constants.js +1 -0
- package/internal-do-not-import-from-here/models/ManifestIds.d.ts +10 -0
- package/internal-do-not-import-from-here/models/ManifestIds.js +10 -0
- package/package.json +1 -1
|
@@ -85,6 +85,7 @@ export declare const BuiltInActionButtonHandlers: {
|
|
|
85
85
|
QuickSearch: ActionHandlerRegistrationId;
|
|
86
86
|
TeamworkNavigation: ActionHandlerRegistrationId;
|
|
87
87
|
StrengthenProfile: ActionHandlerRegistrationId;
|
|
88
|
+
StrengthenProfileV2: ActionHandlerRegistrationId;
|
|
88
89
|
NotificationPanel: ActionHandlerRegistrationId;
|
|
89
90
|
SignOffRequest: ActionHandlerRegistrationId;
|
|
90
91
|
CreateApp: ActionHandlerRegistrationId;
|
|
@@ -98,6 +98,7 @@ exports.BuiltInActionButtonHandlers = {
|
|
|
98
98
|
QuickSearch: fx_models_1.ActionHandlerRegistrationId.create(new fx_models_1.Guid("7bd5a4cf-f025-4375-9e78-563cb8cb3f5e")),
|
|
99
99
|
TeamworkNavigation: fx_models_1.ActionHandlerRegistrationId.create(new fx_models_1.Guid("c690af83-7abb-4862-b0c5-b181771357db")),
|
|
100
100
|
StrengthenProfile: fx_models_1.ActionHandlerRegistrationId.create(new fx_models_1.Guid("83171eea-c820-4b0b-a7c3-9cac858e7c68")),
|
|
101
|
+
StrengthenProfileV2: fx_models_1.ActionHandlerRegistrationId.create(new fx_models_1.Guid("5bbfe3ed-7439-4cd3-ac23-2812e41347ed")),
|
|
101
102
|
NotificationPanel: fx_models_1.ActionHandlerRegistrationId.create(new fx_models_1.Guid("0ce50725-d05e-45f0-a619-8fc863a45c7b")),
|
|
102
103
|
SignOffRequest: fx_models_1.ActionHandlerRegistrationId.create(new fx_models_1.Guid("c5bc6a5b-9a13-4c89-ab33-d2501a608917")),
|
|
103
104
|
CreateApp: fx_models_1.ActionHandlerRegistrationId.create(new fx_models_1.Guid("d59b856b-7589-49bb-869f-8978f117569f")),
|
|
@@ -86,6 +86,7 @@ export declare class ResourceManifests {
|
|
|
86
86
|
static get EnableInputMSTeamsUrl(): Guid;
|
|
87
87
|
static get PeopleRollupCore(): Guid;
|
|
88
88
|
static get UserProfileCompletionCore(): Guid;
|
|
89
|
+
static get UserProfileCompletionV2Core(): Guid;
|
|
89
90
|
static get SitePropertiesActionRegistration(): Guid;
|
|
90
91
|
static get SitePropertiesActionMenuRegistration(): Guid;
|
|
91
92
|
static get TeamNewsApi(): Guid;
|
|
@@ -110,6 +111,9 @@ export declare class ResourceManifests {
|
|
|
110
111
|
static get UserProfileCardEditingHandlerRegistration(): Guid;
|
|
111
112
|
static get ActionButtonSignOffRequestHandler(): Guid;
|
|
112
113
|
static get ActionButtonSignOffRequestHandlerRegistration(): Guid;
|
|
114
|
+
static get StrengthenProfileHandler(): Guid;
|
|
115
|
+
static get StrengthenProfileHandlerRegistration(): Guid;
|
|
116
|
+
static get ProgressionBlock(): Guid;
|
|
113
117
|
static get SetupWizardCommon(): Guid;
|
|
114
118
|
static get TeamworkAppTemplateWizardStore(): Guid;
|
|
115
119
|
static get SearchConfigStore(): Guid;
|
|
@@ -194,6 +198,12 @@ export declare class WebComponentManifests {
|
|
|
194
198
|
static get MyLinkActionHandler(): Guid;
|
|
195
199
|
static get StrengthenProfileActionRegistration(): Guid;
|
|
196
200
|
static get StrengthenProfileActionHandler(): Guid;
|
|
201
|
+
static get StrengthenProfileActionV2Registration(): Guid;
|
|
202
|
+
static get StrengthenProfile(): Guid;
|
|
203
|
+
static get ProgressionBlock(): Guid;
|
|
204
|
+
static get ProgressionBlockSettings(): Guid;
|
|
205
|
+
static get ProfileCompletionTab(): Guid;
|
|
206
|
+
static get ProfileCompletionPopup(): Guid;
|
|
197
207
|
static get QuickSearchActionRegistration(): Guid;
|
|
198
208
|
static get QuickSearchActionHandler(): Guid;
|
|
199
209
|
static get ShareActionSettings(): Guid;
|
|
@@ -94,6 +94,7 @@ class ResourceManifests {
|
|
|
94
94
|
static get EnableInputMSTeamsUrl() { return new fx_models_1.Guid("2c54bad8-bef9-4196-9977-1f7d201c7603"); }
|
|
95
95
|
static get PeopleRollupCore() { return new fx_models_1.Guid("4edc94d1-af23-4eed-85e2-3128ba6d108e"); }
|
|
96
96
|
static get UserProfileCompletionCore() { return new fx_models_1.Guid("656897e7-182b-4aa9-a37b-4fd962615164"); }
|
|
97
|
+
static get UserProfileCompletionV2Core() { return new fx_models_1.Guid("52095f02-b925-44f6-bd31-fe36e72bdac8"); }
|
|
97
98
|
static get SitePropertiesActionRegistration() { return new fx_models_1.Guid("004fbc07-7567-4f22-a397-d7defeac6c65"); }
|
|
98
99
|
static get SitePropertiesActionMenuRegistration() { return new fx_models_1.Guid("9c4f6d68-27a6-44a1-b5c8-12635498d4b3"); }
|
|
99
100
|
static get TeamNewsApi() { return new fx_models_1.Guid("808df227-0165-41f0-86ee-0f46af2c81ae"); }
|
|
@@ -118,6 +119,9 @@ class ResourceManifests {
|
|
|
118
119
|
static get UserProfileCardEditingHandlerRegistration() { return new fx_models_1.Guid("2411590a-62da-4203-af50-9f514089c126"); }
|
|
119
120
|
static get ActionButtonSignOffRequestHandler() { return new fx_models_1.Guid("2675e44e-dd92-4784-a5bc-2b4c8d060589"); }
|
|
120
121
|
static get ActionButtonSignOffRequestHandlerRegistration() { return new fx_models_1.Guid("735da897-1665-42e6-9b30-60e978198ef8"); }
|
|
122
|
+
static get StrengthenProfileHandler() { return new fx_models_1.Guid("2675e44e-dd92-4784-a5bc-2b4c8d060589"); }
|
|
123
|
+
static get StrengthenProfileHandlerRegistration() { return new fx_models_1.Guid("735da897-1665-42e6-9b30-60e978198ef8"); }
|
|
124
|
+
static get ProgressionBlock() { return new fx_models_1.Guid("b4c382c3-9272-4d94-9bd5-babc21fc7951"); }
|
|
121
125
|
static get SetupWizardCommon() { return new fx_models_1.Guid("a491ba6f-29e7-4ef8-9cc7-c8ca5915f3af"); }
|
|
122
126
|
static get TeamworkAppTemplateWizardStore() { return new fx_models_1.Guid("1f1b347e-2057-4435-97c6-e802f9680221"); }
|
|
123
127
|
static get SearchConfigStore() { return new fx_models_1.Guid("161b21f8-f942-41e1-b05e-09f1dcde4047"); }
|
|
@@ -203,6 +207,12 @@ class WebComponentManifests {
|
|
|
203
207
|
static get MyLinkActionHandler() { return new fx_models_1.Guid("37c0b31a-36f4-4092-911d-ea7edabd4351"); }
|
|
204
208
|
static get StrengthenProfileActionRegistration() { return new fx_models_1.Guid("fcf993d7-1d72-4259-aca2-bde999179fe6"); }
|
|
205
209
|
static get StrengthenProfileActionHandler() { return new fx_models_1.Guid("5fcbc456-87d4-4c96-b6f2-dcc9f7f61cb3"); }
|
|
210
|
+
static get StrengthenProfileActionV2Registration() { return new fx_models_1.Guid("5c0de83c-8074-4990-9604-9f6a44d9c9c8"); }
|
|
211
|
+
static get StrengthenProfile() { return new fx_models_1.Guid("a103018b-cf77-4b4d-ac01-70f31b6f06bc"); }
|
|
212
|
+
static get ProgressionBlock() { return new fx_models_1.Guid("c067f86f-a676-4a1c-9a8b-24dcb992c3b0"); }
|
|
213
|
+
static get ProgressionBlockSettings() { return new fx_models_1.Guid("620aaeee-bf1e-4156-8574-ac953449f733"); }
|
|
214
|
+
static get ProfileCompletionTab() { return new fx_models_1.Guid("1ab3ed7b-63a3-4512-aa11-20a3f015c08f"); }
|
|
215
|
+
static get ProfileCompletionPopup() { return new fx_models_1.Guid("65c5c888-675a-411a-9f86-636081ddae1b"); }
|
|
206
216
|
static get QuickSearchActionRegistration() { return new fx_models_1.Guid("c6ac506c-bff2-4552-901d-a5aa2b1052bb"); }
|
|
207
217
|
static get QuickSearchActionHandler() { return new fx_models_1.Guid("84599507-bd33-4b1b-9aa8-72614aae89b5"); }
|
|
208
218
|
static get ShareActionSettings() { return new fx_models_1.Guid("98f920a1-02bc-4f6f-96ea-b89eb2b505de"); }
|