@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/index.js +1 -8487
- package/package.json +1 -1
- package/src/interfaces/definition.d.ts +14 -0
package/package.json
CHANGED
@@ -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;
|