RubyGems
npm
PyPI
Organizations
Log in
Sign up
npm
@dartech/arsenal-ui
Versions diffs
1.4.63 → 1.4.64
@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.
Files changed (2)
hide
show
package/package.json
+1
-1
package/src/interfaces/definition.d.ts
+1
-0
package/package.json
CHANGED
Viewed
@@ -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/"
package/src/interfaces/definition.d.ts
CHANGED
Viewed
@@ -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[] | {