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