@dartech/arsenal-ui 1.4.62 → 1.4.64

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.62",
3
+ "version": "1.4.64",
4
4
  "author": "DAR",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -36,6 +36,7 @@ export interface UiSettings {
36
36
  label?: string;
37
37
  name?: string;
38
38
  paramJson?: {
39
+ columns?: number;
39
40
  size?: number;
40
41
  type?: 'email' | 'phone' | 'iin' | 'currency' | 'iban' | 'radio';
41
42
  radioValues?: string[] | {
@@ -45,7 +46,7 @@ export interface UiSettings {
45
46
  maxLength?: number;
46
47
  fileRefParams?: {
47
48
  acceptTypes?: string;
48
- limit?: string;
49
+ limit?: number;
49
50
  description?: string;
50
51
  photoUploader?: boolean;
51
52
  };