@genesislcap/foundation-criteria 14.408.0 → 14.409.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +8 -12
- package/package.json +11 -11
- package/docs/api/foundation-criteria.createformcriteriabuilder.md +0 -51
- package/docs/api/foundation-criteria.criteriabuilder.and.md +0 -11
- package/docs/api/foundation-criteria.criteriabuilder.build.md +0 -52
- package/docs/api/foundation-criteria.criteriabuilder.md +0 -146
- package/docs/api/foundation-criteria.criteriabuilder.not.md +0 -11
- package/docs/api/foundation-criteria.criteriabuilder.or.md +0 -11
- package/docs/api/foundation-criteria.criteriabuilder.reset.md +0 -15
- package/docs/api/foundation-criteria.criteriabuilder.withexpression.md +0 -82
- package/docs/api/foundation-criteria.criteriasegmentedcontrol.criteriaoptions.md +0 -11
- package/docs/api/foundation-criteria.criteriasegmentedcontrol.itemclickhandler.md +0 -50
- package/docs/api/foundation-criteria.criteriasegmentedcontrol.md +0 -171
- package/docs/api/foundation-criteria.criteriasegmentedcontrol.selectedlabel.md +0 -11
- package/docs/api/foundation-criteria.criteriasegmentedcontrol.selectedlabelchanged.md +0 -15
- package/docs/api/foundation-criteria.criteriasegmentedcontrol.value.md +0 -11
- package/docs/api/foundation-criteria.criteriasegmentedcontrol.valuechanged.md +0 -15
- package/docs/api/foundation-criteria.expressionbuilder._constructor_.md +0 -57
- package/docs/api/foundation-criteria.expressionbuilder.build.md +0 -11
- package/docs/api/foundation-criteria.expressionbuilder.md +0 -181
- package/docs/api/foundation-criteria.expressionbuilder.withfield.md +0 -50
- package/docs/api/foundation-criteria.expressionbuilder.withgroup.md +0 -50
- package/docs/api/foundation-criteria.expressionbuilder.withparams.md +0 -50
- package/docs/api/foundation-criteria.expressionbuilder.withserialiser.md +0 -50
- package/docs/api/foundation-criteria.expressionbuilder.withvalue.md +0 -50
- package/docs/api/foundation-criteria.expressionbuilder.withvaluegetter.md +0 -50
- package/docs/api/foundation-criteria.expressionconfig.md +0 -15
- package/docs/api/foundation-criteria.expressionconfigmap.md +0 -17
- package/docs/api/foundation-criteria.join._constructor_.md +0 -48
- package/docs/api/foundation-criteria.join.and.md +0 -15
- package/docs/api/foundation-criteria.join.equal.md +0 -15
- package/docs/api/foundation-criteria.join.greaterthan.md +0 -15
- package/docs/api/foundation-criteria.join.greaterthanorequal.md +0 -15
- package/docs/api/foundation-criteria.join.lessthan.md +0 -15
- package/docs/api/foundation-criteria.join.lessthanorequal.md +0 -15
- package/docs/api/foundation-criteria.join.md +0 -238
- package/docs/api/foundation-criteria.join.not.md +0 -15
- package/docs/api/foundation-criteria.join.notequal.md +0 -15
- package/docs/api/foundation-criteria.join.operator.md +0 -11
- package/docs/api/foundation-criteria.join.or.md +0 -15
- package/docs/api/foundation-criteria.md +0 -152
- package/docs/api/foundation-criteria.serialisers.md +0 -36
- package/docs/api/index.md +0 -30
- package/docs/api-report.md.api.md +0 -244
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/foundation-criteria](./foundation-criteria.md) > [Join](./foundation-criteria.join.md) > [And](./foundation-criteria.join.and.md)
|
|
4
|
-
|
|
5
|
-
## Join.And() method
|
|
6
|
-
|
|
7
|
-
**Signature:**
|
|
8
|
-
|
|
9
|
-
```typescript
|
|
10
|
-
static And(): Join;
|
|
11
|
-
```
|
|
12
|
-
**Returns:**
|
|
13
|
-
|
|
14
|
-
[Join](./foundation-criteria.join.md)
|
|
15
|
-
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/foundation-criteria](./foundation-criteria.md) > [Join](./foundation-criteria.join.md) > [Equal](./foundation-criteria.join.equal.md)
|
|
4
|
-
|
|
5
|
-
## Join.Equal() method
|
|
6
|
-
|
|
7
|
-
**Signature:**
|
|
8
|
-
|
|
9
|
-
```typescript
|
|
10
|
-
static Equal(): Join;
|
|
11
|
-
```
|
|
12
|
-
**Returns:**
|
|
13
|
-
|
|
14
|
-
[Join](./foundation-criteria.join.md)
|
|
15
|
-
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/foundation-criteria](./foundation-criteria.md) > [Join](./foundation-criteria.join.md) > [GreaterThan](./foundation-criteria.join.greaterthan.md)
|
|
4
|
-
|
|
5
|
-
## Join.GreaterThan() method
|
|
6
|
-
|
|
7
|
-
**Signature:**
|
|
8
|
-
|
|
9
|
-
```typescript
|
|
10
|
-
static GreaterThan(): Join;
|
|
11
|
-
```
|
|
12
|
-
**Returns:**
|
|
13
|
-
|
|
14
|
-
[Join](./foundation-criteria.join.md)
|
|
15
|
-
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/foundation-criteria](./foundation-criteria.md) > [Join](./foundation-criteria.join.md) > [GreaterThanOrEqual](./foundation-criteria.join.greaterthanorequal.md)
|
|
4
|
-
|
|
5
|
-
## Join.GreaterThanOrEqual() method
|
|
6
|
-
|
|
7
|
-
**Signature:**
|
|
8
|
-
|
|
9
|
-
```typescript
|
|
10
|
-
static GreaterThanOrEqual(): Join;
|
|
11
|
-
```
|
|
12
|
-
**Returns:**
|
|
13
|
-
|
|
14
|
-
[Join](./foundation-criteria.join.md)
|
|
15
|
-
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/foundation-criteria](./foundation-criteria.md) > [Join](./foundation-criteria.join.md) > [LessThan](./foundation-criteria.join.lessthan.md)
|
|
4
|
-
|
|
5
|
-
## Join.LessThan() method
|
|
6
|
-
|
|
7
|
-
**Signature:**
|
|
8
|
-
|
|
9
|
-
```typescript
|
|
10
|
-
static LessThan(): Join;
|
|
11
|
-
```
|
|
12
|
-
**Returns:**
|
|
13
|
-
|
|
14
|
-
[Join](./foundation-criteria.join.md)
|
|
15
|
-
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/foundation-criteria](./foundation-criteria.md) > [Join](./foundation-criteria.join.md) > [LessThanOrEqual](./foundation-criteria.join.lessthanorequal.md)
|
|
4
|
-
|
|
5
|
-
## Join.LessThanOrEqual() method
|
|
6
|
-
|
|
7
|
-
**Signature:**
|
|
8
|
-
|
|
9
|
-
```typescript
|
|
10
|
-
static LessThanOrEqual(): Join;
|
|
11
|
-
```
|
|
12
|
-
**Returns:**
|
|
13
|
-
|
|
14
|
-
[Join](./foundation-criteria.join.md)
|
|
15
|
-
|
|
@@ -1,238 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/foundation-criteria](./foundation-criteria.md) > [Join](./foundation-criteria.join.md)
|
|
4
|
-
|
|
5
|
-
## Join class
|
|
6
|
-
|
|
7
|
-
Used to describe how Expressions are joined
|
|
8
|
-
|
|
9
|
-
**Signature:**
|
|
10
|
-
|
|
11
|
-
```typescript
|
|
12
|
-
export declare class Join
|
|
13
|
-
```
|
|
14
|
-
|
|
15
|
-
## Constructors
|
|
16
|
-
|
|
17
|
-
<table><thead><tr><th>
|
|
18
|
-
|
|
19
|
-
Constructor
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
</th><th>
|
|
23
|
-
|
|
24
|
-
Modifiers
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
</th><th>
|
|
28
|
-
|
|
29
|
-
Description
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
</th></tr></thead>
|
|
33
|
-
<tbody><tr><td>
|
|
34
|
-
|
|
35
|
-
[(constructor)(type)](./foundation-criteria.join._constructor_.md)
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
</td><td>
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
</td><td>
|
|
42
|
-
|
|
43
|
-
Constructs a new instance of the `Join` class
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
</td></tr>
|
|
47
|
-
</tbody></table>
|
|
48
|
-
|
|
49
|
-
## Properties
|
|
50
|
-
|
|
51
|
-
<table><thead><tr><th>
|
|
52
|
-
|
|
53
|
-
Property
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
</th><th>
|
|
57
|
-
|
|
58
|
-
Modifiers
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
</th><th>
|
|
62
|
-
|
|
63
|
-
Type
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
</th><th>
|
|
67
|
-
|
|
68
|
-
Description
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
</th></tr></thead>
|
|
72
|
-
<tbody><tr><td>
|
|
73
|
-
|
|
74
|
-
[operator](./foundation-criteria.join.operator.md)
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
</td><td>
|
|
78
|
-
|
|
79
|
-
`readonly`
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
</td><td>
|
|
83
|
-
|
|
84
|
-
Operator
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
</td><td>
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
</td></tr>
|
|
91
|
-
</tbody></table>
|
|
92
|
-
|
|
93
|
-
## Methods
|
|
94
|
-
|
|
95
|
-
<table><thead><tr><th>
|
|
96
|
-
|
|
97
|
-
Method
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
</th><th>
|
|
101
|
-
|
|
102
|
-
Modifiers
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
</th><th>
|
|
106
|
-
|
|
107
|
-
Description
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
</th></tr></thead>
|
|
111
|
-
<tbody><tr><td>
|
|
112
|
-
|
|
113
|
-
[And()](./foundation-criteria.join.and.md)
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
</td><td>
|
|
117
|
-
|
|
118
|
-
`static`
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
</td><td>
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
</td></tr>
|
|
125
|
-
<tr><td>
|
|
126
|
-
|
|
127
|
-
[Equal()](./foundation-criteria.join.equal.md)
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
</td><td>
|
|
131
|
-
|
|
132
|
-
`static`
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
</td><td>
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
</td></tr>
|
|
139
|
-
<tr><td>
|
|
140
|
-
|
|
141
|
-
[GreaterThan()](./foundation-criteria.join.greaterthan.md)
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
</td><td>
|
|
145
|
-
|
|
146
|
-
`static`
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
</td><td>
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
</td></tr>
|
|
153
|
-
<tr><td>
|
|
154
|
-
|
|
155
|
-
[GreaterThanOrEqual()](./foundation-criteria.join.greaterthanorequal.md)
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
</td><td>
|
|
159
|
-
|
|
160
|
-
`static`
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
</td><td>
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
</td></tr>
|
|
167
|
-
<tr><td>
|
|
168
|
-
|
|
169
|
-
[LessThan()](./foundation-criteria.join.lessthan.md)
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
</td><td>
|
|
173
|
-
|
|
174
|
-
`static`
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
</td><td>
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
</td></tr>
|
|
181
|
-
<tr><td>
|
|
182
|
-
|
|
183
|
-
[LessThanOrEqual()](./foundation-criteria.join.lessthanorequal.md)
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
</td><td>
|
|
187
|
-
|
|
188
|
-
`static`
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
</td><td>
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
</td></tr>
|
|
195
|
-
<tr><td>
|
|
196
|
-
|
|
197
|
-
[Not()](./foundation-criteria.join.not.md)
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
</td><td>
|
|
201
|
-
|
|
202
|
-
`static`
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
</td><td>
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
</td></tr>
|
|
209
|
-
<tr><td>
|
|
210
|
-
|
|
211
|
-
[NotEqual()](./foundation-criteria.join.notequal.md)
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
</td><td>
|
|
215
|
-
|
|
216
|
-
`static`
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
</td><td>
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
</td></tr>
|
|
223
|
-
<tr><td>
|
|
224
|
-
|
|
225
|
-
[Or()](./foundation-criteria.join.or.md)
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
</td><td>
|
|
229
|
-
|
|
230
|
-
`static`
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
</td><td>
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
</td></tr>
|
|
237
|
-
</tbody></table>
|
|
238
|
-
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/foundation-criteria](./foundation-criteria.md) > [Join](./foundation-criteria.join.md) > [Not](./foundation-criteria.join.not.md)
|
|
4
|
-
|
|
5
|
-
## Join.Not() method
|
|
6
|
-
|
|
7
|
-
**Signature:**
|
|
8
|
-
|
|
9
|
-
```typescript
|
|
10
|
-
static Not(): Join;
|
|
11
|
-
```
|
|
12
|
-
**Returns:**
|
|
13
|
-
|
|
14
|
-
[Join](./foundation-criteria.join.md)
|
|
15
|
-
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/foundation-criteria](./foundation-criteria.md) > [Join](./foundation-criteria.join.md) > [NotEqual](./foundation-criteria.join.notequal.md)
|
|
4
|
-
|
|
5
|
-
## Join.NotEqual() method
|
|
6
|
-
|
|
7
|
-
**Signature:**
|
|
8
|
-
|
|
9
|
-
```typescript
|
|
10
|
-
static NotEqual(): Join;
|
|
11
|
-
```
|
|
12
|
-
**Returns:**
|
|
13
|
-
|
|
14
|
-
[Join](./foundation-criteria.join.md)
|
|
15
|
-
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/foundation-criteria](./foundation-criteria.md) > [Join](./foundation-criteria.join.md) > [operator](./foundation-criteria.join.operator.md)
|
|
4
|
-
|
|
5
|
-
## Join.operator property
|
|
6
|
-
|
|
7
|
-
**Signature:**
|
|
8
|
-
|
|
9
|
-
```typescript
|
|
10
|
-
get operator(): Operator;
|
|
11
|
-
```
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/foundation-criteria](./foundation-criteria.md) > [Join](./foundation-criteria.join.md) > [Or](./foundation-criteria.join.or.md)
|
|
4
|
-
|
|
5
|
-
## Join.Or() method
|
|
6
|
-
|
|
7
|
-
**Signature:**
|
|
8
|
-
|
|
9
|
-
```typescript
|
|
10
|
-
static Or(): Join;
|
|
11
|
-
```
|
|
12
|
-
**Returns:**
|
|
13
|
-
|
|
14
|
-
[Join](./foundation-criteria.join.md)
|
|
15
|
-
|
|
@@ -1,152 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/foundation-criteria](./foundation-criteria.md)
|
|
4
|
-
|
|
5
|
-
## foundation-criteria package
|
|
6
|
-
|
|
7
|
-
## Classes
|
|
8
|
-
|
|
9
|
-
<table><thead><tr><th>
|
|
10
|
-
|
|
11
|
-
Class
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
</th><th>
|
|
15
|
-
|
|
16
|
-
Description
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
</th></tr></thead>
|
|
20
|
-
<tbody><tr><td>
|
|
21
|
-
|
|
22
|
-
[CriteriaBuilder](./foundation-criteria.criteriabuilder.md)
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
</td><td>
|
|
26
|
-
|
|
27
|
-
Builder class used to generate query criteria
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
</td></tr>
|
|
31
|
-
<tr><td>
|
|
32
|
-
|
|
33
|
-
[CriteriaSegmentedControl](./foundation-criteria.criteriasegmentedcontrol.md)
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
</td><td>
|
|
37
|
-
|
|
38
|
-
Main class which defines the criteria segmented control component.
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
</td></tr>
|
|
42
|
-
<tr><td>
|
|
43
|
-
|
|
44
|
-
[ExpressionBuilder](./foundation-criteria.expressionbuilder.md)
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
</td><td>
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
</td></tr>
|
|
52
|
-
<tr><td>
|
|
53
|
-
|
|
54
|
-
[Join](./foundation-criteria.join.md)
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
</td><td>
|
|
58
|
-
|
|
59
|
-
Used to describe how Expressions are joined
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
</td></tr>
|
|
63
|
-
</tbody></table>
|
|
64
|
-
|
|
65
|
-
## Functions
|
|
66
|
-
|
|
67
|
-
<table><thead><tr><th>
|
|
68
|
-
|
|
69
|
-
Function
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
</th><th>
|
|
73
|
-
|
|
74
|
-
Description
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
</th></tr></thead>
|
|
78
|
-
<tbody><tr><td>
|
|
79
|
-
|
|
80
|
-
[createFormCriteriaBuilder(criteriaBuilder)](./foundation-criteria.createformcriteriabuilder.md)
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
</td><td>
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
</td></tr>
|
|
88
|
-
</tbody></table>
|
|
89
|
-
|
|
90
|
-
## Variables
|
|
91
|
-
|
|
92
|
-
<table><thead><tr><th>
|
|
93
|
-
|
|
94
|
-
Variable
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
</th><th>
|
|
98
|
-
|
|
99
|
-
Description
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
</th></tr></thead>
|
|
103
|
-
<tbody><tr><td>
|
|
104
|
-
|
|
105
|
-
[Serialisers](./foundation-criteria.serialisers.md)
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
</td><td>
|
|
109
|
-
|
|
110
|
-
Functions to to serialise an Expression to a string
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
</td></tr>
|
|
114
|
-
</tbody></table>
|
|
115
|
-
|
|
116
|
-
## Type Aliases
|
|
117
|
-
|
|
118
|
-
<table><thead><tr><th>
|
|
119
|
-
|
|
120
|
-
Type Alias
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
</th><th>
|
|
124
|
-
|
|
125
|
-
Description
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
</th></tr></thead>
|
|
129
|
-
<tbody><tr><td>
|
|
130
|
-
|
|
131
|
-
[ExpressionConfig](./foundation-criteria.expressionconfig.md)
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
</td><td>
|
|
135
|
-
|
|
136
|
-
Interface for fields to implement to generate expression criteria
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
</td></tr>
|
|
140
|
-
<tr><td>
|
|
141
|
-
|
|
142
|
-
[ExpressionConfigMap](./foundation-criteria.expressionconfigmap.md)
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
</td><td>
|
|
146
|
-
|
|
147
|
-
Maps form fields to expression configuration
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
</td></tr>
|
|
151
|
-
</tbody></table>
|
|
152
|
-
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/foundation-criteria](./foundation-criteria.md) > [Serialisers](./foundation-criteria.serialisers.md)
|
|
4
|
-
|
|
5
|
-
## Serialisers variable
|
|
6
|
-
|
|
7
|
-
Functions to to serialise an Expression to a string
|
|
8
|
-
|
|
9
|
-
**Signature:**
|
|
10
|
-
|
|
11
|
-
```typescript
|
|
12
|
-
Serialisers: {
|
|
13
|
-
AND: (e: Expression) => string;
|
|
14
|
-
OR: (e: Expression) => string;
|
|
15
|
-
NOT: (e: Expression) => string;
|
|
16
|
-
GT: (e: Expression) => string;
|
|
17
|
-
GE: (e: Expression) => string;
|
|
18
|
-
LT: (e: Expression) => string;
|
|
19
|
-
LE: (e: Expression) => string;
|
|
20
|
-
NE: (e: Expression) => string;
|
|
21
|
-
EQ: (e: Expression) => string;
|
|
22
|
-
equals: (e: Expression) => string;
|
|
23
|
-
equalsIgnoreCase: (e: Expression) => string;
|
|
24
|
-
contains: (e: Expression) => string;
|
|
25
|
-
fieldContains: (e: Expression) => string;
|
|
26
|
-
containsIgnoreCase: (e: Expression) => string;
|
|
27
|
-
startsWith: (e: Expression) => string;
|
|
28
|
-
endsWith: (e: Expression) => string;
|
|
29
|
-
dateIsToday: (e: Expression) => string;
|
|
30
|
-
dateIsEqual: (e: Expression) => string;
|
|
31
|
-
dateIsGreaterEqual: (e: Expression) => string;
|
|
32
|
-
dateIsLessEqual: (e: Expression) => string;
|
|
33
|
-
dateTimeIsGreaterEqual: (e: Expression) => string;
|
|
34
|
-
dateTimeIsLessEqual: (e: Expression) => string;
|
|
35
|
-
}
|
|
36
|
-
```
|
package/docs/api/index.md
DELETED
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md)
|
|
4
|
-
|
|
5
|
-
## API Reference
|
|
6
|
-
|
|
7
|
-
## Packages
|
|
8
|
-
|
|
9
|
-
<table><thead><tr><th>
|
|
10
|
-
|
|
11
|
-
Package
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
</th><th>
|
|
15
|
-
|
|
16
|
-
Description
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
</th></tr></thead>
|
|
20
|
-
<tbody><tr><td>
|
|
21
|
-
|
|
22
|
-
[@genesislcap/foundation-criteria](./foundation-criteria.md)
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
</td><td>
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
</td></tr>
|
|
29
|
-
</tbody></table>
|
|
30
|
-
|