RubyGems
npm
PyPI
Organizations
Log in
Sign up
npm
@dartech/arsenal-ui
Versions diffs
1.4.62 → 1.4.63
@dartech/arsenal-ui 1.4.62 → 1.4.63
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
-1
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@dartech/arsenal-ui",
3
-
"version": "1.4.
62
",
3
+
"version": "1.4.
63
",
4
4
"author": "DAR",
5
5
"publishConfig": {
6
6
"registry": "https://registry.npmjs.org/"
package/src/interfaces/definition.d.ts
CHANGED
Viewed
@@ -45,7 +45,7 @@ export interface UiSettings {
45
45
maxLength?: number;
46
46
fileRefParams?: {
47
47
acceptTypes?: string;
48
-
limit?:
string
;
48
+
limit?:
number
;
49
49
description?: string;
50
50
photoUploader?: boolean;
51
51
};