@omnia/workplace 7.8.26-preview → 7.8.28-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.
|
@@ -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 {
|