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