RubyGems
npm
PyPI
Organizations
Log in
Sign up
npm
@dartech/arsenal-ui
Versions diffs
1.4.81 → 1.4.83
@dartech/arsenal-ui 1.4.81 → 1.4.83
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.
81
",
3
+
"version": "1.4.
83
",
4
4
"author": "DAR",
5
5
"publishConfig": {
6
6
"registry": "https://registry.npmjs.org/"
package/src/interfaces/definition.d.ts
CHANGED
Viewed
@@ -44,6 +44,7 @@ export interface UiSettings {
44
44
label: string;
45
45
}[];
46
46
maxLength?: number;
47
+
placeholder?: string;
47
48
fileRefParams?: {
48
49
acceptTypes?: string;
49
50
limit?: number;