@dartech/arsenal-ui 1.5.74 → 1.5.75
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -52,6 +52,8 @@ export interface UiSettings {
|
|
52
52
|
description?: string;
|
53
53
|
photoUploader?: boolean;
|
54
54
|
};
|
55
|
+
date: 'gte' | 'lte' | 'gt' | 'lt' | 'current';
|
56
|
+
alphabet: 'cyrillic' | 'latin';
|
55
57
|
styleProps?: Record<string, any>;
|
56
58
|
withRequestToStateDatabase?: boolean;
|
57
59
|
gbdflDataPath?: string;
|