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