@omnia/fx-models 8.0.517-dev → 8.0.518-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.
@@ -10,5 +10,6 @@ export interface IConditionControlItemRow<TItem = any> {
10
10
  export interface IConditionControlItemFilterValues<TItem = any> {
11
11
  FilterValue: ConditionControlItemFilterValueElement;
12
12
  Item: TItem;
13
+ onMoveToSettingsRender?: () => void;
13
14
  }
14
15
  export {};
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx-models",
3
3
  "license": "MIT",
4
- "version": "8.0.517-dev",
4
+ "version": "8.0.518-dev",
5
5
  "description": "Provide Omnia Fx Models Stuffs.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"