@dartech/arsenal-ui 1.4.89 → 1.4.91

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.89",
3
+ "version": "1.4.91",
4
4
  "author": "DAR",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -45,6 +45,7 @@ export interface UiSettings {
45
45
  }[];
46
46
  maxLength?: number;
47
47
  placeholder?: string;
48
+ description?: string;
48
49
  fileRefParams?: {
49
50
  acceptTypes?: string;
50
51
  limit?: number;
@@ -52,6 +53,19 @@ export interface UiSettings {
52
53
  photoUploader?: boolean;
53
54
  };
54
55
  styleProps?: Record<string, any>;
56
+ withRequestToStateDatabase?: boolean;
57
+ gbdflDataPath?: string;
58
+ gbdflDataPath2?: string;
59
+ itemArrayPriorityValue?: string;
60
+ itemArrayPriorityKey?: string;
61
+ itemDataPath?: string;
62
+ isFirstLetterUppercase?: boolean;
63
+ replaceGbdflEntityValues?: Record<string, string>;
64
+ formatDateFrom?: string;
65
+ formatDateTo?: string;
66
+ copyValueToField?: string;
67
+ ifEmptyReplaceWithNull?: boolean;
68
+ formatToNumber?: boolean;
55
69
  };
56
70
  behaviorJson: {
57
71
  showDependOn?: string;