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