@omnia/workplace 7.10.0-preview.4 → 7.10.0-preview.6
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.
@@ -623,6 +623,8 @@ export declare class WebComponentManifests {
|
|
623
623
|
static get ListingPickedUsers(): Guid;
|
624
624
|
static get UserSearchResultSource(): Guid;
|
625
625
|
static get OmniaUserQueryFiltersComponent(): Guid;
|
626
|
+
static get ListRollup(): Guid;
|
627
|
+
static get ListRollupSettings(): Guid;
|
626
628
|
}
|
627
629
|
export declare class WebComponentElements {
|
628
630
|
static get AppProvisioningStepMember(): string;
|
@@ -632,6 +632,8 @@ class WebComponentManifests {
|
|
632
632
|
static get ListingPickedUsers() { return new fx_models_1.Guid("41f2d65c-c061-49cf-8c3c-e0a08bbfb882"); }
|
633
633
|
static get UserSearchResultSource() { return new fx_models_1.Guid("2521c36d-0e1f-4e9c-80a1-bbee3a762784"); }
|
634
634
|
static get OmniaUserQueryFiltersComponent() { return new fx_models_1.Guid("c1b21e46-3528-4f5a-95e9-ee8818a2993f"); }
|
635
|
+
static get ListRollup() { return new fx_models_1.Guid("784551cb-a755-4076-bc6f-b952faf65097"); }
|
636
|
+
static get ListRollupSettings() { return new fx_models_1.Guid("bd8d172e-9805-49f6-9625-c9b70a4623dc"); }
|
635
637
|
}
|
636
638
|
exports.WebComponentManifests = WebComponentManifests;
|
637
639
|
class WebComponentElements {
|