@omnia/workplace 6.13.33-preview → 6.13.34-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.
|
@@ -451,8 +451,9 @@ export declare class WebComponentManifests {
|
|
|
451
451
|
static get SetupWizardDashboard(): Guid;
|
|
452
452
|
static get SetupWizardLearningCenterGeneralStep(): Guid;
|
|
453
453
|
static get SetupWizardLearningCenterPropertiesStep(): Guid;
|
|
454
|
-
static get
|
|
455
|
-
static get
|
|
454
|
+
static get SetupWizardNewsManagementGlobalNewsStep(): Guid;
|
|
455
|
+
static get SetupWizardNewsManagementLocalNewsStep(): Guid;
|
|
456
|
+
static get SetupWizardNewsManagementPropertiesStep(): Guid;
|
|
456
457
|
static get TeamworkActiveLastActivityMetricIndicator(): Guid;
|
|
457
458
|
static get TeamworkActiveLastActivityMetricDetail(): Guid;
|
|
458
459
|
static get TeamworkInactiveLastActivityMetricIndicator(): Guid;
|
|
@@ -2221,12 +2221,17 @@ var WebComponentManifests = /** @class */ (function () {
|
|
|
2221
2221
|
enumerable: false,
|
|
2222
2222
|
configurable: true
|
|
2223
2223
|
});
|
|
2224
|
-
Object.defineProperty(WebComponentManifests, "
|
|
2225
|
-
get: function () { return new Guid("
|
|
2224
|
+
Object.defineProperty(WebComponentManifests, "SetupWizardNewsManagementGlobalNewsStep", {
|
|
2225
|
+
get: function () { return new Guid("66433585-45d7-4a8a-af0b-64a29cf3c398"); },
|
|
2226
2226
|
enumerable: false,
|
|
2227
2227
|
configurable: true
|
|
2228
2228
|
});
|
|
2229
|
-
Object.defineProperty(WebComponentManifests, "
|
|
2229
|
+
Object.defineProperty(WebComponentManifests, "SetupWizardNewsManagementLocalNewsStep", {
|
|
2230
|
+
get: function () { return new Guid("e2b2cc13-18ff-4277-8463-e3708c2c54a4"); },
|
|
2231
|
+
enumerable: false,
|
|
2232
|
+
configurable: true
|
|
2233
|
+
});
|
|
2234
|
+
Object.defineProperty(WebComponentManifests, "SetupWizardNewsManagementPropertiesStep", {
|
|
2230
2235
|
get: function () { return new Guid("18a77776-3832-4776-a045-58e296dc8b01"); },
|
|
2231
2236
|
enumerable: false,
|
|
2232
2237
|
configurable: true
|