@dartech/arsenal-ui 1.4.88 → 1.4.90
Sign up to get free protection for your applications and to get access to all the features.
- package/index.js +1 -8487
- package/package.json +1 -1
- package/src/interfaces/definition.d.ts +6 -0
package/package.json
CHANGED
@@ -51,11 +51,17 @@ export interface UiSettings {
|
|
51
51
|
description?: string;
|
52
52
|
photoUploader?: boolean;
|
53
53
|
};
|
54
|
+
styleProps?: Record<string, any>;
|
54
55
|
};
|
55
56
|
behaviorJson: {
|
56
57
|
showDependOn?: string;
|
57
58
|
hideDependOn?: string;
|
58
59
|
dynamicEntity?: boolean;
|
60
|
+
filterByEntity?: string;
|
61
|
+
filterField?: string;
|
62
|
+
findEntityByField?: string;
|
63
|
+
findEntityByValue?: string;
|
64
|
+
getEntityField?: string;
|
59
65
|
};
|
60
66
|
}
|
61
67
|
export interface Property {
|