@syncfusion/ej2-angular-querybuilder 24.1.46 → 24.2.3-ngcc

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