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