@dartech/arsenal-ui 1.4.60 → 1.4.62
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -43,8 +43,12 @@ export interface UiSettings {
|
|
43
43
|
label: string;
|
44
44
|
}[];
|
45
45
|
maxLength?: number;
|
46
|
-
|
47
|
-
|
46
|
+
fileRefParams?: {
|
47
|
+
acceptTypes?: string;
|
48
|
+
limit?: string;
|
49
|
+
description?: string;
|
50
|
+
photoUploader?: boolean;
|
51
|
+
};
|
48
52
|
};
|
49
53
|
behaviorJson: {
|
50
54
|
showDependOn?: string;
|