@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dartech/arsenal-ui",
3
- "version": "1.4.59",
3
+ "version": "1.4.60",
4
4
  "author": "DAR",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -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: boolean;
52
+ dynamicEntity?: boolean;
51
53
  };
52
54
  }
53
55
  export interface Property {