@dartech/arsenal-ui 1.4.63 → 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.63",
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[] | {