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