@omnia/workplace 7.7.39-preview → 7.7.40-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.
@@ -1,4 +1,4 @@
1
- import { BaseFilterEngineProperty, FilterEngineSettings, GuidValue, MultilingualString, OrderBy, PropertyIndexedType, RollupEnums, RollupFilter, RollupFilterValue, RollupOtherTypes, SpacingSettings, TypedFilterEnginePropertyOutput } from "@omnia/fx/models";
1
+ import { BaseFilterEngineProperty, FilterEngineSettings, GuidValue, Identity, MultilingualString, OrderBy, PropertyIndexedType, RollupEnums, RollupFilter, RollupFilterValue, RollupOtherTypes, SpacingSettings, TypedFilterEnginePropertyOutput, UserPickingType } from "@omnia/fx/models";
2
2
  import { SignOffRequestRollupViewComponentSettings } from "./SignOffRequestRollupViewSettings";
3
3
  export interface SignOffRequestRollupBlockSettings {
4
4
  title: MultilingualString;
@@ -84,6 +84,10 @@ export interface TypeFilterEngineProperty extends BaseFilterEngineProperty {
84
84
  export interface TypePropFilterValue extends RollupFilterValue {
85
85
  value: Array<GuidValue>;
86
86
  }
87
+ export interface RequestedByPropFilterValue extends RollupFilterValue {
88
+ value: Array<Identity>;
89
+ filterSelection: UserPickingType;
90
+ }
87
91
  export interface ExtendedPropFilterValue extends RollupFilterValue {
88
92
  value: Array<any>;
89
93
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/workplace",
3
3
  "license": "MIT",
4
- "version": "7.7.39-preview",
4
+ "version": "7.7.40-preview",
5
5
  "description": "Omnia Workplace.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"