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