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