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