@dartech/arsenal-ui 1.4.59 → 1.4.61
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -43,11 +43,14 @@ export interface UiSettings {
|
|
43
43
|
label: string;
|
44
44
|
}[];
|
45
45
|
maxLength?: number;
|
46
|
+
fileRefAcceptTypes?: string;
|
47
|
+
fileRefLimit?: number;
|
48
|
+
fileRefDescription?: string;
|
46
49
|
};
|
47
50
|
behaviorJson: {
|
48
51
|
showDependOn?: string;
|
49
52
|
hideDependOn?: string;
|
50
|
-
dynamicEntity
|
53
|
+
dynamicEntity?: boolean;
|
51
54
|
};
|
52
55
|
}
|
53
56
|
export interface Property {
|