@fibery/expression-utils 9.4.1 → 9.5.1

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.
@@ -0,0 +1,3017 @@
1
+ export namespace operatorReferenceIsMe {
2
+ export let type: string;
3
+ export { id };
4
+ export { title };
5
+ export function customMatch(where: any, params: any, typeObject: any): {
6
+ matchSuccess: true;
7
+ expression: any;
8
+ } | {
9
+ matchSuccess: boolean;
10
+ expression?: undefined;
11
+ };
12
+ export function customConvertToWhereExpression(expression: any, value: any, getNextParamName: any): {
13
+ expression: any;
14
+ params: {};
15
+ };
16
+ }
17
+ export namespace operatorReferenceIsNotMe { }
18
+ export namespace operatorReferenceIs {
19
+ export let id: string;
20
+ export let title: string;
21
+ export let pattern: (string | {
22
+ id: string;
23
+ matchFn: (expression: any, typeObject: any) => boolean;
24
+ })[];
25
+ let type_1: string;
26
+ export { type_1 as type };
27
+ }
28
+ export namespace operatorReferenceIsAnyOf {
29
+ let id_1: string;
30
+ export { id_1 as id };
31
+ let title_1: string;
32
+ export { title_1 as title };
33
+ let pattern_1: (string | {
34
+ id: string;
35
+ matchFn: (expression: any, typeObject: any) => boolean;
36
+ })[];
37
+ export { pattern_1 as pattern };
38
+ let type_2: string;
39
+ export { type_2 as type };
40
+ }
41
+ export namespace operatorReferenceIsNot {
42
+ let id_2: string;
43
+ export { id_2 as id };
44
+ let title_2: string;
45
+ export { title_2 as title };
46
+ let pattern_2: (string | {
47
+ id: string;
48
+ matchFn: (expression: any, typeObject: any) => boolean;
49
+ })[];
50
+ export { pattern_2 as pattern };
51
+ let type_3: string;
52
+ export { type_3 as type };
53
+ }
54
+ export namespace operatorReferenceIsNoneOf {
55
+ let id_3: string;
56
+ export { id_3 as id };
57
+ let title_3: string;
58
+ export { title_3 as title };
59
+ let pattern_3: (string | {
60
+ id: string;
61
+ matchFn: (expression: any, typeObject: any) => boolean;
62
+ })[];
63
+ export { pattern_3 as pattern };
64
+ let type_4: string;
65
+ export { type_4 as type };
66
+ }
67
+ export namespace operatorReferenceIsEmpty {
68
+ let id_4: string;
69
+ export { id_4 as id };
70
+ let title_4: string;
71
+ export { title_4 as title };
72
+ let pattern_4: (string | {
73
+ id: string;
74
+ matchFn: (expression: any, typeObject: any) => boolean;
75
+ })[];
76
+ export { pattern_4 as pattern };
77
+ let type_5: string;
78
+ export { type_5 as type };
79
+ }
80
+ export namespace operatorReferenceIsNotEmpty {
81
+ let id_5: string;
82
+ export { id_5 as id };
83
+ let title_5: string;
84
+ export { title_5 as title };
85
+ let pattern_5: (string | {
86
+ id: string;
87
+ matchFn: (expression: any, typeObject: any) => boolean;
88
+ })[];
89
+ export { pattern_5 as pattern };
90
+ let type_6: string;
91
+ export { type_6 as type };
92
+ }
93
+ export namespace operatorNumberEquals {
94
+ let id_6: string;
95
+ export { id_6 as id };
96
+ let title_6: string;
97
+ export { title_6 as title };
98
+ let pattern_6: (string | {
99
+ id: string;
100
+ matchFn: (expression: any, typeObject: any) => any;
101
+ })[];
102
+ export { pattern_6 as pattern };
103
+ let type_7: string;
104
+ export { type_7 as type };
105
+ }
106
+ export namespace operatorUserRoleIsAnyOf {
107
+ let id_7: string;
108
+ export { id_7 as id };
109
+ let title_7: string;
110
+ export { title_7 as title };
111
+ let pattern_7: (string | {
112
+ id: string;
113
+ matchFn: (expression: any, typeObject: any) => any;
114
+ })[];
115
+ export { pattern_7 as pattern };
116
+ let type_8: string;
117
+ export { type_8 as type };
118
+ }
119
+ export namespace operatorTextIs {
120
+ let id_8: string;
121
+ export { id_8 as id };
122
+ let title_8: string;
123
+ export { title_8 as title };
124
+ let pattern_8: (string | {
125
+ id: string;
126
+ matchFn: (expression: any, typeObject: any) => any;
127
+ })[];
128
+ export { pattern_8 as pattern };
129
+ let type_9: string;
130
+ export { type_9 as type };
131
+ }
132
+ export namespace operatorTextExactlyIs {
133
+ let id_9: string;
134
+ export { id_9 as id };
135
+ let title_9: string;
136
+ export { title_9 as title };
137
+ let pattern_9: (string | {
138
+ id: string;
139
+ matchFn: (expression: any, typeObject: any) => any;
140
+ })[];
141
+ export { pattern_9 as pattern };
142
+ let type_10: string;
143
+ export { type_10 as type };
144
+ }
145
+ export namespace operatorTextIsNot {
146
+ let id_10: string;
147
+ export { id_10 as id };
148
+ let title_10: string;
149
+ export { title_10 as title };
150
+ let pattern_10: (string | {
151
+ id: string;
152
+ matchFn: (expression: any, typeObject: any) => any;
153
+ })[];
154
+ export { pattern_10 as pattern };
155
+ let type_11: string;
156
+ export { type_11 as type };
157
+ }
158
+ export namespace operatorTextContains {
159
+ let id_11: string;
160
+ export { id_11 as id };
161
+ let title_11: string;
162
+ export { title_11 as title };
163
+ let pattern_11: (string | {
164
+ id: string;
165
+ matchFn: (expression: any, typeObject: any) => any;
166
+ })[];
167
+ export { pattern_11 as pattern };
168
+ let type_12: string;
169
+ export { type_12 as type };
170
+ }
171
+ export namespace operatorTextDoesNotContain {
172
+ let id_12: string;
173
+ export { id_12 as id };
174
+ let title_12: string;
175
+ export { title_12 as title };
176
+ let pattern_12: (string | {
177
+ id: string;
178
+ matchFn: (expression: any, typeObject: any) => any;
179
+ })[];
180
+ export { pattern_12 as pattern };
181
+ let type_13: string;
182
+ export { type_13 as type };
183
+ }
184
+ export namespace operatorTextStartsWith {
185
+ let id_13: string;
186
+ export { id_13 as id };
187
+ let title_13: string;
188
+ export { title_13 as title };
189
+ let pattern_13: (string | {
190
+ id: string;
191
+ matchFn: (expression: any, typeObject: any) => any;
192
+ })[];
193
+ export { pattern_13 as pattern };
194
+ let type_14: string;
195
+ export { type_14 as type };
196
+ }
197
+ export namespace operatorTextEndsWith {
198
+ let id_14: string;
199
+ export { id_14 as id };
200
+ let title_14: string;
201
+ export { title_14 as title };
202
+ let pattern_14: (string | {
203
+ id: string;
204
+ matchFn: (expression: any, typeObject: any) => any;
205
+ })[];
206
+ export { pattern_14 as pattern };
207
+ let type_15: string;
208
+ export { type_15 as type };
209
+ }
210
+ export namespace operatorNumberDoesNotEqual {
211
+ let id_15: string;
212
+ export { id_15 as id };
213
+ let title_15: string;
214
+ export { title_15 as title };
215
+ let pattern_15: (string | {
216
+ id: string;
217
+ matchFn: (expression: any, typeObject: any) => any;
218
+ })[];
219
+ export { pattern_15 as pattern };
220
+ let type_16: string;
221
+ export { type_16 as type };
222
+ }
223
+ export namespace operatorGreaterThan {
224
+ let id_16: string;
225
+ export { id_16 as id };
226
+ let title_16: string;
227
+ export { title_16 as title };
228
+ let pattern_16: (string | {
229
+ id: string;
230
+ matchFn: (expression: any, typeObject: any) => any;
231
+ })[];
232
+ export { pattern_16 as pattern };
233
+ let type_17: string;
234
+ export { type_17 as type };
235
+ }
236
+ export namespace operatorLessThan {
237
+ let id_17: string;
238
+ export { id_17 as id };
239
+ let title_17: string;
240
+ export { title_17 as title };
241
+ let pattern_17: (string | {
242
+ id: string;
243
+ matchFn: (expression: any, typeObject: any) => any;
244
+ })[];
245
+ export { pattern_17 as pattern };
246
+ let type_18: string;
247
+ export { type_18 as type };
248
+ }
249
+ export namespace operatorGreaterThanOrEqual {
250
+ let id_18: string;
251
+ export { id_18 as id };
252
+ let title_18: string;
253
+ export { title_18 as title };
254
+ let pattern_18: (string | {
255
+ id: string;
256
+ matchFn: (expression: any, typeObject: any) => any;
257
+ })[];
258
+ export { pattern_18 as pattern };
259
+ let type_19: string;
260
+ export { type_19 as type };
261
+ }
262
+ export namespace operatorLessThanOrEqual {
263
+ let id_19: string;
264
+ export { id_19 as id };
265
+ let title_19: string;
266
+ export { title_19 as title };
267
+ let pattern_19: (string | {
268
+ id: string;
269
+ matchFn: (expression: any, typeObject: any) => any;
270
+ })[];
271
+ export { pattern_19 as pattern };
272
+ let type_20: string;
273
+ export { type_20 as type };
274
+ }
275
+ export namespace operatorNumberIsEmptyV1 {
276
+ let id_20: string;
277
+ export { id_20 as id };
278
+ let title_20: string;
279
+ export { title_20 as title };
280
+ let pattern_20: (string | {
281
+ id: string;
282
+ matchFn: (expression: any, typeObject: any) => any;
283
+ })[];
284
+ export { pattern_20 as pattern };
285
+ let type_21: string;
286
+ export { type_21 as type };
287
+ }
288
+ export namespace operatorNumberIsEmptyV2 {
289
+ let id_21: string;
290
+ export { id_21 as id };
291
+ let title_21: string;
292
+ export { title_21 as title };
293
+ let pattern_21: (string | {
294
+ id: string;
295
+ value: any;
296
+ matchFn: (x: any) => boolean;
297
+ } | (string | {
298
+ id: string;
299
+ matchFn: (expression: any, typeObject: any) => any;
300
+ })[])[];
301
+ export { pattern_21 as pattern };
302
+ let type_22: string;
303
+ export { type_22 as type };
304
+ }
305
+ export namespace operatorNumberIsNotEmptyV1 {
306
+ let id_22: string;
307
+ export { id_22 as id };
308
+ let title_22: string;
309
+ export { title_22 as title };
310
+ let pattern_22: (string | {
311
+ id: string;
312
+ matchFn: (expression: any, typeObject: any) => any;
313
+ })[];
314
+ export { pattern_22 as pattern };
315
+ let type_23: string;
316
+ export { type_23 as type };
317
+ }
318
+ export namespace operatorNumberIsNotEmptyV2 {
319
+ let id_23: string;
320
+ export { id_23 as id };
321
+ let title_23: string;
322
+ export { title_23 as title };
323
+ let pattern_23: (string | {
324
+ id: string;
325
+ value: any;
326
+ matchFn: (x: any) => boolean;
327
+ } | (string | {
328
+ id: string;
329
+ matchFn: (expression: any, typeObject: any) => any;
330
+ })[])[];
331
+ export { pattern_23 as pattern };
332
+ let type_24: string;
333
+ export { type_24 as type };
334
+ }
335
+ export namespace operatorTextIsEmptyV1 {
336
+ let id_24: string;
337
+ export { id_24 as id };
338
+ let title_24: string;
339
+ export { title_24 as title };
340
+ let pattern_24: (string | {
341
+ id: string;
342
+ matchFn: (expression: any, typeObject: any) => any;
343
+ })[];
344
+ export { pattern_24 as pattern };
345
+ let type_25: string;
346
+ export { type_25 as type };
347
+ }
348
+ export namespace operatorTextIsEmptyV2 {
349
+ let id_25: string;
350
+ export { id_25 as id };
351
+ let title_25: string;
352
+ export { title_25 as title };
353
+ let pattern_25: (string | {
354
+ id: string;
355
+ value: any;
356
+ matchFn: (x: any) => boolean;
357
+ } | (string | {
358
+ id: string;
359
+ matchFn: (expression: any, typeObject: any) => any;
360
+ })[])[];
361
+ export { pattern_25 as pattern };
362
+ let type_26: string;
363
+ export { type_26 as type };
364
+ }
365
+ export namespace operatorTextIsNotEmptyV1 {
366
+ let id_26: string;
367
+ export { id_26 as id };
368
+ let title_26: string;
369
+ export { title_26 as title };
370
+ let pattern_26: (string | {
371
+ id: string;
372
+ matchFn: (expression: any, typeObject: any) => any;
373
+ })[];
374
+ export { pattern_26 as pattern };
375
+ let type_27: string;
376
+ export { type_27 as type };
377
+ }
378
+ export namespace operatorTextIsNotEmptyV2 {
379
+ let id_27: string;
380
+ export { id_27 as id };
381
+ let title_27: string;
382
+ export { title_27 as title };
383
+ let pattern_27: (string | {
384
+ id: string;
385
+ value: any;
386
+ matchFn: (x: any) => boolean;
387
+ } | (string | {
388
+ id: string;
389
+ matchFn: (expression: any, typeObject: any) => any;
390
+ })[])[];
391
+ export { pattern_27 as pattern };
392
+ let type_28: string;
393
+ export { type_28 as type };
394
+ }
395
+ export namespace operatorLocationContains {
396
+ let id_28: string;
397
+ export { id_28 as id };
398
+ let title_28: string;
399
+ export { title_28 as title };
400
+ let pattern_28: (string | {
401
+ id: string;
402
+ matchFn: (_x: any) => boolean;
403
+ } | (string | {
404
+ id: string;
405
+ matchFn: (expression: any, typeObject: any) => any;
406
+ })[])[];
407
+ export { pattern_28 as pattern };
408
+ let type_29: string;
409
+ export { type_29 as type };
410
+ }
411
+ export namespace operatorLocationDoesNotContain {
412
+ let id_29: string;
413
+ export { id_29 as id };
414
+ let title_29: string;
415
+ export { title_29 as title };
416
+ let pattern_29: (string | {
417
+ id: string;
418
+ matchFn: (_x: any) => boolean;
419
+ } | (string | {
420
+ id: string;
421
+ matchFn: (expression: any, typeObject: any) => any;
422
+ })[])[];
423
+ export { pattern_29 as pattern };
424
+ let type_30: string;
425
+ export { type_30 as type };
426
+ }
427
+ export namespace operatorLocationIsEmpty {
428
+ let id_30: string;
429
+ export { id_30 as id };
430
+ let title_30: string;
431
+ export { title_30 as title };
432
+ let pattern_30: (string | {
433
+ id: string;
434
+ matchFn: (expression: any, typeObject: any) => any;
435
+ })[];
436
+ export { pattern_30 as pattern };
437
+ let type_31: string;
438
+ export { type_31 as type };
439
+ }
440
+ export namespace operatorLocationIsNotEmpty {
441
+ let id_31: string;
442
+ export { id_31 as id };
443
+ let title_31: string;
444
+ export { title_31 as title };
445
+ let pattern_31: (string | {
446
+ id: string;
447
+ matchFn: (expression: any, typeObject: any) => any;
448
+ })[];
449
+ export { pattern_31 as pattern };
450
+ let type_32: string;
451
+ export { type_32 as type };
452
+ }
453
+ export namespace operatorCollectionContains {
454
+ let id_32: string;
455
+ export { id_32 as id };
456
+ let title_32: string;
457
+ export { title_32 as title };
458
+ export function customMatch_1(where: any, params: any, typeObject: any): {
459
+ matchSuccess: true;
460
+ expression: any[];
461
+ value: any;
462
+ } | {
463
+ matchSuccess: boolean;
464
+ expression?: undefined;
465
+ value?: undefined;
466
+ };
467
+ export { customMatch_1 as customMatch };
468
+ export function customConvertToWhereExpression_1(expression: any, value: any, getNextParamName: any): {
469
+ expression: any;
470
+ params: {};
471
+ };
472
+ export { customConvertToWhereExpression_1 as customConvertToWhereExpression };
473
+ let type_33: string;
474
+ export { type_33 as type };
475
+ }
476
+ export namespace operatorCollectionContainsMe {
477
+ export { id };
478
+ export { title };
479
+ export function customMatch_2(where: any, params: any, typeObject: any): {
480
+ matchSuccess: true;
481
+ expression: any[];
482
+ } | {
483
+ matchSuccess: boolean;
484
+ expression?: undefined;
485
+ };
486
+ export { customMatch_2 as customMatch };
487
+ export function customConvertToWhereExpression_2(expression: any, value: any, getNextParamName: any): {
488
+ expression: any;
489
+ params: {};
490
+ };
491
+ export { customConvertToWhereExpression_2 as customConvertToWhereExpression };
492
+ let type_34: string;
493
+ export { type_34 as type };
494
+ }
495
+ export function withoutLastIdAccess(expression: any): any;
496
+ export namespace operatorCollectionContainsAnyOf {
497
+ let id_33: string;
498
+ export { id_33 as id };
499
+ let title_33: string;
500
+ export { title_33 as title };
501
+ export function customMatch_3(where: any, params: any, typeObject: any): {
502
+ matchSuccess: true;
503
+ expression: any[];
504
+ value: any;
505
+ } | {
506
+ matchSuccess: boolean;
507
+ expression?: undefined;
508
+ value?: undefined;
509
+ };
510
+ export { customMatch_3 as customMatch };
511
+ export function customConvertToWhereExpression_3(expression: any, value: any, getNextParamName: any): {
512
+ expression: any;
513
+ params: {};
514
+ };
515
+ export { customConvertToWhereExpression_3 as customConvertToWhereExpression };
516
+ let type_35: string;
517
+ export { type_35 as type };
518
+ }
519
+ export namespace operatorCollectionDoesNotContain {
520
+ let id_34: string;
521
+ export { id_34 as id };
522
+ let title_34: string;
523
+ export { title_34 as title };
524
+ export function customMatch_4(where: any, params: any, typeObject: any): {
525
+ matchSuccess: true;
526
+ expression: any[];
527
+ value: any;
528
+ } | {
529
+ matchSuccess: boolean;
530
+ expression?: undefined;
531
+ value?: undefined;
532
+ };
533
+ export { customMatch_4 as customMatch };
534
+ export function customConvertToWhereExpression_4(expression: any, value: any, getNextParamName: any): {
535
+ expression: any;
536
+ params: {};
537
+ };
538
+ export { customConvertToWhereExpression_4 as customConvertToWhereExpression };
539
+ let type_36: string;
540
+ export { type_36 as type };
541
+ }
542
+ export namespace operatorCollectionDoesNotContainMe { }
543
+ export namespace operatorCollectionDoesNotContainAnyOf {
544
+ let id_35: string;
545
+ export { id_35 as id };
546
+ let title_35: string;
547
+ export { title_35 as title };
548
+ export function customMatch_5(where: any, params: any, typeObject: any): {
549
+ matchSuccess: true;
550
+ expression: any[];
551
+ value: any;
552
+ } | {
553
+ matchSuccess: boolean;
554
+ expression?: undefined;
555
+ value?: undefined;
556
+ };
557
+ export { customMatch_5 as customMatch };
558
+ export function customConvertToWhereExpression_5(expression: any, value: any, getNextParamName: any): {
559
+ expression: any;
560
+ params: {};
561
+ };
562
+ export { customConvertToWhereExpression_5 as customConvertToWhereExpression };
563
+ let type_37: string;
564
+ export { type_37 as type };
565
+ }
566
+ export namespace operatorCollectionIsEmpty {
567
+ let id_36: string;
568
+ export { id_36 as id };
569
+ let title_36: string;
570
+ export { title_36 as title };
571
+ let pattern_32: (string | {
572
+ id: string;
573
+ value: any;
574
+ matchFn: (x: any) => boolean;
575
+ } | (string | {
576
+ id: string;
577
+ matchFn: (expression: any, typeObject: any) => boolean;
578
+ })[])[];
579
+ export { pattern_32 as pattern };
580
+ let type_38: string;
581
+ export { type_38 as type };
582
+ }
583
+ export namespace operatorCollectionIsNotEmpty {
584
+ let id_37: string;
585
+ export { id_37 as id };
586
+ let title_37: string;
587
+ export { title_37 as title };
588
+ let pattern_33: (string | {
589
+ id: string;
590
+ value: any;
591
+ matchFn: (x: any) => boolean;
592
+ } | (string | {
593
+ id: string;
594
+ matchFn: (expression: any, typeObject: any) => boolean;
595
+ })[])[];
596
+ export { pattern_33 as pattern };
597
+ let type_39: string;
598
+ export { type_39 as type };
599
+ }
600
+ export namespace operatorBoolIs {
601
+ let id_38: string;
602
+ export { id_38 as id };
603
+ let title_38: string;
604
+ export { title_38 as title };
605
+ export function customMatch_6(where: any, params: any, typeObject: any): {
606
+ matchSuccess: true;
607
+ expression: any;
608
+ value: any;
609
+ } | {
610
+ matchSuccess: boolean;
611
+ expression?: undefined;
612
+ value?: undefined;
613
+ };
614
+ export { customMatch_6 as customMatch };
615
+ export function customConvertToWhereExpression_6(expression: any, value: any, getNextParamName: any): {
616
+ expression: any[];
617
+ params: {
618
+ [x: number]: any;
619
+ };
620
+ };
621
+ export { customConvertToWhereExpression_6 as customConvertToWhereExpression };
622
+ let type_40: string;
623
+ export { type_40 as type };
624
+ }
625
+ export namespace operatorDateIs {
626
+ let id_39: string;
627
+ export { id_39 as id };
628
+ let title_39: string;
629
+ export { title_39 as title };
630
+ let pattern_34: (string | {
631
+ id: string;
632
+ matchFn: (expression: any, typeObject: any) => any;
633
+ })[];
634
+ export { pattern_34 as pattern };
635
+ let type_41: string;
636
+ export { type_41 as type };
637
+ }
638
+ export namespace operatorDateIsEmptyV1 {
639
+ let id_40: string;
640
+ export { id_40 as id };
641
+ let title_40: string;
642
+ export { title_40 as title };
643
+ let pattern_35: (string | {
644
+ id: string;
645
+ matchFn: (expression: any, typeObject: any) => any;
646
+ })[];
647
+ export { pattern_35 as pattern };
648
+ let type_42: string;
649
+ export { type_42 as type };
650
+ }
651
+ export namespace operatorDateIsEmptyV2 {
652
+ let id_41: string;
653
+ export { id_41 as id };
654
+ let title_41: string;
655
+ export { title_41 as title };
656
+ let pattern_36: (string | {
657
+ id: string;
658
+ value: any;
659
+ matchFn: (x: any) => boolean;
660
+ } | (string | {
661
+ id: string;
662
+ matchFn: (expression: any, typeObject: any) => any;
663
+ })[])[];
664
+ export { pattern_36 as pattern };
665
+ let type_43: string;
666
+ export { type_43 as type };
667
+ }
668
+ export namespace operatorDateIsNotEmptyV1 {
669
+ let id_42: string;
670
+ export { id_42 as id };
671
+ let title_42: string;
672
+ export { title_42 as title };
673
+ let pattern_37: (string | {
674
+ id: string;
675
+ matchFn: (expression: any, typeObject: any) => any;
676
+ })[];
677
+ export { pattern_37 as pattern };
678
+ let type_44: string;
679
+ export { type_44 as type };
680
+ }
681
+ export namespace operatorDateIsNotEmptyV2 {
682
+ let id_43: string;
683
+ export { id_43 as id };
684
+ let title_43: string;
685
+ export { title_43 as title };
686
+ let pattern_38: (string | {
687
+ id: string;
688
+ value: any;
689
+ matchFn: (x: any) => boolean;
690
+ } | (string | {
691
+ id: string;
692
+ matchFn: (expression: any, typeObject: any) => any;
693
+ })[])[];
694
+ export { pattern_38 as pattern };
695
+ let type_45: string;
696
+ export { type_45 as type };
697
+ }
698
+ export namespace operatorDateIsWithin {
699
+ let id_44: string;
700
+ export { id_44 as id };
701
+ let title_44: string;
702
+ export { title_44 as title };
703
+ let customMatch_7: (where: any, params: any, typeObject: any) => {
704
+ matchSuccess: true;
705
+ expression: any;
706
+ value: {
707
+ withinRangeStart: any;
708
+ withinRangeEnd: any;
709
+ };
710
+ } | {
711
+ matchSuccess: boolean;
712
+ expression?: undefined;
713
+ value?: undefined;
714
+ };
715
+ export { customMatch_7 as customMatch };
716
+ let customConvertToWhereExpression_7: (expression: any, value: any, getNextParamName: any) => {
717
+ expression: (string | any[])[];
718
+ params: {
719
+ [x: number]: any;
720
+ };
721
+ };
722
+ export { customConvertToWhereExpression_7 as customConvertToWhereExpression };
723
+ let type_46: string;
724
+ export { type_46 as type };
725
+ }
726
+ export namespace operatorDateIsBefore {
727
+ let id_45: string;
728
+ export { id_45 as id };
729
+ let title_45: string;
730
+ export { title_45 as title };
731
+ let pattern_39: (string | {
732
+ id: string;
733
+ matchFn: (expression: any, typeObject: any) => any;
734
+ })[];
735
+ export { pattern_39 as pattern };
736
+ let type_47: string;
737
+ export { type_47 as type };
738
+ }
739
+ export namespace operatorDateIsOnOrBefore {
740
+ let id_46: string;
741
+ export { id_46 as id };
742
+ let title_46: string;
743
+ export { title_46 as title };
744
+ let pattern_40: (string | {
745
+ id: string;
746
+ matchFn: (expression: any, typeObject: any) => any;
747
+ })[];
748
+ export { pattern_40 as pattern };
749
+ let type_48: string;
750
+ export { type_48 as type };
751
+ }
752
+ export namespace operatorDateIsAfter {
753
+ let id_47: string;
754
+ export { id_47 as id };
755
+ let title_47: string;
756
+ export { title_47 as title };
757
+ let pattern_41: (string | {
758
+ id: string;
759
+ matchFn: (expression: any, typeObject: any) => any;
760
+ })[];
761
+ export { pattern_41 as pattern };
762
+ let type_49: string;
763
+ export { type_49 as type };
764
+ }
765
+ export namespace operatorDateIsOnOrAfter {
766
+ let id_48: string;
767
+ export { id_48 as id };
768
+ let title_48: string;
769
+ export { title_48 as title };
770
+ let pattern_42: (string | {
771
+ id: string;
772
+ matchFn: (expression: any, typeObject: any) => any;
773
+ })[];
774
+ export { pattern_42 as pattern };
775
+ let type_50: string;
776
+ export { type_50 as type };
777
+ }
778
+ export namespace operatorDateTimeIs {
779
+ let id_49: string;
780
+ export { id_49 as id };
781
+ let title_49: string;
782
+ export { title_49 as title };
783
+ export function customMatch_8(where: any, params: any, typeObject: any): {
784
+ matchSuccess: true;
785
+ expression: any;
786
+ value: any;
787
+ } | {
788
+ matchSuccess: boolean;
789
+ expression?: undefined;
790
+ value?: undefined;
791
+ };
792
+ export { customMatch_8 as customMatch };
793
+ export function customConvertToWhereExpression_8(expression: any, value: any, getNextParamName: any): {
794
+ expression: any[];
795
+ params: {
796
+ [x: number]: any;
797
+ };
798
+ };
799
+ export { customConvertToWhereExpression_8 as customConvertToWhereExpression };
800
+ let type_51: string;
801
+ export { type_51 as type };
802
+ }
803
+ export namespace operatorDateTimeIsWithin {
804
+ let id_50: string;
805
+ export { id_50 as id };
806
+ let title_50: string;
807
+ export { title_50 as title };
808
+ let customMatch_9: (where: any, params: any, typeObject: any) => {
809
+ matchSuccess: true;
810
+ expression: any;
811
+ value: {
812
+ withinRangeStart: any;
813
+ withinRangeEnd: any;
814
+ };
815
+ } | {
816
+ matchSuccess: boolean;
817
+ expression?: undefined;
818
+ value?: undefined;
819
+ };
820
+ export { customMatch_9 as customMatch };
821
+ let customConvertToWhereExpression_9: (expression: any, value: any, getNextParamName: any) => {
822
+ expression: (string | any[])[];
823
+ params: {
824
+ [x: number]: any;
825
+ };
826
+ };
827
+ export { customConvertToWhereExpression_9 as customConvertToWhereExpression };
828
+ let type_52: string;
829
+ export { type_52 as type };
830
+ }
831
+ export const operatorDateTimeIsBefore: {
832
+ id: any;
833
+ title: any;
834
+ customMatch: (where: any, params: any, typeObject: any) => {
835
+ matchSuccess: true;
836
+ expression: any;
837
+ value: any;
838
+ } | {
839
+ matchSuccess: boolean;
840
+ expression?: undefined;
841
+ value?: undefined;
842
+ };
843
+ customConvertToWhereExpression: (expression: any, value: any, getNextParamName: any) => {
844
+ expression: any[];
845
+ params: {
846
+ [x: number]: any;
847
+ };
848
+ };
849
+ type: string;
850
+ };
851
+ export const operatorDateTimeIsAfter: {
852
+ id: any;
853
+ title: any;
854
+ customMatch: (where: any, params: any, typeObject: any) => {
855
+ matchSuccess: true;
856
+ expression: any;
857
+ value: any;
858
+ } | {
859
+ matchSuccess: boolean;
860
+ expression?: undefined;
861
+ value?: undefined;
862
+ };
863
+ customConvertToWhereExpression: (expression: any, value: any, getNextParamName: any) => {
864
+ expression: any[];
865
+ params: {
866
+ [x: number]: any;
867
+ };
868
+ };
869
+ type: string;
870
+ };
871
+ export const operatorDateTimeIsOnOrBefore: {
872
+ id: any;
873
+ title: any;
874
+ customMatch: (where: any, params: any, typeObject: any) => {
875
+ matchSuccess: true;
876
+ expression: any;
877
+ value: any;
878
+ } | {
879
+ matchSuccess: boolean;
880
+ expression?: undefined;
881
+ value?: undefined;
882
+ };
883
+ customConvertToWhereExpression: (expression: any, value: any, getNextParamName: any) => {
884
+ expression: any[];
885
+ params: {
886
+ [x: number]: any;
887
+ };
888
+ };
889
+ type: string;
890
+ };
891
+ export const operatorDateTimeIsOnOrAfter: {
892
+ id: any;
893
+ title: any;
894
+ customMatch: (where: any, params: any, typeObject: any) => {
895
+ matchSuccess: true;
896
+ expression: any;
897
+ value: any;
898
+ } | {
899
+ matchSuccess: boolean;
900
+ expression?: undefined;
901
+ value?: undefined;
902
+ };
903
+ customConvertToWhereExpression: (expression: any, value: any, getNextParamName: any) => {
904
+ expression: any[];
905
+ params: {
906
+ [x: number]: any;
907
+ };
908
+ };
909
+ type: string;
910
+ };
911
+ export const operatorsGroupsWithoutMe: {
912
+ ":filter-type/reference": {
913
+ id: string;
914
+ title: string;
915
+ pattern: (string | {
916
+ id: string;
917
+ matchFn: (expression: any, typeObject: any) => boolean;
918
+ })[];
919
+ type: string;
920
+ }[];
921
+ ":filter-type/user-reference": {
922
+ id: string;
923
+ title: string;
924
+ pattern: (string | {
925
+ id: string;
926
+ matchFn: (expression: any, typeObject: any) => boolean;
927
+ })[];
928
+ type: string;
929
+ }[];
930
+ ":filter-type/single-select": {
931
+ id: string;
932
+ title: string;
933
+ pattern: (string | {
934
+ id: string;
935
+ matchFn: (expression: any, typeObject: any) => boolean;
936
+ })[];
937
+ type: string;
938
+ }[];
939
+ ":filter-type/multi-select": ({
940
+ id: string;
941
+ title: string;
942
+ customMatch: (where: any, params: any, typeObject: any) => {
943
+ matchSuccess: true;
944
+ expression: any[];
945
+ value: any;
946
+ } | {
947
+ matchSuccess: boolean;
948
+ expression?: undefined;
949
+ value?: undefined;
950
+ };
951
+ customConvertToWhereExpression: (expression: any, value: any, getNextParamName: any) => {
952
+ expression: any;
953
+ params: {};
954
+ };
955
+ type: string;
956
+ } | {
957
+ id: string;
958
+ title: string;
959
+ pattern: (string | {
960
+ id: string;
961
+ value: any;
962
+ matchFn: (x: any) => boolean;
963
+ } | (string | {
964
+ id: string;
965
+ matchFn: (expression: any, typeObject: any) => boolean;
966
+ })[])[];
967
+ type: string;
968
+ })[];
969
+ ":filter-type/reference-collection": ({
970
+ id: string;
971
+ title: string;
972
+ customMatch: (where: any, params: any, typeObject: any) => {
973
+ matchSuccess: true;
974
+ expression: any[];
975
+ value: any;
976
+ } | {
977
+ matchSuccess: boolean;
978
+ expression?: undefined;
979
+ value?: undefined;
980
+ };
981
+ customConvertToWhereExpression: (expression: any, value: any, getNextParamName: any) => {
982
+ expression: any;
983
+ params: {};
984
+ };
985
+ type: string;
986
+ } | {
987
+ id: string;
988
+ title: string;
989
+ pattern: (string | {
990
+ id: string;
991
+ value: any;
992
+ matchFn: (x: any) => boolean;
993
+ } | (string | {
994
+ id: string;
995
+ matchFn: (expression: any, typeObject: any) => boolean;
996
+ })[])[];
997
+ type: string;
998
+ })[];
999
+ ":filter-type/user-reference-collection": ({
1000
+ id: string;
1001
+ title: string;
1002
+ customMatch: (where: any, params: any, typeObject: any) => {
1003
+ matchSuccess: true;
1004
+ expression: any[];
1005
+ value: any;
1006
+ } | {
1007
+ matchSuccess: boolean;
1008
+ expression?: undefined;
1009
+ value?: undefined;
1010
+ };
1011
+ customConvertToWhereExpression: (expression: any, value: any, getNextParamName: any) => {
1012
+ expression: any;
1013
+ params: {};
1014
+ };
1015
+ type: string;
1016
+ } | {
1017
+ id: string;
1018
+ title: string;
1019
+ pattern: (string | {
1020
+ id: string;
1021
+ value: any;
1022
+ matchFn: (x: any) => boolean;
1023
+ } | (string | {
1024
+ id: string;
1025
+ matchFn: (expression: any, typeObject: any) => boolean;
1026
+ })[])[];
1027
+ type: string;
1028
+ })[];
1029
+ ":filter-type/text": ({
1030
+ id: string;
1031
+ title: string;
1032
+ pattern: (string | {
1033
+ id: string;
1034
+ matchFn: (expression: any, typeObject: any) => any;
1035
+ })[];
1036
+ type: string;
1037
+ } | {
1038
+ id: string;
1039
+ title: string;
1040
+ pattern: (string | {
1041
+ id: string;
1042
+ value: any;
1043
+ matchFn: (x: any) => boolean;
1044
+ } | (string | {
1045
+ id: string;
1046
+ matchFn: (expression: any, typeObject: any) => any;
1047
+ })[])[];
1048
+ type: string;
1049
+ })[];
1050
+ ":filter-type/number": ({
1051
+ id: string;
1052
+ title: string;
1053
+ pattern: (string | {
1054
+ id: string;
1055
+ matchFn: (expression: any, typeObject: any) => any;
1056
+ })[];
1057
+ type: string;
1058
+ } | {
1059
+ id: string;
1060
+ title: string;
1061
+ pattern: (string | {
1062
+ id: string;
1063
+ value: any;
1064
+ matchFn: (x: any) => boolean;
1065
+ } | (string | {
1066
+ id: string;
1067
+ matchFn: (expression: any, typeObject: any) => any;
1068
+ })[])[];
1069
+ type: string;
1070
+ })[];
1071
+ ":filter-type/bool": {
1072
+ id: string;
1073
+ title: string;
1074
+ customMatch: (where: any, params: any, typeObject: any) => {
1075
+ matchSuccess: true;
1076
+ expression: any;
1077
+ value: any;
1078
+ } | {
1079
+ matchSuccess: boolean;
1080
+ expression?: undefined;
1081
+ value?: undefined;
1082
+ };
1083
+ customConvertToWhereExpression: (expression: any, value: any, getNextParamName: any) => {
1084
+ expression: any[];
1085
+ params: {
1086
+ [x: number]: any;
1087
+ };
1088
+ };
1089
+ type: string;
1090
+ }[];
1091
+ ":filter-type/date": ({
1092
+ id: string;
1093
+ title: string;
1094
+ pattern: (string | {
1095
+ id: string;
1096
+ matchFn: (expression: any, typeObject: any) => any;
1097
+ })[];
1098
+ type: string;
1099
+ } | {
1100
+ id: string;
1101
+ title: string;
1102
+ pattern: (string | {
1103
+ id: string;
1104
+ value: any;
1105
+ matchFn: (x: any) => boolean;
1106
+ } | (string | {
1107
+ id: string;
1108
+ matchFn: (expression: any, typeObject: any) => any;
1109
+ })[])[];
1110
+ type: string;
1111
+ } | {
1112
+ id: string;
1113
+ title: string;
1114
+ customMatch: (where: any, params: any, typeObject: any) => {
1115
+ matchSuccess: true;
1116
+ expression: any;
1117
+ value: {
1118
+ withinRangeStart: any;
1119
+ withinRangeEnd: any;
1120
+ };
1121
+ } | {
1122
+ matchSuccess: boolean;
1123
+ expression?: undefined;
1124
+ value?: undefined;
1125
+ };
1126
+ customConvertToWhereExpression: (expression: any, value: any, getNextParamName: any) => {
1127
+ expression: (string | any[])[];
1128
+ params: {
1129
+ [x: number]: any;
1130
+ };
1131
+ };
1132
+ type: string;
1133
+ })[];
1134
+ ":filter-type/date-time": ({
1135
+ id: any;
1136
+ title: any;
1137
+ customMatch: (where: any, params: any, typeObject: any) => {
1138
+ matchSuccess: true;
1139
+ expression: any;
1140
+ value: any;
1141
+ } | {
1142
+ matchSuccess: boolean;
1143
+ expression?: undefined;
1144
+ value?: undefined;
1145
+ };
1146
+ customConvertToWhereExpression: (expression: any, value: any, getNextParamName: any) => {
1147
+ expression: any[];
1148
+ params: {
1149
+ [x: number]: any;
1150
+ };
1151
+ };
1152
+ type: string;
1153
+ } | {
1154
+ id: string;
1155
+ title: string;
1156
+ pattern: (string | {
1157
+ id: string;
1158
+ value: any;
1159
+ matchFn: (x: any) => boolean;
1160
+ } | (string | {
1161
+ id: string;
1162
+ matchFn: (expression: any, typeObject: any) => any;
1163
+ })[])[];
1164
+ type: string;
1165
+ })[];
1166
+ ":filter-type/location": ({
1167
+ id: string;
1168
+ title: string;
1169
+ pattern: (string | {
1170
+ id: string;
1171
+ matchFn: (_x: any) => boolean;
1172
+ } | (string | {
1173
+ id: string;
1174
+ matchFn: (expression: any, typeObject: any) => any;
1175
+ })[])[];
1176
+ type: string;
1177
+ } | {
1178
+ id: string;
1179
+ title: string;
1180
+ pattern: (string | {
1181
+ id: string;
1182
+ matchFn: (expression: any, typeObject: any) => any;
1183
+ })[];
1184
+ type: string;
1185
+ })[];
1186
+ ":filter-type/user-role": {
1187
+ id: string;
1188
+ title: string;
1189
+ pattern: (string | {
1190
+ id: string;
1191
+ matchFn: (expression: any, typeObject: any) => any;
1192
+ })[];
1193
+ type: string;
1194
+ }[];
1195
+ };
1196
+ export const operatorsGroups: {
1197
+ ":filter-type/reference": ({
1198
+ id: string;
1199
+ title: string;
1200
+ customMatch: (where: any, params: any, typeObject: any) => {
1201
+ matchSuccess: true;
1202
+ expression: any[];
1203
+ value: any;
1204
+ } | {
1205
+ matchSuccess: boolean;
1206
+ expression?: undefined;
1207
+ value?: undefined;
1208
+ };
1209
+ customConvertToWhereExpression: (expression: any, value: any, getNextParamName: any) => {
1210
+ expression: any;
1211
+ params: {};
1212
+ };
1213
+ type: string;
1214
+ } | {
1215
+ id: string;
1216
+ title: string;
1217
+ pattern: (string | {
1218
+ id: string;
1219
+ value: any;
1220
+ matchFn: (x: any) => boolean;
1221
+ } | (string | {
1222
+ id: string;
1223
+ matchFn: (expression: any, typeObject: any) => boolean;
1224
+ })[])[];
1225
+ type: string;
1226
+ })[] | ({
1227
+ id: string;
1228
+ title: string;
1229
+ pattern: (string | {
1230
+ id: string;
1231
+ matchFn: (expression: any, typeObject: any) => any;
1232
+ })[];
1233
+ type: string;
1234
+ } | {
1235
+ id: string;
1236
+ title: string;
1237
+ pattern: (string | {
1238
+ id: string;
1239
+ value: any;
1240
+ matchFn: (x: any) => boolean;
1241
+ } | (string | {
1242
+ id: string;
1243
+ matchFn: (expression: any, typeObject: any) => any;
1244
+ })[])[];
1245
+ type: string;
1246
+ } | {
1247
+ id: string;
1248
+ title: string;
1249
+ customMatch: (where: any, params: any, typeObject: any) => {
1250
+ matchSuccess: true;
1251
+ expression: any;
1252
+ value: {
1253
+ withinRangeStart: any;
1254
+ withinRangeEnd: any;
1255
+ };
1256
+ } | {
1257
+ matchSuccess: boolean;
1258
+ expression?: undefined;
1259
+ value?: undefined;
1260
+ };
1261
+ customConvertToWhereExpression: (expression: any, value: any, getNextParamName: any) => {
1262
+ expression: (string | any[])[];
1263
+ params: {
1264
+ [x: number]: any;
1265
+ };
1266
+ };
1267
+ type: string;
1268
+ })[] | ({
1269
+ id: any;
1270
+ title: any;
1271
+ customMatch: (where: any, params: any, typeObject: any) => {
1272
+ matchSuccess: true;
1273
+ expression: any;
1274
+ value: any;
1275
+ } | {
1276
+ matchSuccess: boolean;
1277
+ expression?: undefined;
1278
+ value?: undefined;
1279
+ };
1280
+ customConvertToWhereExpression: (expression: any, value: any, getNextParamName: any) => {
1281
+ expression: any[];
1282
+ params: {
1283
+ [x: number]: any;
1284
+ };
1285
+ };
1286
+ type: string;
1287
+ } | {
1288
+ id: string;
1289
+ title: string;
1290
+ pattern: (string | {
1291
+ id: string;
1292
+ value: any;
1293
+ matchFn: (x: any) => boolean;
1294
+ } | (string | {
1295
+ id: string;
1296
+ matchFn: (expression: any, typeObject: any) => any;
1297
+ })[])[];
1298
+ type: string;
1299
+ })[] | ({
1300
+ id: string;
1301
+ title: string;
1302
+ pattern: (string | {
1303
+ id: string;
1304
+ matchFn: (_x: any) => boolean;
1305
+ } | (string | {
1306
+ id: string;
1307
+ matchFn: (expression: any, typeObject: any) => any;
1308
+ })[])[];
1309
+ type: string;
1310
+ } | {
1311
+ id: string;
1312
+ title: string;
1313
+ pattern: (string | {
1314
+ id: string;
1315
+ matchFn: (expression: any, typeObject: any) => any;
1316
+ })[];
1317
+ type: string;
1318
+ })[] | {
1319
+ type: string;
1320
+ id: any;
1321
+ title: any;
1322
+ customMatch: (where: any, params: any, typeObject: any) => {
1323
+ matchSuccess: true;
1324
+ expression: any;
1325
+ } | {
1326
+ matchSuccess: boolean;
1327
+ expression?: undefined;
1328
+ };
1329
+ customConvertToWhereExpression: (expression: any, value: any, getNextParamName: any) => {
1330
+ expression: any;
1331
+ params: {};
1332
+ };
1333
+ }[];
1334
+ ":filter-type/user-reference": ({
1335
+ id: string;
1336
+ title: string;
1337
+ customMatch: (where: any, params: any, typeObject: any) => {
1338
+ matchSuccess: true;
1339
+ expression: any[];
1340
+ value: any;
1341
+ } | {
1342
+ matchSuccess: boolean;
1343
+ expression?: undefined;
1344
+ value?: undefined;
1345
+ };
1346
+ customConvertToWhereExpression: (expression: any, value: any, getNextParamName: any) => {
1347
+ expression: any;
1348
+ params: {};
1349
+ };
1350
+ type: string;
1351
+ } | {
1352
+ id: string;
1353
+ title: string;
1354
+ pattern: (string | {
1355
+ id: string;
1356
+ value: any;
1357
+ matchFn: (x: any) => boolean;
1358
+ } | (string | {
1359
+ id: string;
1360
+ matchFn: (expression: any, typeObject: any) => boolean;
1361
+ })[])[];
1362
+ type: string;
1363
+ })[] | ({
1364
+ id: string;
1365
+ title: string;
1366
+ pattern: (string | {
1367
+ id: string;
1368
+ matchFn: (expression: any, typeObject: any) => any;
1369
+ })[];
1370
+ type: string;
1371
+ } | {
1372
+ id: string;
1373
+ title: string;
1374
+ pattern: (string | {
1375
+ id: string;
1376
+ value: any;
1377
+ matchFn: (x: any) => boolean;
1378
+ } | (string | {
1379
+ id: string;
1380
+ matchFn: (expression: any, typeObject: any) => any;
1381
+ })[])[];
1382
+ type: string;
1383
+ } | {
1384
+ id: string;
1385
+ title: string;
1386
+ customMatch: (where: any, params: any, typeObject: any) => {
1387
+ matchSuccess: true;
1388
+ expression: any;
1389
+ value: {
1390
+ withinRangeStart: any;
1391
+ withinRangeEnd: any;
1392
+ };
1393
+ } | {
1394
+ matchSuccess: boolean;
1395
+ expression?: undefined;
1396
+ value?: undefined;
1397
+ };
1398
+ customConvertToWhereExpression: (expression: any, value: any, getNextParamName: any) => {
1399
+ expression: (string | any[])[];
1400
+ params: {
1401
+ [x: number]: any;
1402
+ };
1403
+ };
1404
+ type: string;
1405
+ })[] | ({
1406
+ id: any;
1407
+ title: any;
1408
+ customMatch: (where: any, params: any, typeObject: any) => {
1409
+ matchSuccess: true;
1410
+ expression: any;
1411
+ value: any;
1412
+ } | {
1413
+ matchSuccess: boolean;
1414
+ expression?: undefined;
1415
+ value?: undefined;
1416
+ };
1417
+ customConvertToWhereExpression: (expression: any, value: any, getNextParamName: any) => {
1418
+ expression: any[];
1419
+ params: {
1420
+ [x: number]: any;
1421
+ };
1422
+ };
1423
+ type: string;
1424
+ } | {
1425
+ id: string;
1426
+ title: string;
1427
+ pattern: (string | {
1428
+ id: string;
1429
+ value: any;
1430
+ matchFn: (x: any) => boolean;
1431
+ } | (string | {
1432
+ id: string;
1433
+ matchFn: (expression: any, typeObject: any) => any;
1434
+ })[])[];
1435
+ type: string;
1436
+ })[] | ({
1437
+ id: string;
1438
+ title: string;
1439
+ pattern: (string | {
1440
+ id: string;
1441
+ matchFn: (_x: any) => boolean;
1442
+ } | (string | {
1443
+ id: string;
1444
+ matchFn: (expression: any, typeObject: any) => any;
1445
+ })[])[];
1446
+ type: string;
1447
+ } | {
1448
+ id: string;
1449
+ title: string;
1450
+ pattern: (string | {
1451
+ id: string;
1452
+ matchFn: (expression: any, typeObject: any) => any;
1453
+ })[];
1454
+ type: string;
1455
+ })[] | {
1456
+ type: string;
1457
+ id: any;
1458
+ title: any;
1459
+ customMatch: (where: any, params: any, typeObject: any) => {
1460
+ matchSuccess: true;
1461
+ expression: any;
1462
+ } | {
1463
+ matchSuccess: boolean;
1464
+ expression?: undefined;
1465
+ };
1466
+ customConvertToWhereExpression: (expression: any, value: any, getNextParamName: any) => {
1467
+ expression: any;
1468
+ params: {};
1469
+ };
1470
+ }[];
1471
+ ":filter-type/single-select": ({
1472
+ id: string;
1473
+ title: string;
1474
+ customMatch: (where: any, params: any, typeObject: any) => {
1475
+ matchSuccess: true;
1476
+ expression: any[];
1477
+ value: any;
1478
+ } | {
1479
+ matchSuccess: boolean;
1480
+ expression?: undefined;
1481
+ value?: undefined;
1482
+ };
1483
+ customConvertToWhereExpression: (expression: any, value: any, getNextParamName: any) => {
1484
+ expression: any;
1485
+ params: {};
1486
+ };
1487
+ type: string;
1488
+ } | {
1489
+ id: string;
1490
+ title: string;
1491
+ pattern: (string | {
1492
+ id: string;
1493
+ value: any;
1494
+ matchFn: (x: any) => boolean;
1495
+ } | (string | {
1496
+ id: string;
1497
+ matchFn: (expression: any, typeObject: any) => boolean;
1498
+ })[])[];
1499
+ type: string;
1500
+ })[] | ({
1501
+ id: string;
1502
+ title: string;
1503
+ pattern: (string | {
1504
+ id: string;
1505
+ matchFn: (expression: any, typeObject: any) => any;
1506
+ })[];
1507
+ type: string;
1508
+ } | {
1509
+ id: string;
1510
+ title: string;
1511
+ pattern: (string | {
1512
+ id: string;
1513
+ value: any;
1514
+ matchFn: (x: any) => boolean;
1515
+ } | (string | {
1516
+ id: string;
1517
+ matchFn: (expression: any, typeObject: any) => any;
1518
+ })[])[];
1519
+ type: string;
1520
+ } | {
1521
+ id: string;
1522
+ title: string;
1523
+ customMatch: (where: any, params: any, typeObject: any) => {
1524
+ matchSuccess: true;
1525
+ expression: any;
1526
+ value: {
1527
+ withinRangeStart: any;
1528
+ withinRangeEnd: any;
1529
+ };
1530
+ } | {
1531
+ matchSuccess: boolean;
1532
+ expression?: undefined;
1533
+ value?: undefined;
1534
+ };
1535
+ customConvertToWhereExpression: (expression: any, value: any, getNextParamName: any) => {
1536
+ expression: (string | any[])[];
1537
+ params: {
1538
+ [x: number]: any;
1539
+ };
1540
+ };
1541
+ type: string;
1542
+ })[] | ({
1543
+ id: any;
1544
+ title: any;
1545
+ customMatch: (where: any, params: any, typeObject: any) => {
1546
+ matchSuccess: true;
1547
+ expression: any;
1548
+ value: any;
1549
+ } | {
1550
+ matchSuccess: boolean;
1551
+ expression?: undefined;
1552
+ value?: undefined;
1553
+ };
1554
+ customConvertToWhereExpression: (expression: any, value: any, getNextParamName: any) => {
1555
+ expression: any[];
1556
+ params: {
1557
+ [x: number]: any;
1558
+ };
1559
+ };
1560
+ type: string;
1561
+ } | {
1562
+ id: string;
1563
+ title: string;
1564
+ pattern: (string | {
1565
+ id: string;
1566
+ value: any;
1567
+ matchFn: (x: any) => boolean;
1568
+ } | (string | {
1569
+ id: string;
1570
+ matchFn: (expression: any, typeObject: any) => any;
1571
+ })[])[];
1572
+ type: string;
1573
+ })[] | ({
1574
+ id: string;
1575
+ title: string;
1576
+ pattern: (string | {
1577
+ id: string;
1578
+ matchFn: (_x: any) => boolean;
1579
+ } | (string | {
1580
+ id: string;
1581
+ matchFn: (expression: any, typeObject: any) => any;
1582
+ })[])[];
1583
+ type: string;
1584
+ } | {
1585
+ id: string;
1586
+ title: string;
1587
+ pattern: (string | {
1588
+ id: string;
1589
+ matchFn: (expression: any, typeObject: any) => any;
1590
+ })[];
1591
+ type: string;
1592
+ })[] | {
1593
+ type: string;
1594
+ id: any;
1595
+ title: any;
1596
+ customMatch: (where: any, params: any, typeObject: any) => {
1597
+ matchSuccess: true;
1598
+ expression: any;
1599
+ } | {
1600
+ matchSuccess: boolean;
1601
+ expression?: undefined;
1602
+ };
1603
+ customConvertToWhereExpression: (expression: any, value: any, getNextParamName: any) => {
1604
+ expression: any;
1605
+ params: {};
1606
+ };
1607
+ }[];
1608
+ ":filter-type/multi-select": ({
1609
+ id: string;
1610
+ title: string;
1611
+ customMatch: (where: any, params: any, typeObject: any) => {
1612
+ matchSuccess: true;
1613
+ expression: any[];
1614
+ value: any;
1615
+ } | {
1616
+ matchSuccess: boolean;
1617
+ expression?: undefined;
1618
+ value?: undefined;
1619
+ };
1620
+ customConvertToWhereExpression: (expression: any, value: any, getNextParamName: any) => {
1621
+ expression: any;
1622
+ params: {};
1623
+ };
1624
+ type: string;
1625
+ } | {
1626
+ id: string;
1627
+ title: string;
1628
+ pattern: (string | {
1629
+ id: string;
1630
+ value: any;
1631
+ matchFn: (x: any) => boolean;
1632
+ } | (string | {
1633
+ id: string;
1634
+ matchFn: (expression: any, typeObject: any) => boolean;
1635
+ })[])[];
1636
+ type: string;
1637
+ })[] | ({
1638
+ id: string;
1639
+ title: string;
1640
+ pattern: (string | {
1641
+ id: string;
1642
+ matchFn: (expression: any, typeObject: any) => any;
1643
+ })[];
1644
+ type: string;
1645
+ } | {
1646
+ id: string;
1647
+ title: string;
1648
+ pattern: (string | {
1649
+ id: string;
1650
+ value: any;
1651
+ matchFn: (x: any) => boolean;
1652
+ } | (string | {
1653
+ id: string;
1654
+ matchFn: (expression: any, typeObject: any) => any;
1655
+ })[])[];
1656
+ type: string;
1657
+ } | {
1658
+ id: string;
1659
+ title: string;
1660
+ customMatch: (where: any, params: any, typeObject: any) => {
1661
+ matchSuccess: true;
1662
+ expression: any;
1663
+ value: {
1664
+ withinRangeStart: any;
1665
+ withinRangeEnd: any;
1666
+ };
1667
+ } | {
1668
+ matchSuccess: boolean;
1669
+ expression?: undefined;
1670
+ value?: undefined;
1671
+ };
1672
+ customConvertToWhereExpression: (expression: any, value: any, getNextParamName: any) => {
1673
+ expression: (string | any[])[];
1674
+ params: {
1675
+ [x: number]: any;
1676
+ };
1677
+ };
1678
+ type: string;
1679
+ })[] | ({
1680
+ id: any;
1681
+ title: any;
1682
+ customMatch: (where: any, params: any, typeObject: any) => {
1683
+ matchSuccess: true;
1684
+ expression: any;
1685
+ value: any;
1686
+ } | {
1687
+ matchSuccess: boolean;
1688
+ expression?: undefined;
1689
+ value?: undefined;
1690
+ };
1691
+ customConvertToWhereExpression: (expression: any, value: any, getNextParamName: any) => {
1692
+ expression: any[];
1693
+ params: {
1694
+ [x: number]: any;
1695
+ };
1696
+ };
1697
+ type: string;
1698
+ } | {
1699
+ id: string;
1700
+ title: string;
1701
+ pattern: (string | {
1702
+ id: string;
1703
+ value: any;
1704
+ matchFn: (x: any) => boolean;
1705
+ } | (string | {
1706
+ id: string;
1707
+ matchFn: (expression: any, typeObject: any) => any;
1708
+ })[])[];
1709
+ type: string;
1710
+ })[] | ({
1711
+ id: string;
1712
+ title: string;
1713
+ pattern: (string | {
1714
+ id: string;
1715
+ matchFn: (_x: any) => boolean;
1716
+ } | (string | {
1717
+ id: string;
1718
+ matchFn: (expression: any, typeObject: any) => any;
1719
+ })[])[];
1720
+ type: string;
1721
+ } | {
1722
+ id: string;
1723
+ title: string;
1724
+ pattern: (string | {
1725
+ id: string;
1726
+ matchFn: (expression: any, typeObject: any) => any;
1727
+ })[];
1728
+ type: string;
1729
+ })[] | {
1730
+ type: string;
1731
+ id: any;
1732
+ title: any;
1733
+ customMatch: (where: any, params: any, typeObject: any) => {
1734
+ matchSuccess: true;
1735
+ expression: any;
1736
+ } | {
1737
+ matchSuccess: boolean;
1738
+ expression?: undefined;
1739
+ };
1740
+ customConvertToWhereExpression: (expression: any, value: any, getNextParamName: any) => {
1741
+ expression: any;
1742
+ params: {};
1743
+ };
1744
+ }[];
1745
+ ":filter-type/reference-collection": ({
1746
+ id: string;
1747
+ title: string;
1748
+ customMatch: (where: any, params: any, typeObject: any) => {
1749
+ matchSuccess: true;
1750
+ expression: any[];
1751
+ value: any;
1752
+ } | {
1753
+ matchSuccess: boolean;
1754
+ expression?: undefined;
1755
+ value?: undefined;
1756
+ };
1757
+ customConvertToWhereExpression: (expression: any, value: any, getNextParamName: any) => {
1758
+ expression: any;
1759
+ params: {};
1760
+ };
1761
+ type: string;
1762
+ } | {
1763
+ id: string;
1764
+ title: string;
1765
+ pattern: (string | {
1766
+ id: string;
1767
+ value: any;
1768
+ matchFn: (x: any) => boolean;
1769
+ } | (string | {
1770
+ id: string;
1771
+ matchFn: (expression: any, typeObject: any) => boolean;
1772
+ })[])[];
1773
+ type: string;
1774
+ })[] | ({
1775
+ id: string;
1776
+ title: string;
1777
+ pattern: (string | {
1778
+ id: string;
1779
+ matchFn: (expression: any, typeObject: any) => any;
1780
+ })[];
1781
+ type: string;
1782
+ } | {
1783
+ id: string;
1784
+ title: string;
1785
+ pattern: (string | {
1786
+ id: string;
1787
+ value: any;
1788
+ matchFn: (x: any) => boolean;
1789
+ } | (string | {
1790
+ id: string;
1791
+ matchFn: (expression: any, typeObject: any) => any;
1792
+ })[])[];
1793
+ type: string;
1794
+ } | {
1795
+ id: string;
1796
+ title: string;
1797
+ customMatch: (where: any, params: any, typeObject: any) => {
1798
+ matchSuccess: true;
1799
+ expression: any;
1800
+ value: {
1801
+ withinRangeStart: any;
1802
+ withinRangeEnd: any;
1803
+ };
1804
+ } | {
1805
+ matchSuccess: boolean;
1806
+ expression?: undefined;
1807
+ value?: undefined;
1808
+ };
1809
+ customConvertToWhereExpression: (expression: any, value: any, getNextParamName: any) => {
1810
+ expression: (string | any[])[];
1811
+ params: {
1812
+ [x: number]: any;
1813
+ };
1814
+ };
1815
+ type: string;
1816
+ })[] | ({
1817
+ id: any;
1818
+ title: any;
1819
+ customMatch: (where: any, params: any, typeObject: any) => {
1820
+ matchSuccess: true;
1821
+ expression: any;
1822
+ value: any;
1823
+ } | {
1824
+ matchSuccess: boolean;
1825
+ expression?: undefined;
1826
+ value?: undefined;
1827
+ };
1828
+ customConvertToWhereExpression: (expression: any, value: any, getNextParamName: any) => {
1829
+ expression: any[];
1830
+ params: {
1831
+ [x: number]: any;
1832
+ };
1833
+ };
1834
+ type: string;
1835
+ } | {
1836
+ id: string;
1837
+ title: string;
1838
+ pattern: (string | {
1839
+ id: string;
1840
+ value: any;
1841
+ matchFn: (x: any) => boolean;
1842
+ } | (string | {
1843
+ id: string;
1844
+ matchFn: (expression: any, typeObject: any) => any;
1845
+ })[])[];
1846
+ type: string;
1847
+ })[] | ({
1848
+ id: string;
1849
+ title: string;
1850
+ pattern: (string | {
1851
+ id: string;
1852
+ matchFn: (_x: any) => boolean;
1853
+ } | (string | {
1854
+ id: string;
1855
+ matchFn: (expression: any, typeObject: any) => any;
1856
+ })[])[];
1857
+ type: string;
1858
+ } | {
1859
+ id: string;
1860
+ title: string;
1861
+ pattern: (string | {
1862
+ id: string;
1863
+ matchFn: (expression: any, typeObject: any) => any;
1864
+ })[];
1865
+ type: string;
1866
+ })[] | {
1867
+ type: string;
1868
+ id: any;
1869
+ title: any;
1870
+ customMatch: (where: any, params: any, typeObject: any) => {
1871
+ matchSuccess: true;
1872
+ expression: any;
1873
+ } | {
1874
+ matchSuccess: boolean;
1875
+ expression?: undefined;
1876
+ };
1877
+ customConvertToWhereExpression: (expression: any, value: any, getNextParamName: any) => {
1878
+ expression: any;
1879
+ params: {};
1880
+ };
1881
+ }[];
1882
+ ":filter-type/user-reference-collection": ({
1883
+ id: string;
1884
+ title: string;
1885
+ customMatch: (where: any, params: any, typeObject: any) => {
1886
+ matchSuccess: true;
1887
+ expression: any[];
1888
+ value: any;
1889
+ } | {
1890
+ matchSuccess: boolean;
1891
+ expression?: undefined;
1892
+ value?: undefined;
1893
+ };
1894
+ customConvertToWhereExpression: (expression: any, value: any, getNextParamName: any) => {
1895
+ expression: any;
1896
+ params: {};
1897
+ };
1898
+ type: string;
1899
+ } | {
1900
+ id: string;
1901
+ title: string;
1902
+ pattern: (string | {
1903
+ id: string;
1904
+ value: any;
1905
+ matchFn: (x: any) => boolean;
1906
+ } | (string | {
1907
+ id: string;
1908
+ matchFn: (expression: any, typeObject: any) => boolean;
1909
+ })[])[];
1910
+ type: string;
1911
+ })[] | ({
1912
+ id: string;
1913
+ title: string;
1914
+ pattern: (string | {
1915
+ id: string;
1916
+ matchFn: (expression: any, typeObject: any) => any;
1917
+ })[];
1918
+ type: string;
1919
+ } | {
1920
+ id: string;
1921
+ title: string;
1922
+ pattern: (string | {
1923
+ id: string;
1924
+ value: any;
1925
+ matchFn: (x: any) => boolean;
1926
+ } | (string | {
1927
+ id: string;
1928
+ matchFn: (expression: any, typeObject: any) => any;
1929
+ })[])[];
1930
+ type: string;
1931
+ } | {
1932
+ id: string;
1933
+ title: string;
1934
+ customMatch: (where: any, params: any, typeObject: any) => {
1935
+ matchSuccess: true;
1936
+ expression: any;
1937
+ value: {
1938
+ withinRangeStart: any;
1939
+ withinRangeEnd: any;
1940
+ };
1941
+ } | {
1942
+ matchSuccess: boolean;
1943
+ expression?: undefined;
1944
+ value?: undefined;
1945
+ };
1946
+ customConvertToWhereExpression: (expression: any, value: any, getNextParamName: any) => {
1947
+ expression: (string | any[])[];
1948
+ params: {
1949
+ [x: number]: any;
1950
+ };
1951
+ };
1952
+ type: string;
1953
+ })[] | ({
1954
+ id: any;
1955
+ title: any;
1956
+ customMatch: (where: any, params: any, typeObject: any) => {
1957
+ matchSuccess: true;
1958
+ expression: any;
1959
+ value: any;
1960
+ } | {
1961
+ matchSuccess: boolean;
1962
+ expression?: undefined;
1963
+ value?: undefined;
1964
+ };
1965
+ customConvertToWhereExpression: (expression: any, value: any, getNextParamName: any) => {
1966
+ expression: any[];
1967
+ params: {
1968
+ [x: number]: any;
1969
+ };
1970
+ };
1971
+ type: string;
1972
+ } | {
1973
+ id: string;
1974
+ title: string;
1975
+ pattern: (string | {
1976
+ id: string;
1977
+ value: any;
1978
+ matchFn: (x: any) => boolean;
1979
+ } | (string | {
1980
+ id: string;
1981
+ matchFn: (expression: any, typeObject: any) => any;
1982
+ })[])[];
1983
+ type: string;
1984
+ })[] | ({
1985
+ id: string;
1986
+ title: string;
1987
+ pattern: (string | {
1988
+ id: string;
1989
+ matchFn: (_x: any) => boolean;
1990
+ } | (string | {
1991
+ id: string;
1992
+ matchFn: (expression: any, typeObject: any) => any;
1993
+ })[])[];
1994
+ type: string;
1995
+ } | {
1996
+ id: string;
1997
+ title: string;
1998
+ pattern: (string | {
1999
+ id: string;
2000
+ matchFn: (expression: any, typeObject: any) => any;
2001
+ })[];
2002
+ type: string;
2003
+ })[] | {
2004
+ type: string;
2005
+ id: any;
2006
+ title: any;
2007
+ customMatch: (where: any, params: any, typeObject: any) => {
2008
+ matchSuccess: true;
2009
+ expression: any;
2010
+ } | {
2011
+ matchSuccess: boolean;
2012
+ expression?: undefined;
2013
+ };
2014
+ customConvertToWhereExpression: (expression: any, value: any, getNextParamName: any) => {
2015
+ expression: any;
2016
+ params: {};
2017
+ };
2018
+ }[];
2019
+ ":filter-type/text": ({
2020
+ id: string;
2021
+ title: string;
2022
+ customMatch: (where: any, params: any, typeObject: any) => {
2023
+ matchSuccess: true;
2024
+ expression: any[];
2025
+ value: any;
2026
+ } | {
2027
+ matchSuccess: boolean;
2028
+ expression?: undefined;
2029
+ value?: undefined;
2030
+ };
2031
+ customConvertToWhereExpression: (expression: any, value: any, getNextParamName: any) => {
2032
+ expression: any;
2033
+ params: {};
2034
+ };
2035
+ type: string;
2036
+ } | {
2037
+ id: string;
2038
+ title: string;
2039
+ pattern: (string | {
2040
+ id: string;
2041
+ value: any;
2042
+ matchFn: (x: any) => boolean;
2043
+ } | (string | {
2044
+ id: string;
2045
+ matchFn: (expression: any, typeObject: any) => boolean;
2046
+ })[])[];
2047
+ type: string;
2048
+ })[] | ({
2049
+ id: string;
2050
+ title: string;
2051
+ pattern: (string | {
2052
+ id: string;
2053
+ matchFn: (expression: any, typeObject: any) => any;
2054
+ })[];
2055
+ type: string;
2056
+ } | {
2057
+ id: string;
2058
+ title: string;
2059
+ pattern: (string | {
2060
+ id: string;
2061
+ value: any;
2062
+ matchFn: (x: any) => boolean;
2063
+ } | (string | {
2064
+ id: string;
2065
+ matchFn: (expression: any, typeObject: any) => any;
2066
+ })[])[];
2067
+ type: string;
2068
+ } | {
2069
+ id: string;
2070
+ title: string;
2071
+ customMatch: (where: any, params: any, typeObject: any) => {
2072
+ matchSuccess: true;
2073
+ expression: any;
2074
+ value: {
2075
+ withinRangeStart: any;
2076
+ withinRangeEnd: any;
2077
+ };
2078
+ } | {
2079
+ matchSuccess: boolean;
2080
+ expression?: undefined;
2081
+ value?: undefined;
2082
+ };
2083
+ customConvertToWhereExpression: (expression: any, value: any, getNextParamName: any) => {
2084
+ expression: (string | any[])[];
2085
+ params: {
2086
+ [x: number]: any;
2087
+ };
2088
+ };
2089
+ type: string;
2090
+ })[] | ({
2091
+ id: any;
2092
+ title: any;
2093
+ customMatch: (where: any, params: any, typeObject: any) => {
2094
+ matchSuccess: true;
2095
+ expression: any;
2096
+ value: any;
2097
+ } | {
2098
+ matchSuccess: boolean;
2099
+ expression?: undefined;
2100
+ value?: undefined;
2101
+ };
2102
+ customConvertToWhereExpression: (expression: any, value: any, getNextParamName: any) => {
2103
+ expression: any[];
2104
+ params: {
2105
+ [x: number]: any;
2106
+ };
2107
+ };
2108
+ type: string;
2109
+ } | {
2110
+ id: string;
2111
+ title: string;
2112
+ pattern: (string | {
2113
+ id: string;
2114
+ value: any;
2115
+ matchFn: (x: any) => boolean;
2116
+ } | (string | {
2117
+ id: string;
2118
+ matchFn: (expression: any, typeObject: any) => any;
2119
+ })[])[];
2120
+ type: string;
2121
+ })[] | ({
2122
+ id: string;
2123
+ title: string;
2124
+ pattern: (string | {
2125
+ id: string;
2126
+ matchFn: (_x: any) => boolean;
2127
+ } | (string | {
2128
+ id: string;
2129
+ matchFn: (expression: any, typeObject: any) => any;
2130
+ })[])[];
2131
+ type: string;
2132
+ } | {
2133
+ id: string;
2134
+ title: string;
2135
+ pattern: (string | {
2136
+ id: string;
2137
+ matchFn: (expression: any, typeObject: any) => any;
2138
+ })[];
2139
+ type: string;
2140
+ })[] | {
2141
+ type: string;
2142
+ id: any;
2143
+ title: any;
2144
+ customMatch: (where: any, params: any, typeObject: any) => {
2145
+ matchSuccess: true;
2146
+ expression: any;
2147
+ } | {
2148
+ matchSuccess: boolean;
2149
+ expression?: undefined;
2150
+ };
2151
+ customConvertToWhereExpression: (expression: any, value: any, getNextParamName: any) => {
2152
+ expression: any;
2153
+ params: {};
2154
+ };
2155
+ }[];
2156
+ ":filter-type/number": ({
2157
+ id: string;
2158
+ title: string;
2159
+ customMatch: (where: any, params: any, typeObject: any) => {
2160
+ matchSuccess: true;
2161
+ expression: any[];
2162
+ value: any;
2163
+ } | {
2164
+ matchSuccess: boolean;
2165
+ expression?: undefined;
2166
+ value?: undefined;
2167
+ };
2168
+ customConvertToWhereExpression: (expression: any, value: any, getNextParamName: any) => {
2169
+ expression: any;
2170
+ params: {};
2171
+ };
2172
+ type: string;
2173
+ } | {
2174
+ id: string;
2175
+ title: string;
2176
+ pattern: (string | {
2177
+ id: string;
2178
+ value: any;
2179
+ matchFn: (x: any) => boolean;
2180
+ } | (string | {
2181
+ id: string;
2182
+ matchFn: (expression: any, typeObject: any) => boolean;
2183
+ })[])[];
2184
+ type: string;
2185
+ })[] | ({
2186
+ id: string;
2187
+ title: string;
2188
+ pattern: (string | {
2189
+ id: string;
2190
+ matchFn: (expression: any, typeObject: any) => any;
2191
+ })[];
2192
+ type: string;
2193
+ } | {
2194
+ id: string;
2195
+ title: string;
2196
+ pattern: (string | {
2197
+ id: string;
2198
+ value: any;
2199
+ matchFn: (x: any) => boolean;
2200
+ } | (string | {
2201
+ id: string;
2202
+ matchFn: (expression: any, typeObject: any) => any;
2203
+ })[])[];
2204
+ type: string;
2205
+ } | {
2206
+ id: string;
2207
+ title: string;
2208
+ customMatch: (where: any, params: any, typeObject: any) => {
2209
+ matchSuccess: true;
2210
+ expression: any;
2211
+ value: {
2212
+ withinRangeStart: any;
2213
+ withinRangeEnd: any;
2214
+ };
2215
+ } | {
2216
+ matchSuccess: boolean;
2217
+ expression?: undefined;
2218
+ value?: undefined;
2219
+ };
2220
+ customConvertToWhereExpression: (expression: any, value: any, getNextParamName: any) => {
2221
+ expression: (string | any[])[];
2222
+ params: {
2223
+ [x: number]: any;
2224
+ };
2225
+ };
2226
+ type: string;
2227
+ })[] | ({
2228
+ id: any;
2229
+ title: any;
2230
+ customMatch: (where: any, params: any, typeObject: any) => {
2231
+ matchSuccess: true;
2232
+ expression: any;
2233
+ value: any;
2234
+ } | {
2235
+ matchSuccess: boolean;
2236
+ expression?: undefined;
2237
+ value?: undefined;
2238
+ };
2239
+ customConvertToWhereExpression: (expression: any, value: any, getNextParamName: any) => {
2240
+ expression: any[];
2241
+ params: {
2242
+ [x: number]: any;
2243
+ };
2244
+ };
2245
+ type: string;
2246
+ } | {
2247
+ id: string;
2248
+ title: string;
2249
+ pattern: (string | {
2250
+ id: string;
2251
+ value: any;
2252
+ matchFn: (x: any) => boolean;
2253
+ } | (string | {
2254
+ id: string;
2255
+ matchFn: (expression: any, typeObject: any) => any;
2256
+ })[])[];
2257
+ type: string;
2258
+ })[] | ({
2259
+ id: string;
2260
+ title: string;
2261
+ pattern: (string | {
2262
+ id: string;
2263
+ matchFn: (_x: any) => boolean;
2264
+ } | (string | {
2265
+ id: string;
2266
+ matchFn: (expression: any, typeObject: any) => any;
2267
+ })[])[];
2268
+ type: string;
2269
+ } | {
2270
+ id: string;
2271
+ title: string;
2272
+ pattern: (string | {
2273
+ id: string;
2274
+ matchFn: (expression: any, typeObject: any) => any;
2275
+ })[];
2276
+ type: string;
2277
+ })[] | {
2278
+ type: string;
2279
+ id: any;
2280
+ title: any;
2281
+ customMatch: (where: any, params: any, typeObject: any) => {
2282
+ matchSuccess: true;
2283
+ expression: any;
2284
+ } | {
2285
+ matchSuccess: boolean;
2286
+ expression?: undefined;
2287
+ };
2288
+ customConvertToWhereExpression: (expression: any, value: any, getNextParamName: any) => {
2289
+ expression: any;
2290
+ params: {};
2291
+ };
2292
+ }[];
2293
+ ":filter-type/bool": ({
2294
+ id: string;
2295
+ title: string;
2296
+ customMatch: (where: any, params: any, typeObject: any) => {
2297
+ matchSuccess: true;
2298
+ expression: any[];
2299
+ value: any;
2300
+ } | {
2301
+ matchSuccess: boolean;
2302
+ expression?: undefined;
2303
+ value?: undefined;
2304
+ };
2305
+ customConvertToWhereExpression: (expression: any, value: any, getNextParamName: any) => {
2306
+ expression: any;
2307
+ params: {};
2308
+ };
2309
+ type: string;
2310
+ } | {
2311
+ id: string;
2312
+ title: string;
2313
+ pattern: (string | {
2314
+ id: string;
2315
+ value: any;
2316
+ matchFn: (x: any) => boolean;
2317
+ } | (string | {
2318
+ id: string;
2319
+ matchFn: (expression: any, typeObject: any) => boolean;
2320
+ })[])[];
2321
+ type: string;
2322
+ })[] | ({
2323
+ id: string;
2324
+ title: string;
2325
+ pattern: (string | {
2326
+ id: string;
2327
+ matchFn: (expression: any, typeObject: any) => any;
2328
+ })[];
2329
+ type: string;
2330
+ } | {
2331
+ id: string;
2332
+ title: string;
2333
+ pattern: (string | {
2334
+ id: string;
2335
+ value: any;
2336
+ matchFn: (x: any) => boolean;
2337
+ } | (string | {
2338
+ id: string;
2339
+ matchFn: (expression: any, typeObject: any) => any;
2340
+ })[])[];
2341
+ type: string;
2342
+ } | {
2343
+ id: string;
2344
+ title: string;
2345
+ customMatch: (where: any, params: any, typeObject: any) => {
2346
+ matchSuccess: true;
2347
+ expression: any;
2348
+ value: {
2349
+ withinRangeStart: any;
2350
+ withinRangeEnd: any;
2351
+ };
2352
+ } | {
2353
+ matchSuccess: boolean;
2354
+ expression?: undefined;
2355
+ value?: undefined;
2356
+ };
2357
+ customConvertToWhereExpression: (expression: any, value: any, getNextParamName: any) => {
2358
+ expression: (string | any[])[];
2359
+ params: {
2360
+ [x: number]: any;
2361
+ };
2362
+ };
2363
+ type: string;
2364
+ })[] | ({
2365
+ id: any;
2366
+ title: any;
2367
+ customMatch: (where: any, params: any, typeObject: any) => {
2368
+ matchSuccess: true;
2369
+ expression: any;
2370
+ value: any;
2371
+ } | {
2372
+ matchSuccess: boolean;
2373
+ expression?: undefined;
2374
+ value?: undefined;
2375
+ };
2376
+ customConvertToWhereExpression: (expression: any, value: any, getNextParamName: any) => {
2377
+ expression: any[];
2378
+ params: {
2379
+ [x: number]: any;
2380
+ };
2381
+ };
2382
+ type: string;
2383
+ } | {
2384
+ id: string;
2385
+ title: string;
2386
+ pattern: (string | {
2387
+ id: string;
2388
+ value: any;
2389
+ matchFn: (x: any) => boolean;
2390
+ } | (string | {
2391
+ id: string;
2392
+ matchFn: (expression: any, typeObject: any) => any;
2393
+ })[])[];
2394
+ type: string;
2395
+ })[] | ({
2396
+ id: string;
2397
+ title: string;
2398
+ pattern: (string | {
2399
+ id: string;
2400
+ matchFn: (_x: any) => boolean;
2401
+ } | (string | {
2402
+ id: string;
2403
+ matchFn: (expression: any, typeObject: any) => any;
2404
+ })[])[];
2405
+ type: string;
2406
+ } | {
2407
+ id: string;
2408
+ title: string;
2409
+ pattern: (string | {
2410
+ id: string;
2411
+ matchFn: (expression: any, typeObject: any) => any;
2412
+ })[];
2413
+ type: string;
2414
+ })[] | {
2415
+ type: string;
2416
+ id: any;
2417
+ title: any;
2418
+ customMatch: (where: any, params: any, typeObject: any) => {
2419
+ matchSuccess: true;
2420
+ expression: any;
2421
+ } | {
2422
+ matchSuccess: boolean;
2423
+ expression?: undefined;
2424
+ };
2425
+ customConvertToWhereExpression: (expression: any, value: any, getNextParamName: any) => {
2426
+ expression: any;
2427
+ params: {};
2428
+ };
2429
+ }[];
2430
+ ":filter-type/date": ({
2431
+ id: string;
2432
+ title: string;
2433
+ customMatch: (where: any, params: any, typeObject: any) => {
2434
+ matchSuccess: true;
2435
+ expression: any[];
2436
+ value: any;
2437
+ } | {
2438
+ matchSuccess: boolean;
2439
+ expression?: undefined;
2440
+ value?: undefined;
2441
+ };
2442
+ customConvertToWhereExpression: (expression: any, value: any, getNextParamName: any) => {
2443
+ expression: any;
2444
+ params: {};
2445
+ };
2446
+ type: string;
2447
+ } | {
2448
+ id: string;
2449
+ title: string;
2450
+ pattern: (string | {
2451
+ id: string;
2452
+ value: any;
2453
+ matchFn: (x: any) => boolean;
2454
+ } | (string | {
2455
+ id: string;
2456
+ matchFn: (expression: any, typeObject: any) => boolean;
2457
+ })[])[];
2458
+ type: string;
2459
+ })[] | ({
2460
+ id: string;
2461
+ title: string;
2462
+ pattern: (string | {
2463
+ id: string;
2464
+ matchFn: (expression: any, typeObject: any) => any;
2465
+ })[];
2466
+ type: string;
2467
+ } | {
2468
+ id: string;
2469
+ title: string;
2470
+ pattern: (string | {
2471
+ id: string;
2472
+ value: any;
2473
+ matchFn: (x: any) => boolean;
2474
+ } | (string | {
2475
+ id: string;
2476
+ matchFn: (expression: any, typeObject: any) => any;
2477
+ })[])[];
2478
+ type: string;
2479
+ } | {
2480
+ id: string;
2481
+ title: string;
2482
+ customMatch: (where: any, params: any, typeObject: any) => {
2483
+ matchSuccess: true;
2484
+ expression: any;
2485
+ value: {
2486
+ withinRangeStart: any;
2487
+ withinRangeEnd: any;
2488
+ };
2489
+ } | {
2490
+ matchSuccess: boolean;
2491
+ expression?: undefined;
2492
+ value?: undefined;
2493
+ };
2494
+ customConvertToWhereExpression: (expression: any, value: any, getNextParamName: any) => {
2495
+ expression: (string | any[])[];
2496
+ params: {
2497
+ [x: number]: any;
2498
+ };
2499
+ };
2500
+ type: string;
2501
+ })[] | ({
2502
+ id: any;
2503
+ title: any;
2504
+ customMatch: (where: any, params: any, typeObject: any) => {
2505
+ matchSuccess: true;
2506
+ expression: any;
2507
+ value: any;
2508
+ } | {
2509
+ matchSuccess: boolean;
2510
+ expression?: undefined;
2511
+ value?: undefined;
2512
+ };
2513
+ customConvertToWhereExpression: (expression: any, value: any, getNextParamName: any) => {
2514
+ expression: any[];
2515
+ params: {
2516
+ [x: number]: any;
2517
+ };
2518
+ };
2519
+ type: string;
2520
+ } | {
2521
+ id: string;
2522
+ title: string;
2523
+ pattern: (string | {
2524
+ id: string;
2525
+ value: any;
2526
+ matchFn: (x: any) => boolean;
2527
+ } | (string | {
2528
+ id: string;
2529
+ matchFn: (expression: any, typeObject: any) => any;
2530
+ })[])[];
2531
+ type: string;
2532
+ })[] | ({
2533
+ id: string;
2534
+ title: string;
2535
+ pattern: (string | {
2536
+ id: string;
2537
+ matchFn: (_x: any) => boolean;
2538
+ } | (string | {
2539
+ id: string;
2540
+ matchFn: (expression: any, typeObject: any) => any;
2541
+ })[])[];
2542
+ type: string;
2543
+ } | {
2544
+ id: string;
2545
+ title: string;
2546
+ pattern: (string | {
2547
+ id: string;
2548
+ matchFn: (expression: any, typeObject: any) => any;
2549
+ })[];
2550
+ type: string;
2551
+ })[] | {
2552
+ type: string;
2553
+ id: any;
2554
+ title: any;
2555
+ customMatch: (where: any, params: any, typeObject: any) => {
2556
+ matchSuccess: true;
2557
+ expression: any;
2558
+ } | {
2559
+ matchSuccess: boolean;
2560
+ expression?: undefined;
2561
+ };
2562
+ customConvertToWhereExpression: (expression: any, value: any, getNextParamName: any) => {
2563
+ expression: any;
2564
+ params: {};
2565
+ };
2566
+ }[];
2567
+ ":filter-type/date-time": ({
2568
+ id: string;
2569
+ title: string;
2570
+ customMatch: (where: any, params: any, typeObject: any) => {
2571
+ matchSuccess: true;
2572
+ expression: any[];
2573
+ value: any;
2574
+ } | {
2575
+ matchSuccess: boolean;
2576
+ expression?: undefined;
2577
+ value?: undefined;
2578
+ };
2579
+ customConvertToWhereExpression: (expression: any, value: any, getNextParamName: any) => {
2580
+ expression: any;
2581
+ params: {};
2582
+ };
2583
+ type: string;
2584
+ } | {
2585
+ id: string;
2586
+ title: string;
2587
+ pattern: (string | {
2588
+ id: string;
2589
+ value: any;
2590
+ matchFn: (x: any) => boolean;
2591
+ } | (string | {
2592
+ id: string;
2593
+ matchFn: (expression: any, typeObject: any) => boolean;
2594
+ })[])[];
2595
+ type: string;
2596
+ })[] | ({
2597
+ id: string;
2598
+ title: string;
2599
+ pattern: (string | {
2600
+ id: string;
2601
+ matchFn: (expression: any, typeObject: any) => any;
2602
+ })[];
2603
+ type: string;
2604
+ } | {
2605
+ id: string;
2606
+ title: string;
2607
+ pattern: (string | {
2608
+ id: string;
2609
+ value: any;
2610
+ matchFn: (x: any) => boolean;
2611
+ } | (string | {
2612
+ id: string;
2613
+ matchFn: (expression: any, typeObject: any) => any;
2614
+ })[])[];
2615
+ type: string;
2616
+ } | {
2617
+ id: string;
2618
+ title: string;
2619
+ customMatch: (where: any, params: any, typeObject: any) => {
2620
+ matchSuccess: true;
2621
+ expression: any;
2622
+ value: {
2623
+ withinRangeStart: any;
2624
+ withinRangeEnd: any;
2625
+ };
2626
+ } | {
2627
+ matchSuccess: boolean;
2628
+ expression?: undefined;
2629
+ value?: undefined;
2630
+ };
2631
+ customConvertToWhereExpression: (expression: any, value: any, getNextParamName: any) => {
2632
+ expression: (string | any[])[];
2633
+ params: {
2634
+ [x: number]: any;
2635
+ };
2636
+ };
2637
+ type: string;
2638
+ })[] | ({
2639
+ id: any;
2640
+ title: any;
2641
+ customMatch: (where: any, params: any, typeObject: any) => {
2642
+ matchSuccess: true;
2643
+ expression: any;
2644
+ value: any;
2645
+ } | {
2646
+ matchSuccess: boolean;
2647
+ expression?: undefined;
2648
+ value?: undefined;
2649
+ };
2650
+ customConvertToWhereExpression: (expression: any, value: any, getNextParamName: any) => {
2651
+ expression: any[];
2652
+ params: {
2653
+ [x: number]: any;
2654
+ };
2655
+ };
2656
+ type: string;
2657
+ } | {
2658
+ id: string;
2659
+ title: string;
2660
+ pattern: (string | {
2661
+ id: string;
2662
+ value: any;
2663
+ matchFn: (x: any) => boolean;
2664
+ } | (string | {
2665
+ id: string;
2666
+ matchFn: (expression: any, typeObject: any) => any;
2667
+ })[])[];
2668
+ type: string;
2669
+ })[] | ({
2670
+ id: string;
2671
+ title: string;
2672
+ pattern: (string | {
2673
+ id: string;
2674
+ matchFn: (_x: any) => boolean;
2675
+ } | (string | {
2676
+ id: string;
2677
+ matchFn: (expression: any, typeObject: any) => any;
2678
+ })[])[];
2679
+ type: string;
2680
+ } | {
2681
+ id: string;
2682
+ title: string;
2683
+ pattern: (string | {
2684
+ id: string;
2685
+ matchFn: (expression: any, typeObject: any) => any;
2686
+ })[];
2687
+ type: string;
2688
+ })[] | {
2689
+ type: string;
2690
+ id: any;
2691
+ title: any;
2692
+ customMatch: (where: any, params: any, typeObject: any) => {
2693
+ matchSuccess: true;
2694
+ expression: any;
2695
+ } | {
2696
+ matchSuccess: boolean;
2697
+ expression?: undefined;
2698
+ };
2699
+ customConvertToWhereExpression: (expression: any, value: any, getNextParamName: any) => {
2700
+ expression: any;
2701
+ params: {};
2702
+ };
2703
+ }[];
2704
+ ":filter-type/location": ({
2705
+ id: string;
2706
+ title: string;
2707
+ customMatch: (where: any, params: any, typeObject: any) => {
2708
+ matchSuccess: true;
2709
+ expression: any[];
2710
+ value: any;
2711
+ } | {
2712
+ matchSuccess: boolean;
2713
+ expression?: undefined;
2714
+ value?: undefined;
2715
+ };
2716
+ customConvertToWhereExpression: (expression: any, value: any, getNextParamName: any) => {
2717
+ expression: any;
2718
+ params: {};
2719
+ };
2720
+ type: string;
2721
+ } | {
2722
+ id: string;
2723
+ title: string;
2724
+ pattern: (string | {
2725
+ id: string;
2726
+ value: any;
2727
+ matchFn: (x: any) => boolean;
2728
+ } | (string | {
2729
+ id: string;
2730
+ matchFn: (expression: any, typeObject: any) => boolean;
2731
+ })[])[];
2732
+ type: string;
2733
+ })[] | ({
2734
+ id: string;
2735
+ title: string;
2736
+ pattern: (string | {
2737
+ id: string;
2738
+ matchFn: (expression: any, typeObject: any) => any;
2739
+ })[];
2740
+ type: string;
2741
+ } | {
2742
+ id: string;
2743
+ title: string;
2744
+ pattern: (string | {
2745
+ id: string;
2746
+ value: any;
2747
+ matchFn: (x: any) => boolean;
2748
+ } | (string | {
2749
+ id: string;
2750
+ matchFn: (expression: any, typeObject: any) => any;
2751
+ })[])[];
2752
+ type: string;
2753
+ } | {
2754
+ id: string;
2755
+ title: string;
2756
+ customMatch: (where: any, params: any, typeObject: any) => {
2757
+ matchSuccess: true;
2758
+ expression: any;
2759
+ value: {
2760
+ withinRangeStart: any;
2761
+ withinRangeEnd: any;
2762
+ };
2763
+ } | {
2764
+ matchSuccess: boolean;
2765
+ expression?: undefined;
2766
+ value?: undefined;
2767
+ };
2768
+ customConvertToWhereExpression: (expression: any, value: any, getNextParamName: any) => {
2769
+ expression: (string | any[])[];
2770
+ params: {
2771
+ [x: number]: any;
2772
+ };
2773
+ };
2774
+ type: string;
2775
+ })[] | ({
2776
+ id: any;
2777
+ title: any;
2778
+ customMatch: (where: any, params: any, typeObject: any) => {
2779
+ matchSuccess: true;
2780
+ expression: any;
2781
+ value: any;
2782
+ } | {
2783
+ matchSuccess: boolean;
2784
+ expression?: undefined;
2785
+ value?: undefined;
2786
+ };
2787
+ customConvertToWhereExpression: (expression: any, value: any, getNextParamName: any) => {
2788
+ expression: any[];
2789
+ params: {
2790
+ [x: number]: any;
2791
+ };
2792
+ };
2793
+ type: string;
2794
+ } | {
2795
+ id: string;
2796
+ title: string;
2797
+ pattern: (string | {
2798
+ id: string;
2799
+ value: any;
2800
+ matchFn: (x: any) => boolean;
2801
+ } | (string | {
2802
+ id: string;
2803
+ matchFn: (expression: any, typeObject: any) => any;
2804
+ })[])[];
2805
+ type: string;
2806
+ })[] | ({
2807
+ id: string;
2808
+ title: string;
2809
+ pattern: (string | {
2810
+ id: string;
2811
+ matchFn: (_x: any) => boolean;
2812
+ } | (string | {
2813
+ id: string;
2814
+ matchFn: (expression: any, typeObject: any) => any;
2815
+ })[])[];
2816
+ type: string;
2817
+ } | {
2818
+ id: string;
2819
+ title: string;
2820
+ pattern: (string | {
2821
+ id: string;
2822
+ matchFn: (expression: any, typeObject: any) => any;
2823
+ })[];
2824
+ type: string;
2825
+ })[] | {
2826
+ type: string;
2827
+ id: any;
2828
+ title: any;
2829
+ customMatch: (where: any, params: any, typeObject: any) => {
2830
+ matchSuccess: true;
2831
+ expression: any;
2832
+ } | {
2833
+ matchSuccess: boolean;
2834
+ expression?: undefined;
2835
+ };
2836
+ customConvertToWhereExpression: (expression: any, value: any, getNextParamName: any) => {
2837
+ expression: any;
2838
+ params: {};
2839
+ };
2840
+ }[];
2841
+ ":filter-type/user-role": ({
2842
+ id: string;
2843
+ title: string;
2844
+ customMatch: (where: any, params: any, typeObject: any) => {
2845
+ matchSuccess: true;
2846
+ expression: any[];
2847
+ value: any;
2848
+ } | {
2849
+ matchSuccess: boolean;
2850
+ expression?: undefined;
2851
+ value?: undefined;
2852
+ };
2853
+ customConvertToWhereExpression: (expression: any, value: any, getNextParamName: any) => {
2854
+ expression: any;
2855
+ params: {};
2856
+ };
2857
+ type: string;
2858
+ } | {
2859
+ id: string;
2860
+ title: string;
2861
+ pattern: (string | {
2862
+ id: string;
2863
+ value: any;
2864
+ matchFn: (x: any) => boolean;
2865
+ } | (string | {
2866
+ id: string;
2867
+ matchFn: (expression: any, typeObject: any) => boolean;
2868
+ })[])[];
2869
+ type: string;
2870
+ })[] | ({
2871
+ id: string;
2872
+ title: string;
2873
+ pattern: (string | {
2874
+ id: string;
2875
+ matchFn: (expression: any, typeObject: any) => any;
2876
+ })[];
2877
+ type: string;
2878
+ } | {
2879
+ id: string;
2880
+ title: string;
2881
+ pattern: (string | {
2882
+ id: string;
2883
+ value: any;
2884
+ matchFn: (x: any) => boolean;
2885
+ } | (string | {
2886
+ id: string;
2887
+ matchFn: (expression: any, typeObject: any) => any;
2888
+ })[])[];
2889
+ type: string;
2890
+ } | {
2891
+ id: string;
2892
+ title: string;
2893
+ customMatch: (where: any, params: any, typeObject: any) => {
2894
+ matchSuccess: true;
2895
+ expression: any;
2896
+ value: {
2897
+ withinRangeStart: any;
2898
+ withinRangeEnd: any;
2899
+ };
2900
+ } | {
2901
+ matchSuccess: boolean;
2902
+ expression?: undefined;
2903
+ value?: undefined;
2904
+ };
2905
+ customConvertToWhereExpression: (expression: any, value: any, getNextParamName: any) => {
2906
+ expression: (string | any[])[];
2907
+ params: {
2908
+ [x: number]: any;
2909
+ };
2910
+ };
2911
+ type: string;
2912
+ })[] | ({
2913
+ id: any;
2914
+ title: any;
2915
+ customMatch: (where: any, params: any, typeObject: any) => {
2916
+ matchSuccess: true;
2917
+ expression: any;
2918
+ value: any;
2919
+ } | {
2920
+ matchSuccess: boolean;
2921
+ expression?: undefined;
2922
+ value?: undefined;
2923
+ };
2924
+ customConvertToWhereExpression: (expression: any, value: any, getNextParamName: any) => {
2925
+ expression: any[];
2926
+ params: {
2927
+ [x: number]: any;
2928
+ };
2929
+ };
2930
+ type: string;
2931
+ } | {
2932
+ id: string;
2933
+ title: string;
2934
+ pattern: (string | {
2935
+ id: string;
2936
+ value: any;
2937
+ matchFn: (x: any) => boolean;
2938
+ } | (string | {
2939
+ id: string;
2940
+ matchFn: (expression: any, typeObject: any) => any;
2941
+ })[])[];
2942
+ type: string;
2943
+ })[] | ({
2944
+ id: string;
2945
+ title: string;
2946
+ pattern: (string | {
2947
+ id: string;
2948
+ matchFn: (_x: any) => boolean;
2949
+ } | (string | {
2950
+ id: string;
2951
+ matchFn: (expression: any, typeObject: any) => any;
2952
+ })[])[];
2953
+ type: string;
2954
+ } | {
2955
+ id: string;
2956
+ title: string;
2957
+ pattern: (string | {
2958
+ id: string;
2959
+ matchFn: (expression: any, typeObject: any) => any;
2960
+ })[];
2961
+ type: string;
2962
+ })[] | {
2963
+ type: string;
2964
+ id: any;
2965
+ title: any;
2966
+ customMatch: (where: any, params: any, typeObject: any) => {
2967
+ matchSuccess: true;
2968
+ expression: any;
2969
+ } | {
2970
+ matchSuccess: boolean;
2971
+ expression?: undefined;
2972
+ };
2973
+ customConvertToWhereExpression: (expression: any, value: any, getNextParamName: any) => {
2974
+ expression: any;
2975
+ params: {};
2976
+ };
2977
+ }[];
2978
+ };
2979
+ export const operators: ({
2980
+ id: string;
2981
+ title: string;
2982
+ customMatch: (where: any, params: any, typeObject: any) => {
2983
+ matchSuccess: true;
2984
+ expression: any[];
2985
+ value: any;
2986
+ } | {
2987
+ matchSuccess: boolean;
2988
+ expression?: undefined;
2989
+ value?: undefined;
2990
+ };
2991
+ customConvertToWhereExpression: (expression: any, value: any, getNextParamName: any) => {
2992
+ expression: any;
2993
+ params: {};
2994
+ };
2995
+ type: string;
2996
+ } | {
2997
+ id: string;
2998
+ title: string;
2999
+ pattern: (string | {
3000
+ id: string;
3001
+ value: any;
3002
+ matchFn: (x: any) => boolean;
3003
+ } | (string | {
3004
+ id: string;
3005
+ matchFn: (expression: any, typeObject: any) => boolean;
3006
+ })[])[];
3007
+ type: string;
3008
+ })[];
3009
+ export const hiddenValidOperators: {
3010
+ id: string;
3011
+ title: string;
3012
+ pattern: (string | {
3013
+ id: string;
3014
+ matchFn: (expression: any, typeObject: any) => any;
3015
+ })[];
3016
+ type: string;
3017
+ }[];