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