@omnia/fx-models 8.0.186-dev → 8.0.188-dev

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.
@@ -102,11 +102,7 @@ export interface FilterEnginePropertySelectionsAreaProps<T extends ITypedFilterE
102
102
  }
103
103
  export interface FilterEngineContextPropertyDefinition {
104
104
  typedHandler: new (property: any, defaultRouterValue: any, isRefinable: boolean, hasFilterState: boolean, enterpriseProperty: EnterprisePropertyDefinition) => ITypedFilterEngineHandler;
105
- /**
106
- * @deprecated Will be removed in 8. Use propertyRendererManifestIds instead.
107
- */
108
- propertyRendererManifestId?: GuidValue;
109
- propertyRendererManifestIds?: GuidValue[];
105
+ propertyRendererManifestIds: GuidValue[];
110
106
  propertySettingsManifestId?: GuidValue;
111
107
  propertyDefaultValueInputManifestId?: GuidValue;
112
108
  selectionsAreaPropertyRendererManifestId?: GuidValue;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx-models",
3
3
  "license": "MIT",
4
- "version": "8.0.186-dev",
4
+ "version": "8.0.188-dev",
5
5
  "description": "Provide Omnia Fx Models Stuffs.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"