@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dartech/arsenal-ui",
3
- "version": "1.4.61",
3
+ "version": "1.4.63",
4
4
  "author": "DAR",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -43,9 +43,12 @@ export interface UiSettings {
43
43
  label: string;
44
44
  }[];
45
45
  maxLength?: number;
46
- fileRefAcceptTypes?: string;
47
- fileRefLimit?: number;
48
- fileRefDescription?: string;
46
+ fileRefParams?: {
47
+ acceptTypes?: string;
48
+ limit?: number;
49
+ description?: string;
50
+ photoUploader?: boolean;
51
+ };
49
52
  };
50
53
  behaviorJson: {
51
54
  showDependOn?: string;