@syncfusion/ej2-react-querybuilder 25.2.4 → 26.1.35

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