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