@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
@@ -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?:
|
49
|
+
limit?: number;
|
49
50
|
description?: string;
|
50
51
|
photoUploader?: boolean;
|
51
52
|
};
|