@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,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) > [CriteriaSegmentedControl](./foundation-criteria.criteriasegmentedcontrol.md) > [selectedLabel](./foundation-criteria.criteriasegmentedcontrol.selectedlabel.md)
|
|
4
|
-
|
|
5
|
-
## CriteriaSegmentedControl.selectedLabel property
|
|
6
|
-
|
|
7
|
-
**Signature:**
|
|
8
|
-
|
|
9
|
-
```typescript
|
|
10
|
-
selectedLabel: string;
|
|
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) > [CriteriaSegmentedControl](./foundation-criteria.criteriasegmentedcontrol.md) > [selectedLabelChanged](./foundation-criteria.criteriasegmentedcontrol.selectedlabelchanged.md)
|
|
4
|
-
|
|
5
|
-
## CriteriaSegmentedControl.selectedLabelChanged() method
|
|
6
|
-
|
|
7
|
-
**Signature:**
|
|
8
|
-
|
|
9
|
-
```typescript
|
|
10
|
-
selectedLabelChanged(): void;
|
|
11
|
-
```
|
|
12
|
-
**Returns:**
|
|
13
|
-
|
|
14
|
-
void
|
|
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) > [CriteriaSegmentedControl](./foundation-criteria.criteriasegmentedcontrol.md) > [value](./foundation-criteria.criteriasegmentedcontrol.value.md)
|
|
4
|
-
|
|
5
|
-
## CriteriaSegmentedControl.value property
|
|
6
|
-
|
|
7
|
-
**Signature:**
|
|
8
|
-
|
|
9
|
-
```typescript
|
|
10
|
-
value: string;
|
|
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) > [CriteriaSegmentedControl](./foundation-criteria.criteriasegmentedcontrol.md) > [valueChanged](./foundation-criteria.criteriasegmentedcontrol.valuechanged.md)
|
|
4
|
-
|
|
5
|
-
## CriteriaSegmentedControl.valueChanged() method
|
|
6
|
-
|
|
7
|
-
**Signature:**
|
|
8
|
-
|
|
9
|
-
```typescript
|
|
10
|
-
valueChanged(): void;
|
|
11
|
-
```
|
|
12
|
-
**Returns:**
|
|
13
|
-
|
|
14
|
-
void
|
|
15
|
-
|
|
@@ -1,57 +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) > [ExpressionBuilder](./foundation-criteria.expressionbuilder.md) > [(constructor)](./foundation-criteria.expressionbuilder._constructor_.md)
|
|
4
|
-
|
|
5
|
-
## ExpressionBuilder.(constructor)
|
|
6
|
-
|
|
7
|
-
Constructs a new instance of the `ExpressionBuilder` class
|
|
8
|
-
|
|
9
|
-
**Signature:**
|
|
10
|
-
|
|
11
|
-
```typescript
|
|
12
|
-
constructor(opts?: Partial<{
|
|
13
|
-
field: string;
|
|
14
|
-
value: unknown;
|
|
15
|
-
serialiser: Serialiser;
|
|
16
|
-
params: any;
|
|
17
|
-
valueGetter: (value: unknown) => string;
|
|
18
|
-
group: string;
|
|
19
|
-
}>);
|
|
20
|
-
```
|
|
21
|
-
|
|
22
|
-
## Parameters
|
|
23
|
-
|
|
24
|
-
<table><thead><tr><th>
|
|
25
|
-
|
|
26
|
-
Parameter
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
</th><th>
|
|
30
|
-
|
|
31
|
-
Type
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
</th><th>
|
|
35
|
-
|
|
36
|
-
Description
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
</th></tr></thead>
|
|
40
|
-
<tbody><tr><td>
|
|
41
|
-
|
|
42
|
-
opts
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
</td><td>
|
|
46
|
-
|
|
47
|
-
Partial<{ field: string; value: unknown; serialiser: Serialiser; params: any; valueGetter: (value: unknown) => string; group: string; }>
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
</td><td>
|
|
51
|
-
|
|
52
|
-
_(Optional)_
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
</td></tr>
|
|
56
|
-
</tbody></table>
|
|
57
|
-
|
|
@@ -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) > [ExpressionBuilder](./foundation-criteria.expressionbuilder.md) > [build](./foundation-criteria.expressionbuilder.build.md)
|
|
4
|
-
|
|
5
|
-
## ExpressionBuilder.build property
|
|
6
|
-
|
|
7
|
-
**Signature:**
|
|
8
|
-
|
|
9
|
-
```typescript
|
|
10
|
-
build: () => Expression;
|
|
11
|
-
```
|
|
@@ -1,181 +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) > [ExpressionBuilder](./foundation-criteria.expressionbuilder.md)
|
|
4
|
-
|
|
5
|
-
## ExpressionBuilder class
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
**Signature:**
|
|
9
|
-
|
|
10
|
-
```typescript
|
|
11
|
-
export declare class ExpressionBuilder
|
|
12
|
-
```
|
|
13
|
-
|
|
14
|
-
## Constructors
|
|
15
|
-
|
|
16
|
-
<table><thead><tr><th>
|
|
17
|
-
|
|
18
|
-
Constructor
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
</th><th>
|
|
22
|
-
|
|
23
|
-
Modifiers
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
</th><th>
|
|
27
|
-
|
|
28
|
-
Description
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
</th></tr></thead>
|
|
32
|
-
<tbody><tr><td>
|
|
33
|
-
|
|
34
|
-
[(constructor)(opts)](./foundation-criteria.expressionbuilder._constructor_.md)
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
</td><td>
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
</td><td>
|
|
41
|
-
|
|
42
|
-
Constructs a new instance of the `ExpressionBuilder` class
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
</td></tr>
|
|
46
|
-
</tbody></table>
|
|
47
|
-
|
|
48
|
-
## Properties
|
|
49
|
-
|
|
50
|
-
<table><thead><tr><th>
|
|
51
|
-
|
|
52
|
-
Property
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
</th><th>
|
|
56
|
-
|
|
57
|
-
Modifiers
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
</th><th>
|
|
61
|
-
|
|
62
|
-
Type
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
</th><th>
|
|
66
|
-
|
|
67
|
-
Description
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
</th></tr></thead>
|
|
71
|
-
<tbody><tr><td>
|
|
72
|
-
|
|
73
|
-
[build](./foundation-criteria.expressionbuilder.build.md)
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
</td><td>
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
</td><td>
|
|
80
|
-
|
|
81
|
-
() => Expression
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
</td><td>
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
</td></tr>
|
|
88
|
-
</tbody></table>
|
|
89
|
-
|
|
90
|
-
## Methods
|
|
91
|
-
|
|
92
|
-
<table><thead><tr><th>
|
|
93
|
-
|
|
94
|
-
Method
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
</th><th>
|
|
98
|
-
|
|
99
|
-
Modifiers
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
</th><th>
|
|
103
|
-
|
|
104
|
-
Description
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
</th></tr></thead>
|
|
108
|
-
<tbody><tr><td>
|
|
109
|
-
|
|
110
|
-
[withField(field)](./foundation-criteria.expressionbuilder.withfield.md)
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
</td><td>
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
</td><td>
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
</td></tr>
|
|
120
|
-
<tr><td>
|
|
121
|
-
|
|
122
|
-
[withGroup(group)](./foundation-criteria.expressionbuilder.withgroup.md)
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
</td><td>
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
</td><td>
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
</td></tr>
|
|
132
|
-
<tr><td>
|
|
133
|
-
|
|
134
|
-
[withParams(params)](./foundation-criteria.expressionbuilder.withparams.md)
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
</td><td>
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
</td><td>
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
</td></tr>
|
|
144
|
-
<tr><td>
|
|
145
|
-
|
|
146
|
-
[withSerialiser(serialiser)](./foundation-criteria.expressionbuilder.withserialiser.md)
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
</td><td>
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
</td><td>
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
</td></tr>
|
|
156
|
-
<tr><td>
|
|
157
|
-
|
|
158
|
-
[withValue(value)](./foundation-criteria.expressionbuilder.withvalue.md)
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
</td><td>
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
</td><td>
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
</td></tr>
|
|
168
|
-
<tr><td>
|
|
169
|
-
|
|
170
|
-
[withValueGetter(valueGetter)](./foundation-criteria.expressionbuilder.withvaluegetter.md)
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
</td><td>
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
</td><td>
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
</td></tr>
|
|
180
|
-
</tbody></table>
|
|
181
|
-
|
|
@@ -1,50 +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) > [ExpressionBuilder](./foundation-criteria.expressionbuilder.md) > [withField](./foundation-criteria.expressionbuilder.withfield.md)
|
|
4
|
-
|
|
5
|
-
## ExpressionBuilder.withField() method
|
|
6
|
-
|
|
7
|
-
**Signature:**
|
|
8
|
-
|
|
9
|
-
```typescript
|
|
10
|
-
withField(field: string): ExpressionBuilder;
|
|
11
|
-
```
|
|
12
|
-
|
|
13
|
-
## Parameters
|
|
14
|
-
|
|
15
|
-
<table><thead><tr><th>
|
|
16
|
-
|
|
17
|
-
Parameter
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
</th><th>
|
|
21
|
-
|
|
22
|
-
Type
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
</th><th>
|
|
26
|
-
|
|
27
|
-
Description
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
</th></tr></thead>
|
|
31
|
-
<tbody><tr><td>
|
|
32
|
-
|
|
33
|
-
field
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
</td><td>
|
|
37
|
-
|
|
38
|
-
string
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
</td><td>
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
</td></tr>
|
|
45
|
-
</tbody></table>
|
|
46
|
-
|
|
47
|
-
**Returns:**
|
|
48
|
-
|
|
49
|
-
[ExpressionBuilder](./foundation-criteria.expressionbuilder.md)
|
|
50
|
-
|
|
@@ -1,50 +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) > [ExpressionBuilder](./foundation-criteria.expressionbuilder.md) > [withGroup](./foundation-criteria.expressionbuilder.withgroup.md)
|
|
4
|
-
|
|
5
|
-
## ExpressionBuilder.withGroup() method
|
|
6
|
-
|
|
7
|
-
**Signature:**
|
|
8
|
-
|
|
9
|
-
```typescript
|
|
10
|
-
withGroup(group: string): ExpressionBuilder;
|
|
11
|
-
```
|
|
12
|
-
|
|
13
|
-
## Parameters
|
|
14
|
-
|
|
15
|
-
<table><thead><tr><th>
|
|
16
|
-
|
|
17
|
-
Parameter
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
</th><th>
|
|
21
|
-
|
|
22
|
-
Type
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
</th><th>
|
|
26
|
-
|
|
27
|
-
Description
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
</th></tr></thead>
|
|
31
|
-
<tbody><tr><td>
|
|
32
|
-
|
|
33
|
-
group
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
</td><td>
|
|
37
|
-
|
|
38
|
-
string
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
</td><td>
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
</td></tr>
|
|
45
|
-
</tbody></table>
|
|
46
|
-
|
|
47
|
-
**Returns:**
|
|
48
|
-
|
|
49
|
-
[ExpressionBuilder](./foundation-criteria.expressionbuilder.md)
|
|
50
|
-
|
|
@@ -1,50 +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) > [ExpressionBuilder](./foundation-criteria.expressionbuilder.md) > [withParams](./foundation-criteria.expressionbuilder.withparams.md)
|
|
4
|
-
|
|
5
|
-
## ExpressionBuilder.withParams() method
|
|
6
|
-
|
|
7
|
-
**Signature:**
|
|
8
|
-
|
|
9
|
-
```typescript
|
|
10
|
-
withParams(params: any): ExpressionBuilder;
|
|
11
|
-
```
|
|
12
|
-
|
|
13
|
-
## Parameters
|
|
14
|
-
|
|
15
|
-
<table><thead><tr><th>
|
|
16
|
-
|
|
17
|
-
Parameter
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
</th><th>
|
|
21
|
-
|
|
22
|
-
Type
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
</th><th>
|
|
26
|
-
|
|
27
|
-
Description
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
</th></tr></thead>
|
|
31
|
-
<tbody><tr><td>
|
|
32
|
-
|
|
33
|
-
params
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
</td><td>
|
|
37
|
-
|
|
38
|
-
any
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
</td><td>
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
</td></tr>
|
|
45
|
-
</tbody></table>
|
|
46
|
-
|
|
47
|
-
**Returns:**
|
|
48
|
-
|
|
49
|
-
[ExpressionBuilder](./foundation-criteria.expressionbuilder.md)
|
|
50
|
-
|
|
@@ -1,50 +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) > [ExpressionBuilder](./foundation-criteria.expressionbuilder.md) > [withSerialiser](./foundation-criteria.expressionbuilder.withserialiser.md)
|
|
4
|
-
|
|
5
|
-
## ExpressionBuilder.withSerialiser() method
|
|
6
|
-
|
|
7
|
-
**Signature:**
|
|
8
|
-
|
|
9
|
-
```typescript
|
|
10
|
-
withSerialiser(serialiser: Serialiser): ExpressionBuilder;
|
|
11
|
-
```
|
|
12
|
-
|
|
13
|
-
## Parameters
|
|
14
|
-
|
|
15
|
-
<table><thead><tr><th>
|
|
16
|
-
|
|
17
|
-
Parameter
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
</th><th>
|
|
21
|
-
|
|
22
|
-
Type
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
</th><th>
|
|
26
|
-
|
|
27
|
-
Description
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
</th></tr></thead>
|
|
31
|
-
<tbody><tr><td>
|
|
32
|
-
|
|
33
|
-
serialiser
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
</td><td>
|
|
37
|
-
|
|
38
|
-
Serialiser
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
</td><td>
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
</td></tr>
|
|
45
|
-
</tbody></table>
|
|
46
|
-
|
|
47
|
-
**Returns:**
|
|
48
|
-
|
|
49
|
-
[ExpressionBuilder](./foundation-criteria.expressionbuilder.md)
|
|
50
|
-
|
|
@@ -1,50 +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) > [ExpressionBuilder](./foundation-criteria.expressionbuilder.md) > [withValue](./foundation-criteria.expressionbuilder.withvalue.md)
|
|
4
|
-
|
|
5
|
-
## ExpressionBuilder.withValue() method
|
|
6
|
-
|
|
7
|
-
**Signature:**
|
|
8
|
-
|
|
9
|
-
```typescript
|
|
10
|
-
withValue(value: unknown): ExpressionBuilder;
|
|
11
|
-
```
|
|
12
|
-
|
|
13
|
-
## Parameters
|
|
14
|
-
|
|
15
|
-
<table><thead><tr><th>
|
|
16
|
-
|
|
17
|
-
Parameter
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
</th><th>
|
|
21
|
-
|
|
22
|
-
Type
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
</th><th>
|
|
26
|
-
|
|
27
|
-
Description
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
</th></tr></thead>
|
|
31
|
-
<tbody><tr><td>
|
|
32
|
-
|
|
33
|
-
value
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
</td><td>
|
|
37
|
-
|
|
38
|
-
unknown
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
</td><td>
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
</td></tr>
|
|
45
|
-
</tbody></table>
|
|
46
|
-
|
|
47
|
-
**Returns:**
|
|
48
|
-
|
|
49
|
-
[ExpressionBuilder](./foundation-criteria.expressionbuilder.md)
|
|
50
|
-
|
|
@@ -1,50 +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) > [ExpressionBuilder](./foundation-criteria.expressionbuilder.md) > [withValueGetter](./foundation-criteria.expressionbuilder.withvaluegetter.md)
|
|
4
|
-
|
|
5
|
-
## ExpressionBuilder.withValueGetter() method
|
|
6
|
-
|
|
7
|
-
**Signature:**
|
|
8
|
-
|
|
9
|
-
```typescript
|
|
10
|
-
withValueGetter(valueGetter: (value: unknown) => string): ExpressionBuilder;
|
|
11
|
-
```
|
|
12
|
-
|
|
13
|
-
## Parameters
|
|
14
|
-
|
|
15
|
-
<table><thead><tr><th>
|
|
16
|
-
|
|
17
|
-
Parameter
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
</th><th>
|
|
21
|
-
|
|
22
|
-
Type
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
</th><th>
|
|
26
|
-
|
|
27
|
-
Description
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
</th></tr></thead>
|
|
31
|
-
<tbody><tr><td>
|
|
32
|
-
|
|
33
|
-
valueGetter
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
</td><td>
|
|
37
|
-
|
|
38
|
-
(value: unknown) => string
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
</td><td>
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
</td></tr>
|
|
45
|
-
</tbody></table>
|
|
46
|
-
|
|
47
|
-
**Returns:**
|
|
48
|
-
|
|
49
|
-
[ExpressionBuilder](./foundation-criteria.expressionbuilder.md)
|
|
50
|
-
|
|
@@ -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) > [ExpressionConfig](./foundation-criteria.expressionconfig.md)
|
|
4
|
-
|
|
5
|
-
## ExpressionConfig type
|
|
6
|
-
|
|
7
|
-
Interface for fields to implement to generate expression criteria
|
|
8
|
-
|
|
9
|
-
**Signature:**
|
|
10
|
-
|
|
11
|
-
```typescript
|
|
12
|
-
export type ExpressionConfig<T = unknown, V = unknown, Y = unknown> = {
|
|
13
|
-
criteria: (value: V, filters: T) => ExpressionParams<Y> | Array<ExpressionParams<Y>>;
|
|
14
|
-
};
|
|
15
|
-
```
|
|
@@ -1,17 +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) > [ExpressionConfigMap](./foundation-criteria.expressionconfigmap.md)
|
|
4
|
-
|
|
5
|
-
## ExpressionConfigMap type
|
|
6
|
-
|
|
7
|
-
Maps form fields to expression configuration
|
|
8
|
-
|
|
9
|
-
**Signature:**
|
|
10
|
-
|
|
11
|
-
```typescript
|
|
12
|
-
export type ExpressionConfigMap<T, Y = unknown> = Partial<{
|
|
13
|
-
[key in keyof T]: ExpressionConfig<T, T[key], Y>;
|
|
14
|
-
}>;
|
|
15
|
-
```
|
|
16
|
-
**References:** [ExpressionConfig](./foundation-criteria.expressionconfig.md)
|
|
17
|
-
|
|
@@ -1,48 +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) > [(constructor)](./foundation-criteria.join._constructor_.md)
|
|
4
|
-
|
|
5
|
-
## Join.(constructor)
|
|
6
|
-
|
|
7
|
-
Constructs a new instance of the `Join` class
|
|
8
|
-
|
|
9
|
-
**Signature:**
|
|
10
|
-
|
|
11
|
-
```typescript
|
|
12
|
-
constructor(type: Operator);
|
|
13
|
-
```
|
|
14
|
-
|
|
15
|
-
## Parameters
|
|
16
|
-
|
|
17
|
-
<table><thead><tr><th>
|
|
18
|
-
|
|
19
|
-
Parameter
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
</th><th>
|
|
23
|
-
|
|
24
|
-
Type
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
</th><th>
|
|
28
|
-
|
|
29
|
-
Description
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
</th></tr></thead>
|
|
33
|
-
<tbody><tr><td>
|
|
34
|
-
|
|
35
|
-
type
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
</td><td>
|
|
39
|
-
|
|
40
|
-
Operator
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
</td><td>
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
</td></tr>
|
|
47
|
-
</tbody></table>
|
|
48
|
-
|