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