@dartech/arsenal-ui 1.4.60 → 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,8 +43,9 @@ export interface UiSettings {
|
|
43
43
|
label: string;
|
44
44
|
}[];
|
45
45
|
maxLength?: number;
|
46
|
-
|
47
|
-
|
46
|
+
fileRefAcceptTypes?: string;
|
47
|
+
fileRefLimit?: number;
|
48
|
+
fileRefDescription?: string;
|
48
49
|
};
|
49
50
|
behaviorJson: {
|
50
51
|
showDependOn?: string;
|