@dartech/arsenal-ui 1.5.83 → 1.5.85

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.83",
3
+ "version": "1.5.85",
4
4
  "author": "DAR",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -52,8 +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
+ date?: 'gte' | 'lte' | 'gt' | 'lt' | 'current';
56
+ alphabet?: 'cyrillic' | 'latin';
57
57
  styleProps?: Record<string, any>;
58
58
  withRequestToStateDatabase?: boolean;
59
59
  gbdflDataPath?: string;
@@ -85,7 +85,8 @@ export interface UiSettings {
85
85
  */
86
86
  qFilter?: {
87
87
  property: string;
88
- value: string | number;
88
+ value?: string | number;
89
+ valueFrom?: string;
89
90
  };
90
91
  };
91
92
  }
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { CustomPropertyFieldProps } from '../../../interfaces';
2
3
  type Props = CustomPropertyFieldProps & {
3
4
  nodeFieldName: string;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { Control } from 'react-hook-form';
2
3
  type Props = {
3
4
  control: Control<any>;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  type Props = {
2
3
  name: string;
3
4
  label?: string;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  type Props = {
2
3
  name: string;
3
4
  format: string;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  type Props = {
2
3
  name: string;
3
4
  };
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  type Props = {
2
3
  name: string;
3
4
  label?: string;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { Control } from 'react-hook-form';
2
3
  type Props = {
3
4
  control: Control<any>;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  type Props = {
2
3
  name: string;
3
4
  label?: string;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { PropertyUnion } from '../../../interfaces';
2
3
  type PropertyItemProps = {
3
4
  property: PropertyUnion;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { Control } from 'react-hook-form';
2
3
  type Props = {
3
4
  control: Control<any>;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  type Props = {
2
3
  name: string;
3
4
  label?: string;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  type Props = {
2
3
  name: string;
3
4
  format: string;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  type Props = {
2
3
  name: string;
3
4
  label?: string;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  type Props = {
2
3
  name: string;
3
4
  label?: string;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { PropertyUnion } from '../../../interfaces';
2
3
  type PropertyItemProps = {
3
4
  property: PropertyUnion;