@omnia/workplace 7.0.28-dev → 7.0.52-vnext
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 +10 -1
- package/internal-do-not-import-from-here/models/Constants.js +11 -2
- package/internal-do-not-import-from-here/models/ManifestIds.d.ts +2 -0
- package/internal-do-not-import-from-here/models/ManifestIds.js +2 -0
- package/internal-do-not-import-from-here/models/apps/SharePointSiteInfo.d.ts +2 -1
- package/internal-do-not-import-from-here/stores/SignOffRequestStore.d.ts +4 -2
- package/package.json +1 -1
|
@@ -4,6 +4,7 @@ export declare const Constants: {
|
|
|
4
4
|
ShowBusinessProfileHeader: string;
|
|
5
5
|
showNavigationBar: string;
|
|
6
6
|
mobilelogin: string;
|
|
7
|
+
rulesLinkHandler: string;
|
|
7
8
|
teamworkCore: string;
|
|
8
9
|
teamworkAutomaticGovernance: string;
|
|
9
10
|
teamsSingleSignOn: string;
|
|
@@ -111,6 +112,13 @@ export declare const GovernanceDashboard: {
|
|
|
111
112
|
Total: Guid;
|
|
112
113
|
ActiveLastActivity: Guid;
|
|
113
114
|
InactiveLastActivity: Guid;
|
|
115
|
+
ReachId: Guid;
|
|
116
|
+
UnderuserdId: Guid;
|
|
117
|
+
ActiveUserReader: Guid;
|
|
118
|
+
ActiveUserContributor: Guid;
|
|
119
|
+
NoOfQuery: Guid;
|
|
120
|
+
AbandonedQuery: Guid;
|
|
121
|
+
NoResultQuery: Guid;
|
|
114
122
|
};
|
|
115
123
|
DashboardLayoutSettingsKey: string;
|
|
116
124
|
ActionButtonIds: {
|
|
@@ -193,7 +201,8 @@ export declare const SetupWizard: {
|
|
|
193
201
|
SettingsKey: string;
|
|
194
202
|
BasicIntranetTemplateId: string;
|
|
195
203
|
IntranetEssentialsTemplateId: string;
|
|
196
|
-
|
|
204
|
+
TenantIntranetEssentialsTemplateId: string;
|
|
205
|
+
TenantBasicIntranetTemplateId: string;
|
|
197
206
|
GeneralSettingsKey: string;
|
|
198
207
|
BrandingSettingsKey: string;
|
|
199
208
|
SharedLinkSettingsKey: string;
|
|
@@ -8,6 +8,7 @@ exports.Constants = {
|
|
|
8
8
|
ShowBusinessProfileHeader: "fd86ca16-e6fd-42ed-b11e-5e8267cda628",
|
|
9
9
|
showNavigationBar: "fd86ca16-e6fd-42ed-b11e-5e8267cda628",
|
|
10
10
|
mobilelogin: "36a8ce49-a2a4-4905-88cd-694cc8e0bfad",
|
|
11
|
+
rulesLinkHandler: "ddca589b-9478-4267-b5bf-d557b4494dae",
|
|
11
12
|
teamworkCore: "0d16845b-5497-4616-afeb-edc50a09f6a2",
|
|
12
13
|
teamworkAutomaticGovernance: "eb392913-bfe9-435b-874b-47d8d15f157c",
|
|
13
14
|
teamsSingleSignOn: "4e0c0908-f60f-4a48-b3ac-ea092e31786c",
|
|
@@ -129,7 +130,14 @@ exports.GovernanceDashboard = {
|
|
|
129
130
|
NewTeamworks: new fx_models_1.Guid("47370cca-5518-44c2-91da-a083e78ec36a"),
|
|
130
131
|
Total: new fx_models_1.Guid("e259e6da-2e8b-49e1-afd1-061d6582246e"),
|
|
131
132
|
ActiveLastActivity: new fx_models_1.Guid("c42a3947-de82-4470-b5fd-9183872e181a"),
|
|
132
|
-
InactiveLastActivity: new fx_models_1.Guid("2f2ce11d-f013-4a9d-b701-21469147187e")
|
|
133
|
+
InactiveLastActivity: new fx_models_1.Guid("2f2ce11d-f013-4a9d-b701-21469147187e"),
|
|
134
|
+
ReachId: new fx_models_1.Guid("7e7f0c21-f1e9-4b24-b1d6-77d75132fe8c"),
|
|
135
|
+
UnderuserdId: new fx_models_1.Guid("f6b384b6-c764-420a-b8b3-192bcbe160de"),
|
|
136
|
+
ActiveUserReader: new fx_models_1.Guid("ba54386a-c448-4556-a001-f8e71150616b"),
|
|
137
|
+
ActiveUserContributor: new fx_models_1.Guid("994cce95-dd68-431b-9119-7afff8c68465"),
|
|
138
|
+
NoOfQuery: new fx_models_1.Guid("c0b18c12-d3b5-4b29-8105-222d20d5522f"),
|
|
139
|
+
AbandonedQuery: new fx_models_1.Guid("aa3d3355-e2a9-4c4c-a44a-5fb01493e7ae"),
|
|
140
|
+
NoResultQuery: new fx_models_1.Guid("13786d92-6d16-402f-a961-d99ea4341601")
|
|
133
141
|
},
|
|
134
142
|
DashboardLayoutSettingsKey: "omnia.workplace.governancedashboard.layout",
|
|
135
143
|
ActionButtonIds: {
|
|
@@ -216,7 +224,8 @@ exports.SetupWizard = {
|
|
|
216
224
|
SettingsKey: "owp_setupwizard_",
|
|
217
225
|
BasicIntranetTemplateId: "23D17EFE-E4AE-439D-A97D-CE184F7BC574",
|
|
218
226
|
IntranetEssentialsTemplateId: "B8C0608F-61F7-4C2A-9001-C26A7A0CB268",
|
|
219
|
-
|
|
227
|
+
TenantIntranetEssentialsTemplateId: "5470C05D-7115-4F86-BF6D-70FC51F3A1AD",
|
|
228
|
+
TenantBasicIntranetTemplateId: "87D71902-22F0-4DC3-9346-314CC5700C84",
|
|
220
229
|
GeneralSettingsKey: "SetupWizardGeneralSettings",
|
|
221
230
|
BrandingSettingsKey: "SetupWizardBrandingSettings",
|
|
222
231
|
SharedLinkSettingsKey: "SetupWizardSharedLinksSettings",
|
|
@@ -115,6 +115,7 @@ export declare class ResourceManifests {
|
|
|
115
115
|
static get PostsFeedBlockCore(): Guid;
|
|
116
116
|
static get SearchStatisticsMetricShared(): Guid;
|
|
117
117
|
static get SearchStatisticsMetricGroup(): Guid;
|
|
118
|
+
static get LinkHandlerSettingsRegistration(): Guid;
|
|
118
119
|
}
|
|
119
120
|
export declare class WebComponentManifests {
|
|
120
121
|
static get FaviconSettings(): Guid;
|
|
@@ -437,6 +438,7 @@ export declare class WebComponentManifests {
|
|
|
437
438
|
static get TeamworkActiveLastActivityMetricDetail(): Guid;
|
|
438
439
|
static get TeamworkInactiveLastActivityMetricIndicator(): Guid;
|
|
439
440
|
static get TeamworkInactiveLastActivityMetricDetail(): Guid;
|
|
441
|
+
static get LinkHandlerJourney(): Guid;
|
|
440
442
|
}
|
|
441
443
|
export declare class WebComponentElements {
|
|
442
444
|
static get AppProvisioningStepMember(): string;
|
|
@@ -122,6 +122,7 @@ class ResourceManifests {
|
|
|
122
122
|
static get PostsFeedBlockCore() { return new fx_models_1.Guid("9d5d0be1-208d-488f-9005-b181b7d47839"); }
|
|
123
123
|
static get SearchStatisticsMetricShared() { return new fx_models_1.Guid("1533f4b6-1484-4ecf-864a-8a446a5966cf"); }
|
|
124
124
|
static get SearchStatisticsMetricGroup() { return new fx_models_1.Guid("b9ee20a8-eee5-4355-8501-e15cb496a046"); }
|
|
125
|
+
static get LinkHandlerSettingsRegistration() { return new fx_models_1.Guid("a913821b-d91b-48f0-b356-97c0e7828afa"); }
|
|
125
126
|
}
|
|
126
127
|
exports.ResourceManifests = ResourceManifests;
|
|
127
128
|
class WebComponentManifests {
|
|
@@ -445,6 +446,7 @@ class WebComponentManifests {
|
|
|
445
446
|
static get TeamworkActiveLastActivityMetricDetail() { return new fx_models_1.Guid("80debee9-33f7-4b66-97fc-4c6e7dbb2a7c"); }
|
|
446
447
|
static get TeamworkInactiveLastActivityMetricIndicator() { return new fx_models_1.Guid("bac2d261-df94-425b-847e-976496694295"); }
|
|
447
448
|
static get TeamworkInactiveLastActivityMetricDetail() { return new fx_models_1.Guid("8d04aaa8-e87c-45ce-84dc-6fdf81eac22f"); }
|
|
449
|
+
static get LinkHandlerJourney() { return new fx_models_1.Guid("cc822f80-37e0-43ac-b37c-8d8963c7076c"); }
|
|
448
450
|
}
|
|
449
451
|
exports.WebComponentManifests = WebComponentManifests;
|
|
450
452
|
class WebComponentElements {
|
|
@@ -1,9 +1,11 @@
|
|
|
1
|
+
import { OmniaContext } from "@omnia/fx";
|
|
1
2
|
import { GuidValue, Identity } from "@omnia/fx-models";
|
|
2
|
-
import { Store } from "@omnia/fx/stores";
|
|
3
|
+
import { Store, UserIdentityStore } from "@omnia/fx/stores";
|
|
3
4
|
import { ISignOffRequestUpdatableProperties, ItemQueryResult, SignOffRequest, SignOffRequestCreateModel, SignOffRequestQuery, SignOffRequestSettings, SignOffRequestResource, UserSignOffRequests, SignOffRequestDetails, SignOffRequestResourceDetail } from "../../fx/models";
|
|
4
5
|
export declare class SignOffRequestStore extends Store {
|
|
5
6
|
private signOffRequestService;
|
|
6
|
-
|
|
7
|
+
userIdentityStore: UserIdentityStore;
|
|
8
|
+
omniaContext: OmniaContext;
|
|
7
9
|
private settingsService;
|
|
8
10
|
private ensuredSignOffRequestDetailsPromises;
|
|
9
11
|
private ensuredSignOffRequestedByPromises;
|