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