@dartech/arsenal-ui 1.5.79 → 1.5.80

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dartech/arsenal-ui",
3
- "version": "1.5.79",
3
+ "version": "1.5.80",
4
4
  "author": "DAR",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -78,6 +78,7 @@ export interface UiSettings {
78
78
  findEntityByField?: string;
79
79
  findEntityByValue?: string;
80
80
  getEntityField?: string;
81
+ copyValueFrom?: string;
81
82
  };
82
83
  }
83
84
  export interface Property {