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