RubyGems
npm
PyPI
Organizations
Log in
Sign up
npm
@dartech/arsenal-ui
Versions diffs
1.5.79 → 1.5.80
@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.
Files changed (2)
hide
show
package/package.json
+1
-1
package/src/interfaces/definition.d.ts
+1
-0
package/package.json
CHANGED
Viewed
@@ -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/"
package/src/interfaces/definition.d.ts
CHANGED
Viewed
@@ -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 {