@omnia/workplace 6.12.17-preview → 6.12.20-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 +2 -1
- package/internal-do-not-import-from-here/models/ManifestIds.d.ts +2 -0
- package/internal-do-not-import-from-here/models/ManifestIds.js +10 -0
- package/package.json +1 -1
|
@@ -4,7 +4,8 @@ export var Constants = {
|
|
|
4
4
|
featureIds: {
|
|
5
5
|
ShowBusinessProfileHeader: "fd86ca16-e6fd-42ed-b11e-5e8267cda628",
|
|
6
6
|
showNavigationBar: "fd86ca16-e6fd-42ed-b11e-5e8267cda628",
|
|
7
|
-
mobilelogin: "36a8ce49-a2a4-4905-88cd-694cc8e0bfad"
|
|
7
|
+
mobilelogin: "36a8ce49-a2a4-4905-88cd-694cc8e0bfad",
|
|
8
|
+
rulesLinkHandler: "ddca589b-9478-4267-b5bf-d557b4494dae"
|
|
8
9
|
},
|
|
9
10
|
themingNavigationNodeKey: "50c83e32-8a25-4c48-8f94-ef250236f755",
|
|
10
11
|
themeIds: {
|
|
@@ -122,6 +122,7 @@ export declare class ResourceManifests {
|
|
|
122
122
|
static get PostsFeedBlockCore(): Guid;
|
|
123
123
|
static get SearchStatisticsMetricShared(): Guid;
|
|
124
124
|
static get SearchStatisticsMetricGroup(): Guid;
|
|
125
|
+
static get LinkHandlerSettingsRegistration(): Guid;
|
|
125
126
|
}
|
|
126
127
|
export declare class WebComponentManifests {
|
|
127
128
|
static get FaviconSettings(): Guid;
|
|
@@ -435,6 +436,7 @@ export declare class WebComponentManifests {
|
|
|
435
436
|
static get TeamworkActiveLastActivityMetricDetail(): Guid;
|
|
436
437
|
static get TeamworkInactiveLastActivityMetricIndicator(): Guid;
|
|
437
438
|
static get TeamworkInactiveLastActivityMetricDetail(): Guid;
|
|
439
|
+
static get LinkHandlerJourney(): Guid;
|
|
438
440
|
}
|
|
439
441
|
export declare class WebComponentElements {
|
|
440
442
|
static get AppProvisioningStepMember(): string;
|
|
@@ -581,6 +581,11 @@ var ResourceManifests = /** @class */ (function () {
|
|
|
581
581
|
enumerable: false,
|
|
582
582
|
configurable: true
|
|
583
583
|
});
|
|
584
|
+
Object.defineProperty(ResourceManifests, "LinkHandlerSettingsRegistration", {
|
|
585
|
+
get: function () { return new Guid("a913821b-d91b-48f0-b356-97c0e7828afa"); },
|
|
586
|
+
enumerable: false,
|
|
587
|
+
configurable: true
|
|
588
|
+
});
|
|
584
589
|
return ResourceManifests;
|
|
585
590
|
}());
|
|
586
591
|
export { ResourceManifests };
|
|
@@ -2145,6 +2150,11 @@ var WebComponentManifests = /** @class */ (function () {
|
|
|
2145
2150
|
enumerable: false,
|
|
2146
2151
|
configurable: true
|
|
2147
2152
|
});
|
|
2153
|
+
Object.defineProperty(WebComponentManifests, "LinkHandlerJourney", {
|
|
2154
|
+
get: function () { return new Guid("cc822f80-37e0-43ac-b37c-8d8963c7076c"); },
|
|
2155
|
+
enumerable: false,
|
|
2156
|
+
configurable: true
|
|
2157
|
+
});
|
|
2148
2158
|
return WebComponentManifests;
|
|
2149
2159
|
}());
|
|
2150
2160
|
export { WebComponentManifests };
|