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

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