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

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