@omnia/workplace 7.8.26-preview → 7.8.27-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.
@@ -118,6 +118,10 @@ export declare module Enums {
118
118
  Today = 1,
119
119
  OneMonthFromToday = 2
120
120
  }
121
+ enum QueryConfigurationType {
122
+ QueryBuilder = 0,
123
+ PickUsers = 1
124
+ }
121
125
  }
122
126
  enum ChromeMode {
123
127
  Full = 0,
@@ -146,6 +146,11 @@ var Enums;
146
146
  BirthdayPeriod[BirthdayPeriod["Today"] = 1] = "Today";
147
147
  BirthdayPeriod[BirthdayPeriod["OneMonthFromToday"] = 2] = "OneMonthFromToday";
148
148
  })(BirthdayPeriod = PeopleRollupEnums.BirthdayPeriod || (PeopleRollupEnums.BirthdayPeriod = {}));
149
+ let QueryConfigurationType;
150
+ (function (QueryConfigurationType) {
151
+ QueryConfigurationType[QueryConfigurationType["QueryBuilder"] = 0] = "QueryBuilder";
152
+ QueryConfigurationType[QueryConfigurationType["PickUsers"] = 1] = "PickUsers";
153
+ })(QueryConfigurationType = PeopleRollupEnums.QueryConfigurationType || (PeopleRollupEnums.QueryConfigurationType = {}));
149
154
  })(PeopleRollupEnums = Enums.PeopleRollupEnums || (Enums.PeopleRollupEnums = {}));
150
155
  let ChromeMode;
151
156
  (function (ChromeMode) {
@@ -619,6 +619,7 @@ export declare class WebComponentManifests {
619
619
  static get FormStatusFilterEngineSelectionsArea(): Guid;
620
620
  static get FormStatusFilterEngineDefaultValueInput(): Guid;
621
621
  static get SemanticSearchQueryableProperties(): Guid;
622
+ static get ListingPickedUsers(): Guid;
622
623
  }
623
624
  export declare class WebComponentElements {
624
625
  static get AppProvisioningStepMember(): string;
@@ -628,6 +628,7 @@ class WebComponentManifests {
628
628
  static get FormStatusFilterEngineSelectionsArea() { return new fx_models_1.Guid("77c771b4-5cce-4db4-8229-38ce362b9a64"); }
629
629
  static get FormStatusFilterEngineDefaultValueInput() { return new fx_models_1.Guid("0f92d659-4323-4e68-9315-0416a26baa04"); }
630
630
  static get SemanticSearchQueryableProperties() { return new fx_models_1.Guid("506ff200-d795-4fb8-9177-d9940c4feb65"); }
631
+ static get ListingPickedUsers() { return new fx_models_1.Guid("41f2d65c-c061-49cf-8c3c-e0a08bbfb882"); }
631
632
  }
632
633
  exports.WebComponentManifests = WebComponentManifests;
633
634
  class WebComponentElements {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/workplace",
3
3
  "license": "MIT",
4
- "version": "7.8.26-preview",
4
+ "version": "7.8.27-preview",
5
5
  "description": "Omnia Workplace.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"