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

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