@dartech/arsenal-ui 1.4.82 → 1.4.84

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.82",
3
+ "version": "1.4.84",
4
4
  "author": "DAR",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -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;