@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dartech/arsenal-ui",
3
- "version": "1.5.74",
3
+ "version": "1.5.75",
4
4
  "author": "DAR",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -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;