@syncfusion/ej2-angular-querybuilder 24.2.5-ngcc → 24.2.5

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.
Files changed (29) hide show
  1. package/esm2020/public_api.mjs +3 -0
  2. package/esm2020/src/index.mjs +6 -0
  3. package/esm2020/src/query-builder/columns.directive.mjs +72 -0
  4. package/esm2020/src/query-builder/querybuilder-all.module.mjs +23 -0
  5. package/esm2020/src/query-builder/querybuilder.component.mjs +71 -0
  6. package/esm2020/src/query-builder/querybuilder.module.mjs +34 -0
  7. package/esm2020/syncfusion-ej2-angular-querybuilder.mjs +5 -0
  8. package/fesm2015/syncfusion-ej2-angular-querybuilder.mjs +194 -0
  9. package/fesm2015/syncfusion-ej2-angular-querybuilder.mjs.map +1 -0
  10. package/fesm2020/syncfusion-ej2-angular-querybuilder.mjs +194 -0
  11. package/fesm2020/syncfusion-ej2-angular-querybuilder.mjs.map +1 -0
  12. package/package.json +26 -12
  13. package/src/query-builder/columns.directive.d.ts +5 -0
  14. package/src/query-builder/querybuilder-all.module.d.ts +6 -0
  15. package/src/query-builder/querybuilder.component.d.ts +3 -0
  16. package/src/query-builder/querybuilder.module.d.ts +7 -0
  17. package/syncfusion-ej2-angular-querybuilder.d.ts +5 -0
  18. package/@syncfusion/ej2-angular-querybuilder.es5.js +0 -267
  19. package/@syncfusion/ej2-angular-querybuilder.es5.js.map +0 -1
  20. package/@syncfusion/ej2-angular-querybuilder.js +0 -239
  21. package/@syncfusion/ej2-angular-querybuilder.js.map +0 -1
  22. package/CHANGELOG.md +0 -737
  23. package/dist/ej2-angular-querybuilder.umd.js +0 -289
  24. package/dist/ej2-angular-querybuilder.umd.js.map +0 -1
  25. package/dist/ej2-angular-querybuilder.umd.min.js +0 -11
  26. package/dist/ej2-angular-querybuilder.umd.min.js.map +0 -1
  27. package/ej2-angular-querybuilder.d.ts +0 -5
  28. package/ej2-angular-querybuilder.metadata.json +0 -1
  29. package/postinstall/tagchange.js +0 -18
