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

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