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

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