package/CHANGELOG.md DELETED
@@ -1,737 +0,0 @@
1
- # Changelog
2
-
3
- ## [Unreleased]
4
-
5
- ### QueryBuilder
6
-
7
- #### Bug Fixes
8
-
9
- - `#I545248` - Issue with QueryBuilder validation message removed when navigating away from the QueryBuilder control has been fixed.
10
- - `#F186129` - Issue with tooltip rendering twice in the operator field while using validateFields method has been fixed.
11
-
12
- ## 24.1.46 (2024-01-17)
13
-
14
- ### QueryBuilder
15
-
16
- #### Bug Fixes
17
-
18
- - `#I534895` - Issue with `getValidRules` method of query builder returns improper rule for in operator has been fixed.
19
-
20
- ## 24.1.45 (2024-01-09)
21
-
22
- ### QueryBuilder
23
-
24
- #### Bug Fixes
25
-
26
- - `#I526596` - Issue with Dropdown tree item expand and selection related issue in query builder has been fixed.
27
-
28
- ## 24.1.44 (2024-01-03)
29
-
30
- ### QueryBuilder
31
-
32
- #### Bug Fixes
33
-
34
- - `#F185815` - Issue with dynamically changing readonly property has been fixed.
35
-
36
- ## 24.1.43 (2023-12-27)
37
-
38
- ### QueryBuilder
39
-
40
- #### Bug Fixes
41
-
42
- - `#F510127` - Issue with Query builder rule does not gets changed dynamically has been fixed.
43
-
44
- ## 24.1.41 (2023-12-18)
45
-
46
- ### QueryBuilder
47
-
48
- #### Bug Fixes
49
-
50
- - `#F511006` - Issue with Date rule format value not updated properly while using two rule in Query builder has been fixed.
51
-
52
- ## 23.2.7 (2023-12-05)
53
-
54
- ### QueryBuilder
55
-
56
- #### Bug Fixes
57
-
58
- - `#I510127` - Issue with Query builder rule does not changed dynamically has been fixed.
59
-
60
- ## 23.1.44 (2023-11-07)
61
-
62
- ### QueryBuilder
63
-
64
- #### Bug Fixes
65
-
66
- - `#I510127` - Issue with Query builder dynamically adding rule does not gets changed has been fixed.
67
-
68
- ## 23.1.41 (2023-10-17)
69
-
70
- ### QueryBuilder
71
-
72
- #### Bug Fixes
73
-
74
- - `#F184903` - Issue with `setRules` method of the Query builder not working for complex data binding has been fixed.
75
-
76
- ## 23.1.39 (2023-10-04)
77
-
78
- ### QueryBuilder
79
-
80
- #### Bug Fixes
81
-
82
- - `#I501292` - Issue with Query builder validation tooltip is not shows on second time has been fixed.
83
- - `#I499489` - Issue with read only property not working in dropdowntree field of QueryBuilder has been fixed.
84
-
85
- ## 23.1.38 (2023-09-26)
86
-
87
- ### QueryBuilder
88
-
89
- #### Bug Fixes
90
-
91
- - `#I504588` - Issue with Query builder column template not render in Vue3 platform has been fixed.
92
-
93
- ## 23.1.36 (2023-09-15)
94
-
95
- ### QueryBuilder
96
-
97
- #### Bug Fixes
98
-
99
- - `#I493593` - Resolved the Script error thrown in `getRule` method of QueryBuilder while using change event.
100
-
101
- ## 22.2.9 (2023-08-15)
102
-
103
- ### QueryBuilder
104
-
105
- #### Bug Fixes
106
-
107
- - `#F183921` - Resolved the Script error thrown while changing Boolean value in dropdowntree fieldMode of QueryBuilder
108
-
109
- ## 22.2.8 (2023-08-08)
110
-
111
- ### QueryBuilder
112
-
113
- #### Bug Fixes
114
-
115
- - `#I469225` - Resolved the Custom operator not working properly in QueryBuilder While dynamically change locale property.
116
-
117
- ## 22.1.38 (2023-07-11)
118
-
119
- ### QueryBuilder
120
-
121
- #### Bug Fixes
122
-
123
- - `#I469225` - Resolved the Dropdown tree field selection related issue in the query builder.
124
-
125
- ## 22.1.37 (2023-07-04)
126
-
127
- ### QueryBuilder
128
-
129
- #### Bug Fixes
130
-
131
- - `#I44054` - Resolved the issue where importing SQL queries containing special characters.
132
-
133
- ## 22.1.34 (2023-06-21)
134
-
135
- ### QueryBuilder
136
-
137
- #### Bug Fixes
138
-
139
- - `#I460895` - Issue with Query builder template not render in Vue3 platform has been fixed.
140
- - `#I448219` - Issue with Query builder validation not shown using `validateFields` method and scroll the page has been fixed.
141
-
142
- ## 20.4.51 (2023-02-21)
143
-
144
- ### QueryBuilder
145
-
146
- #### Bug Fixes
147
-
148
- - `#I430220` - Issue with Value template issue with complex data binding of query builder has been fixed.
149
- - `#I428779` - Issue with Providing the single quotes in SQL string support to query builder has been fixed.
150
-
151
- ## 20.4.42 (2023-01-04)
152
-
153
- ### QueryBuilder
154
-
155
- #### Bug Fixes
156
-
157
- - `#F31632` - Accessibility issue in Query Builder has been resolved.
158
-
159
- ## 20.4.40 (2022-12-28)
160
-
161
- ### QueryBuilder
162
-
163
- #### Bug Fixes
164
-
165
- - `#F178375` - Issue with Browser window get freezes when we set the Invalid SQL rule to query builder has been fixed.
166
- - `#I423706` - Issue with Field Dropdown list popups get collapses when we use `validateFields` method in query builder has been fixed
167
-
168
- ## 20.4.38 (2022-12-21)
169
-
170
- ### QueryBuilder
171
-
172
- #### Bug Fixes
173
-
174
- - `#F420982` - Issue with `getValidRules` method of query builder returns empty group has been fixed.
175
- - `#I404520` - Provided Localization support SQL query builder operators.
176
- - `#F178375` - Issue with Browser window get freezes when we set the Invalid SQL rule to query builder has been fixed.
177
- - `#I408324` - Issue with Script errors throwing in validating query builder fields while double click has been fixed.
178
- - `#I408658` - Issue with Value getting removed while closing fields Dropdown without change the value when we set rule property of query builder has been fixed.
179
-
180
- ## 20.3.47 (2022-09-29)
181
-
182
- ### QueryBuilder
183
-
184
- #### Bug Fixes
185
-
186
- - `#I391922` - Issue with Show Buttons option in query builder has been fixed.
187
- - `#I399576` - Issue with Custom operator not set properly when we set one field is a prefix of other field as number in query builder has been fixed.
188
- - `#I375472` - Issue with Change event not trigger for changing field for default column to rule template column in query builder has been fixed.
189
- - `#I394878` - Issue with Date type Between value not render properly while using `setRulesFromSql` method has been fixed
190
-
191
- ## 20.2.40 (2022-07-26)
192
-
193
- ### QueryBuilder
194
-
195
- #### Bug Fixes
196
-
197
- - `#I375472` - Issue with Rule template default rendered while add condition/group in query builder, if first column as rule template has been fixed.
198
- - `#I388333` - Issue with Value template not destroy properly when we use complex data source in query builder has been fixed.
199
-
200
- ## 19.3.45 (2021-10-12)
201
-
202
- ### QueryBuilder
203
-
204
- #### Bug Fixes
205
-
206
- - `F169401`, `F169406` - Issue with SQL importing with boolean values has been fixed.
207
- - `F168982` - Issue with placing Query Builder inside a form has been fixed.
208
-
209
- ## 19.3.44 (2021-10-05)
210
-
211
- ### QueryBuilder
212
-
213
- #### New Features
214
-
215
- - Provided Dropdown Tree component support in Complex data binding
216
-
217
- ## 19.2.59 (2021-08-31)
218
-
219
- ### QueryBuilder
220
-
221
- #### Bug Fixes
222
-
223
- - Improvements in Header Template support.
224
-
225
- ## 19.2.51 (2021-08-03)
226
-
227
- ### QueryBuilder
228
-
229
- #### Bug Fixes
230
-
231
- - `#I337055` - The issue with Tooltip not destroyed while applying reset after validation been fixed.
232
-
233
- ## 19.2.46 (2021-07-06)
234
-
235
- ### QueryBuilder
236
-
237
- #### Bug Fixes
238
-
239
- - `#I333679` - The issue with setRules method not works in header template has been fixed.
240
-
241
- ## 19.1.57 (2021-04-20)
242
-
243
- ### QueryBuilder
244
-
245
- #### Bug Fixes
246
-
247
- - `#F163698` - The issue with 'getRulesFromSql' method for date is fixed.
248
-
249
- ## 19.1.55 (2021-04-06)
250
-
251
- ### QueryBuilder
252
-
253
- #### Bug Fixes
254
-
255
- - `#317381` - The issue with predicate generation for date is fixed.
256
-
257
- ## 19.1.54 (2021-03-30)
258
-
259
- ### QueryBuilder
260
-
261
- #### New Features
262
-
263
- - Provided Complex data binding Support.
264
- - Provided Header Template Support.
265
- - Provided model support for fields, operators and values.
266
-
267
- - Provided Complex data binding Support
268
- - Provided Header Template Support
269
-
270
- #### Bug Fixes
271
-
272
- - `#F162988` - The issue when field has space is fixed.
273
- - `#317355` - The issue with disable the condition option when that group has single
274
-
275
- ## 18.4.42 (2021-02-09)
276
-
277
- ### QueryBuilder
278
-
279
- #### Bug Fixes
280
-
281
- - Issue with angular template is fixed.
282
-
283
- ## 18.4.33 (2021-01-05)
284
-
285
- ### QueryBuilder
286
-
287
- #### Bug Fixes
288
-
289
- - Issue with template destroy is fixed.
290
-
291
- ## 18.4.32 (2020-12-29)
292
-
293
- ### QueryBuilder
294
-
295
- #### Bug Fixes
296
-
297
- - Issue with validation is fixed.
298
-
299
- ## 18.3.52 (2020-12-01)
300
-
301
- ### QueryBuilder
302
-
303
- #### Bug Fixes
304
-
305
- - Issue with Date Picker with null value is fixed.
306
-
307
- ## 18.3.51 (2020-11-24)
308
-
309
- ### QueryBuilder
310
-
311
- #### Bug Fixes
312
-
313
- - `#290596` - Validation working improperly with column template issue resolved.
314
- - Issue with template destroy is fixed
315
-
316
- ## 18.3.50 (2020-11-17)
317
-
318
- ### QueryBuilder
319
-
320
- #### Bug Fixes
321
-
322
- - Issue with setting HTML element id start with number is fixed
323
-
324
- ## 18.3.42 (2020-10-20)
325
-
326
- ### QueryBuilder
327
-
328
- #### Bug Fixes
329
-
330
- - Issue with 'setRulesFromSql' method is fixed.
331
- - Issue with changing value field width is fixed.
332
-
333
- ## 18.3.40 (2020-10-13)
334
-
335
- ### QueryBuilder
336
-
337
- #### Bug Fixes
338
-
339
- - Issue with 'getValues' method is fixed.
340
-
341
- ## 18.2.57 (2020-09-08)
342
-
343
- ### QueryBuilder
344
-
345
- #### Bug Fixes
346
-
347
- - Issue with 'setRulesFromSql' method is fixed.
348
-
349
- ## 18.2.55 (2020-08-25)
350
-
351
- ### QueryBuilder
352
-
353
- #### Bug Fixes
354
-
355
- - Issue with 'getColumn' method is fixed.
356
- - Issue with persistence is fixed.
357
-
358
- ## 18.2.46 (2020-07-21)
359
-
360
- ### QueryBuilder
361
-
362
- #### Bug Fixes
363
-
364
- - Issue with 'boolean' type value is fixed.
365
-
366
- ## 18.2.45 (2020-07-14)
367
-
368
- ### QueryBuilder
369
-
370
- #### Bug Fixes
371
-
372
- - Issue with 'locale' is fixed.
373
-
374
- ## 18.2.44 (2020-07-07)
375
-
376
- ### QueryBuilder
377
-
378
- #### New Features
379
-
380
- - Provided `Rule Template` support.
381
-
382
- #### Bug Fixes
383
-
384
- - Issue with 'addGroups' method is fixed.
385
-
386
- ## 18.1.55 (2020-06-02)
387
-
388
- ### QueryBuilder
389
-
390
- #### Bug Fixes
391
-
392
- - Issue with 'setRulesFromSql' method is fixed.
393
-
394
- ## 18.1.53 (2020-05-19)
395
-
396
- ### QueryBuilder
397
-
398
- #### Bug Fixes
399
-
400
- - Issue with boolean value has been resolved.
401
-
402
- ## 18.1.48 (2020-05-05)
403
-
404
- ### QueryBuilder
405
-
406
- #### Bug Fixes
407
-
408
- - Issue with SQL parsing has been resolved.
409
-
410
- ## 18.1.45 (2020-04-21)
411
-
412
- ### QueryBuilder
413
-
414
- #### Bug Fixes
415
-
416
- - Issue with grouping after refreshing QueryBuilder has been resolved.
417
-
418
- ## 18.1.44 (2020-04-14)
419
-
420
- ### QueryBuilder
421
-
422
- #### Bug Fixes
423
-
424
- - Compatibility with EJ1 issues has been resolved.
425
-
426
- ## 18.1.43 (2020-04-07)
427
-
428
- ### QueryBuilder
429
-
430
- #### New Features
431
-
432
- - Provided `readonly` support.
433
-
434
- ## 18.1.36-beta (2020-03-19)
435
-
436
- ### QueryBuilder
437
-
438
- #### Bug Fixes
439
-
440
- - Improvements in Value Template support.
441
-
442
- ## 17.4.49 (2020-02-11)
443
-
444
- ### QueryBuilder
445
-
446
- #### Bug Fixes
447
-
448
- - CSS validation issues has been resolved.
449
-
450
- ## 17.4.47 (2020-02-05)
451
-
452
- ### QueryBuilder
453
-
454
- #### Bug Fixes
455
-
456
- - Issue with predicate generation for date type is fixed.
457
-
458
- #### Breaking Changes
459
-
460
- | Property Name | Previous Type | Current Type |
461
- |---|---|---|
462
- | format | string | string | FormatObject |
463
-
464
- ## 17.4.46 (2020-01-30)
465
-
466
- ### QueryBuilder
467
-
468
- #### New Features
469
-
470
- - Provided the support to disable the combinator if only one rule is present.
471
-
472
- ## 17.4.43 (2020-01-14)
473
-
474
- ### QueryBuilder
475
-
476
- #### Bug Fixes
477
-
478
- - Issue with predicate generation for between operator is fixed.
479
-
480
- ## 17.4.41 (2020-01-07)
481
-
482
- ### QueryBuilder
483
-
484
- #### Bug Fixes
485
-
486
- - Issue with 'setRulesFromSql' method is fixed.
487
-
488
- ## 17.4.39 (2019-12-17)
489
-
490
- ### QueryBuilder
491
-
492
- #### New Features
493
-
494
- - Provided `NOT` Condition support.
495
- - Provided Template support for Time Picker.
496
-
497
- #### Bug Fixes
498
-
499
- - Tooltip is not destroyed while using destroy method.
500
- - Predicate is not created for Date type when between operator is fixed.
501
-
502
- ## 17.3.27 (2019-11-12)
503
-
504
- ### QueryBuilder
505
-
506
- #### Bug Fixes
507
-
508
- - Issue with changing 'number' type field is fixed.
509
-
510
- ## 17.3.26 (2019-11-05)
511
-
512
- ### QueryBuilder
513
-
514
- #### New Features
515
-
516
- - Provided Not Contains, Not Starts With and Not Ends With operator support.
517
-
518
- ## 17.3.21 (2019-10-30)
519
-
520
- ### QueryBuilder
521
-
522
- #### Bug Fixes
523
-
524
- - Value not updated properly while changing 'Between' operator.
525
-
526
- ## 17.3.19 (2019-10-22)
527
-
528
- ### QueryBuilder
529
-
530
- #### Bug Fixes
531
-
532
- - Value not updated properly while changing operator.
533
-
534
- ## 17.2.46 (2019-08-22)
535
-
536
- ### QueryBuilder
537
-
538
- #### New Features
539
-
540
- - Provided Null and Empty operator support.
541
-
542
- ## 17.2.36 (2019-07-24)
543
-
544
- ### QueryBuilder
545
-
546
- #### Bug Fixes
547
-
548
- - Date values are not properly filtered using DataManager.
549
-
550
- ## 17.2.35 (2019-07-17)
551
-
552
- ### QueryBuilder
553
-
554
- #### Bug Fixes
555
-
556
- - SQL Parsing issue when the rule contains 'Greater Than Or Equal', 'Less Than Or Equal' operator.
557
- - Condition is not updated properly in the root while using 'setRules' method.
558
-
559
- ## 17.2.28-beta (2019-06-27)
560
-
561
- ### QueryBuilder
562
-
563
- #### New Features
564
-
565
- - Provided localization support for 'AND/OR' conditions.
566
-
567
- ## 17.1.50 (2019-06-04)
568
-
569
- ### QueryBuilder
570
-
571
- #### Bug Fixes
572
-
573
- - Selected value not maintained properly for radiobutton field.
574
-
575
- ## 17.1.49 (2019-05-29)
576
-
577
- ### QueryBuilder
578
-
579
- #### Bug Fixes
580
-
581
- - DataManager related issue resolved.
582
-
583
- ## 17.1.48 (2019-05-21)
584
-
585
- ### QueryBuilder
586
-
587
- #### Bug Fixes
588
-
589
- - Provided public method for get the rule by the rule Id.
590
- - Date format issue in dd/mm/yyyy format.
591
- - Selected value not maintained properly for radiobutton field.
592
-
593
- ## 17.1.47 (2019-05-14)
594
-
595
- ### QueryBuilder
596
-
597
- #### New Features
598
-
599
- - Provided `case sensitive` support.
600
- - Provided default value option support for column fields.
601
- - Provided groupBy support for columns.
602
-
603
- #### Bug Fixes
604
-
605
- - Updating conditions throws script error after using 'setRules' method.
606
- - Rule with AND operator is not properly updated in ASP.NET MVC and Core.
607
- - Multiselect datasource not properly updated for in and notin operators.
608
- - Provided option for handling data source request on demand.
609
-
610
- ## 17.1.43 (2019-04-30)
611
-
612
- ### QueryBuilder
613
-
614
- #### Bug Fixes
615
-
616
- - Multiselect datasource not properly updated for in and notin operators.
617
-
618
- ## 17.1.42 (2019-04-23)
619
-
620
- ### QueryBuilder
621
-
622
- #### Bug Fixes
623
-
624
- - Rule with AND operator is not properly updated in ASP.NET MVC and Core.
625
-
626
- ## 17.1.40 (2019-04-09)
627
-
628
- ### QueryBuilder
629
-
630
- #### Bug Fixes
631
-
632
- - Updating conditions throws script error after using 'setRules' method.
633
-
634
- ## 17.1.38 (2019-03-29)
635
-
636
- ### QueryBuilder
637
-
638
- #### Breaking Changes
639
-
640
- - The following events are renamed.
641
-
642
- | Existing Event Name | New Event Name |
643
- |---|---|
644
- | beforeConditionChange | beforeChange |
645
- | beforeFieldChange | beforeChange |
646
- | beforeOperatorChange | beforeChange |
647
- | beforeValueChange | beforeChange |
648
- | conditionChanged | change |
649
- | fieldChanged | change |
650
- | operatorChanged | change |
651
- | valueChanged | change |
652
- | groupDelete | change |
653
- | groupInsert | change |
654
- | ruleDelete | change |
655
- | ruleInsert | change |
656
-
657
- - Modified the return type of 'getFilteredRecords' method from object collection to promise.
658
- - Renamed the 'RulesModel' class to 'RuleModel' and removed the 'RulesModel' class.
659
-
660
- #### Bug Fixes
661
-
662
- - Between Operator produces incorrect SQL is fixed.
663
- - Issue with binding boolean values to radio button is fixed.
664
- - Introduced new event 'RuleChange' which triggers once the current Rule is different from the older Rule.
665
-
666
- ## 17.1.32-beta (2019-03-13)
667
-
668
- ### QueryBuilder
669
-
670
- #### Breaking Changes
671
-
672
- - The following events are renamed.
673
-
674
- | Existing Event Name | New Event Name |
675
- |---|---|
676
- | beforeConditionChange | beforeChange |
677
- | beforeFieldChange | beforeChange |
678
- | beforeOperatorChange | beforeChange |
679
- | beforeValueChange | beforeChange |
680
- | conditionChanged | change |
681
- | fieldChanged | change |
682
- | operatorChanged | change |
683
- | valueChanged | change |
684
- | groupDelete | change |
685
- | groupInsert | change |
686
- | ruleDelete | change |
687
- | ruleInsert | change |
688
-
689
- #### Bug Fixes
690
-
691
- - Between Operator produces incorrect SQL is fixed.
692
-
693
- ## 16.4.54 (2019-02-19)
694
-
695
- ### QueryBuilder
696
-
697
- #### Bug Fixes
698
-
699
- - 'Add Group' option is not disabled while setting groupInsert as false is fixed.
700
-
701
- ## 16.4.52 (2019-02-05)
702
-
703
- ### QueryBuilder
704
-
705
- #### New Features
706
-
707
- - Provided `Summary view` support.
708
-
709
- ## 16.4.44 (2018-12-24)
710
-
711
- ### QueryBuilder
712
-
713
- #### Bug Fixes
714
-
715
- - Introduced validateFields method for validation.
716
-
717
- ## 16.4.40-beta (2018-12-10)
718
-
719
- ### QueryBuilder
720
-
721
- The Query Builder component is a graphical user interface that allows users to create and edit filters. It outputs a structured JSON of filters which that can be easily parsed to create SQL. It is integrated with Data Manager to communicates with data sources and returns the desired result based on the provided filter. It supports data binding, templates, validation, and horizontal and vertical orientation.
722
-
723
-
724
- - **Data binding**: It auto populates the data source and maps the data to the appropriate fields.
725
- - **Template**: Supports templates and it is applicable for all input components.
726
- - **Queries**: Queries supports JSON/SQL rules.
727
-
728
-
729
- ## 18.2.47 (2020-07-28)
730
-
731
- ### QueryBuilder
732
-
733
- #### Bug Fixes
734
-
735
- `#F156190` - Not able to select value field using 'IN' operator in production mode issue fixed.
736
-
737
-