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