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

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