@omnia/workplace 6.6.108-preview → 6.6.112-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.
@@ -374,6 +374,7 @@ export declare class WebComponentManifests {
374
374
  static get WorkspaceSettings(): Guid;
375
375
  static get WorkspaceHome(): Guid;
376
376
  static get WorkspaceHomeChrome(): Guid;
377
+ static get WorkspaceHomeStatistic(): Guid;
377
378
  static get WorkspaceJourney(): Guid;
378
379
  static get AdminSystemJourney(): Guid;
379
380
  static get PropertiesBlockGroup(): Guid;
@@ -1864,6 +1864,11 @@ var WebComponentManifests = /** @class */ (function () {
1864
1864
  enumerable: false,
1865
1865
  configurable: true
1866
1866
  });
1867
+ Object.defineProperty(WebComponentManifests, "WorkspaceHomeStatistic", {
1868
+ get: function () { return new Guid("c2bfdf01-6dcb-461b-82ac-678550b6abb7"); },
1869
+ enumerable: false,
1870
+ configurable: true
1871
+ });
1867
1872
  Object.defineProperty(WebComponentManifests, "WorkspaceJourney", {
1868
1873
  get: function () { return new Guid("4f54f8c5-ab26-4bff-8b9f-eb27b4f08221"); },
1869
1874
  enumerable: false,
@@ -2,6 +2,7 @@ import { GuidValue } from "@omnia/fx/models";
2
2
  import { CategorySearchResult, SearchProviderBase, SearchRequest } from ".";
3
3
  export declare abstract class SearchProvider implements SearchProviderBase {
4
4
  abstract readonly title: string;
5
+ abstract readonly omniaServiceId: GuidValue;
5
6
  abstract readonly providerId: GuidValue;
6
7
  abstract providerDisplayRenderManifestId: GuidValue;
7
8
  getSearchCategoryResult: (searchRequest: SearchRequest) => Promise<CategorySearchResult[]>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/workplace",
3
3
  "license": "MIT",
4
- "version": "6.6.108-preview",
4
+ "version": "6.6.112-preview",
5
5
  "description": "Omnia Workplace.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"