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