@syncfusion/ej2-angular-querybuilder 23.1.44 → 23.2.4-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 (108) hide show
  1. package/@syncfusion/ej2-angular-querybuilder.es5.js +267 -0
  2. package/@syncfusion/ej2-angular-querybuilder.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-querybuilder.js +239 -0
  4. package/@syncfusion/ej2-angular-querybuilder.js.map +1 -0
  5. package/CHANGELOG.md +583 -0
  6. package/dist/ej2-angular-querybuilder.umd.js +289 -0
  7. package/dist/ej2-angular-querybuilder.umd.js.map +1 -0
  8. package/dist/ej2-angular-querybuilder.umd.min.js +11 -0
  9. package/dist/ej2-angular-querybuilder.umd.min.js.map +1 -0
  10. package/ej2-angular-querybuilder.d.ts +5 -0
  11. package/ej2-angular-querybuilder.metadata.json +1 -0
  12. package/package.json +15 -29
  13. package/postinstall/tagchange.js +18 -0
  14. package/schematics/utils/lib-details.d.ts +2 -2
  15. package/schematics/utils/lib-details.js +2 -2
  16. package/schematics/utils/lib-details.ts +2 -2
  17. package/src/query-builder/columns.directive.d.ts +0 -5
  18. package/src/query-builder/querybuilder-all.module.d.ts +0 -6
  19. package/src/query-builder/querybuilder.component.d.ts +0 -3
  20. package/src/query-builder/querybuilder.module.d.ts +0 -7
  21. package/styles/bootstrap-dark.css +5 -0
  22. package/styles/bootstrap5-dark.css +2 -1
  23. package/styles/bootstrap5.css +2 -1
  24. package/styles/fabric-dark.css +5 -0
  25. package/styles/fluent-dark.css +2 -1
  26. package/styles/fluent.css +2 -1
  27. package/styles/highcontrast.css +5 -0
  28. package/styles/material3-dark.scss +0 -1
  29. package/styles/material3.scss +0 -1
  30. package/styles/query-builder/bootstrap-dark.css +5 -0
  31. package/styles/query-builder/bootstrap-dark.scss +1 -15
  32. package/styles/query-builder/bootstrap.scss +1 -15
  33. package/styles/query-builder/bootstrap4.scss +1 -15
  34. package/styles/query-builder/bootstrap5-dark.css +2 -1
  35. package/styles/query-builder/bootstrap5-dark.scss +1 -15
  36. package/styles/query-builder/bootstrap5.css +2 -1
  37. package/styles/query-builder/bootstrap5.scss +1 -15
  38. package/styles/query-builder/fabric-dark.css +5 -0
  39. package/styles/query-builder/fabric-dark.scss +1 -15
  40. package/styles/query-builder/fabric.scss +1 -15
  41. package/styles/query-builder/fluent-dark.css +2 -1
  42. package/styles/query-builder/fluent-dark.scss +1 -15
  43. package/styles/query-builder/fluent.css +2 -1
  44. package/styles/query-builder/fluent.scss +1 -15
  45. package/styles/query-builder/highcontrast-light.scss +1 -15
  46. package/styles/query-builder/highcontrast.css +5 -0
  47. package/styles/query-builder/highcontrast.scss +1 -15
  48. package/styles/query-builder/material-dark.scss +1 -15
  49. package/styles/query-builder/material.scss +1 -15
  50. package/styles/query-builder/material3-dark.scss +1 -15
  51. package/styles/query-builder/material3.scss +1 -15
  52. package/styles/query-builder/tailwind-dark.css +2 -1
  53. package/styles/query-builder/tailwind-dark.scss +1 -15
  54. package/styles/query-builder/tailwind.css +2 -1
  55. package/styles/query-builder/tailwind.scss +1 -15
  56. package/styles/tailwind-dark.css +2 -1
  57. package/styles/tailwind.css +2 -1
  58. package/esm2020/public_api.mjs +0 -3
  59. package/esm2020/src/index.mjs +0 -6
  60. package/esm2020/src/query-builder/columns.directive.mjs +0 -72
  61. package/esm2020/src/query-builder/querybuilder-all.module.mjs +0 -23
  62. package/esm2020/src/query-builder/querybuilder.component.mjs +0 -71
  63. package/esm2020/src/query-builder/querybuilder.module.mjs +0 -34
  64. package/esm2020/syncfusion-ej2-angular-querybuilder.mjs +0 -5
  65. package/fesm2015/syncfusion-ej2-angular-querybuilder.mjs +0 -194
  66. package/fesm2015/syncfusion-ej2-angular-querybuilder.mjs.map +0 -1
  67. package/fesm2020/syncfusion-ej2-angular-querybuilder.mjs +0 -194
  68. package/fesm2020/syncfusion-ej2-angular-querybuilder.mjs.map +0 -1
  69. package/styles/query-builder/_all.scss +0 -2
  70. package/styles/query-builder/_bootstrap-dark-definition.scss +0 -104
  71. package/styles/query-builder/_bootstrap-definition.scss +0 -104
  72. package/styles/query-builder/_bootstrap4-definition.scss +0 -106
  73. package/styles/query-builder/_bootstrap5-dark-definition.scss +0 -1
  74. package/styles/query-builder/_bootstrap5-definition.scss +0 -108
  75. package/styles/query-builder/_fabric-dark-definition.scss +0 -104
  76. package/styles/query-builder/_fabric-definition.scss +0 -104
  77. package/styles/query-builder/_fluent-dark-definition.scss +0 -1
  78. package/styles/query-builder/_fluent-definition.scss +0 -107
  79. package/styles/query-builder/_fusionnew-definition.scss +0 -108
  80. package/styles/query-builder/_highcontrast-definition.scss +0 -104
  81. package/styles/query-builder/_highcontrast-light-definition.scss +0 -104
  82. package/styles/query-builder/_layout.scss +0 -728
  83. package/styles/query-builder/_material-dark-definition.scss +0 -105
  84. package/styles/query-builder/_material-definition.scss +0 -104
  85. package/styles/query-builder/_material3-dark-definition.scss +0 -1
  86. package/styles/query-builder/_material3-definition.scss +0 -110
  87. package/styles/query-builder/_tailwind-dark-definition.scss +0 -1
  88. package/styles/query-builder/_tailwind-definition.scss +0 -107
  89. package/styles/query-builder/_theme.scss +0 -188
  90. package/styles/query-builder/icons/_bootstrap-dark.scss +0 -7
  91. package/styles/query-builder/icons/_bootstrap.scss +0 -7
  92. package/styles/query-builder/icons/_bootstrap4.scss +0 -7
  93. package/styles/query-builder/icons/_bootstrap5-dark.scss +0 -1
  94. package/styles/query-builder/icons/_bootstrap5.scss +0 -7
  95. package/styles/query-builder/icons/_fabric-dark.scss +0 -7
  96. package/styles/query-builder/icons/_fabric.scss +0 -7
  97. package/styles/query-builder/icons/_fluent-dark.scss +0 -1
  98. package/styles/query-builder/icons/_fluent.scss +0 -7
  99. package/styles/query-builder/icons/_fusionnew.scss +0 -7
  100. package/styles/query-builder/icons/_highcontrast-light.scss +0 -7
  101. package/styles/query-builder/icons/_highcontrast.scss +0 -7
  102. package/styles/query-builder/icons/_material-dark.scss +0 -7
  103. package/styles/query-builder/icons/_material.scss +0 -7
  104. package/styles/query-builder/icons/_material3-dark.scss +0 -1
  105. package/styles/query-builder/icons/_material3.scss +0 -7
  106. package/styles/query-builder/icons/_tailwind-dark.scss +0 -7
  107. package/styles/query-builder/icons/_tailwind.scss +0 -7
  108. package/syncfusion-ej2-angular-querybuilder.d.ts +0 -5
package/CHANGELOG.md ADDED
@@ -0,0 +1,583 @@
1
+ # Changelog
2
+
3
+ ## [Unreleased]
4
+
5
+ ## 23.1.44 (2023-11-07)
6
+
7
+ ### QueryBuilder
8
+
9
+ #### Bug Fixes
10
+
11
+ - `#F510127` - Issue with Query builder rule does not gets changed dynamically has been fixed.
12
+
13
+ ## 23.1.41 (2023-10-17)
14
+
15
+ ### QueryBuilder
16
+
17
+ #### Bug Fixes
18
+
19
+ - `#F184903` - Issue with `setRules` method of the Query builder not working for complex data binding has been fixed.
20
+
21
+ ## 23.1.39 (2023-10-04)
22
+
23
+ ### QueryBuilder
24
+
25
+ #### Bug Fixes
26
+
27
+ - `#I499489` - Issue with read only property not working in dropdowntree field of QueryBuilder has been fixed.
28
+
29
+ ## 23.1.38 (2023-09-26)
30
+
31
+ ### QueryBuilder
32
+
33
+ #### Bug Fixes
34
+
35
+ - `#I504588` - Issue with Query builder column template not render in Vue3 platform has been fixed.
36
+
37
+ ## 23.1.36 (2023-09-15)
38
+
39
+ ### QueryBuilder
40
+
41
+ #### Bug Fixes
42
+
43
+ - `#I375472` Issue with Rule template default rendered while add condition/group in query builder, if first column as rule template has been fixed.
44
+ - `#I388333` Issue with Value template not destroy properly when we use complex data source in query builder has been fixed.
45
+
46
+ ## 19.3.45 (2021-10-12)
47
+
48
+ ### QueryBuilder
49
+
50
+ #### Bug Fixes
51
+
52
+ - `F169401`, `F169406` - Issue with SQL importing with boolean values has been fixed.
53
+ - `F168982` - Issue with placing Query Builder inside a form has been fixed.
54
+
55
+ ## 19.3.44 (2021-10-05)
56
+
57
+ ### QueryBuilder
58
+
59
+ #### New Features
60
+
61
+ - Provided Dropdown Tree component support in Complex data binding.
62
+
63
+ ## 19.2.59 (2021-08-31)
64
+
65
+ ### QueryBuilder
66
+
67
+ #### Bug Fixes
68
+
69
+ - Improvements in Header Template support.
70
+
71
+ ## 19.2.51 (2021-08-03)
72
+
73
+ ### QueryBuilder
74
+
75
+ #### Bug Fixes
76
+
77
+ - `#I337055` - The issue with Tooltip not destroyed while applying reset after validation been fixed.
78
+
79
+ ## 19.2.46 (2021-07-06)
80
+
81
+ ### QueryBuilder
82
+
83
+ #### Bug Fixes
84
+
85
+ - `#I333679` - The issue with setRules method not works in header template has been fixed.
86
+
87
+ ## 19.1.57 (2021-04-20)
88
+
89
+ ### QueryBuilder
90
+
91
+ #### Bug Fixes
92
+
93
+ - `#F163698` - The issue with 'getRulesFromSql' method for date is fixed.
94
+
95
+ ## 19.1.55 (2021-04-06)
96
+
97
+ ### QueryBuilder
98
+
99
+ #### Bug Fixes
100
+
101
+ - `#317381` - The issue with predicate generation for date is fixed.
102
+
103
+ ## 19.1.54 (2021-03-30)
104
+
105
+ ### QueryBuilder
106
+
107
+ #### New Features
108
+
109
+ - Provided Complex data binding Support.
110
+ - Provided Header Template Support.
111
+ - Provided model support for fields, operators and values.
112
+
113
+ - Provided Complex data binding Support
114
+ - Provided Header Template Support
115
+
116
+ #### Bug Fixes
117
+
118
+ - `#F162988` - The issue when field has space is fixed.
119
+ - `#317355` - The issue with disable the condition option when that group has single
120
+
121
+ ## 18.4.42 (2021-02-09)
122
+
123
+ ### QueryBuilder
124
+
125
+ #### Bug Fixes
126
+
127
+ - Issue with angular template is fixed.
128
+
129
+ ## 18.4.33 (2021-01-05)
130
+
131
+ ### QueryBuilder
132
+
133
+ #### Bug Fixes
134
+
135
+ - Issue with template destroy is fixed.
136
+
137
+ ## 18.4.32 (2020-12-29)
138
+
139
+ ### QueryBuilder
140
+
141
+ #### Bug Fixes
142
+
143
+ - Issue with validation is fixed.
144
+
145
+ ## 18.3.52 (2020-12-01)
146
+
147
+ ### QueryBuilder
148
+
149
+ #### Bug Fixes
150
+
151
+ - Issue with Date Picker with null value is fixed.
152
+
153
+ ## 18.3.51 (2020-11-24)
154
+
155
+ ### QueryBuilder
156
+
157
+ #### Bug Fixes
158
+
159
+ - `#290596` - Validation working improperly with column template issue resolved.
160
+ - Issue with template destroy is fixed
161
+
162
+ ## 18.3.50 (2020-11-17)
163
+
164
+ ### QueryBuilder
165
+
166
+ #### Bug Fixes
167
+
168
+ - Issue with setting HTML element id start with number is fixed
169
+
170
+ ## 18.3.42 (2020-10-20)
171
+
172
+ ### QueryBuilder
173
+
174
+ #### Bug Fixes
175
+
176
+ - Issue with 'setRulesFromSql' method is fixed.
177
+ - Issue with changing value field width is fixed.
178
+
179
+ ## 18.3.40 (2020-10-13)
180
+
181
+ ### QueryBuilder
182
+
183
+ #### Bug Fixes
184
+
185
+ - Issue with 'getValues' method is fixed.
186
+
187
+ ## 18.2.57 (2020-09-08)
188
+
189
+ ### QueryBuilder
190
+
191
+ #### Bug Fixes
192
+
193
+ - Issue with 'setRulesFromSql' method is fixed.
194
+
195
+ ## 18.2.55 (2020-08-25)
196
+
197
+ ### QueryBuilder
198
+
199
+ #### Bug Fixes
200
+
201
+ - Issue with 'getColumn' method is fixed.
202
+ - Issue with persistence is fixed.
203
+
204
+ ## 18.2.46 (2020-07-21)
205
+
206
+ ### QueryBuilder
207
+
208
+ #### Bug Fixes
209
+
210
+ - Issue with 'boolean' type value is fixed.
211
+
212
+ ## 18.2.45 (2020-07-14)
213
+
214
+ ### QueryBuilder
215
+
216
+ #### Bug Fixes
217
+
218
+ - Issue with 'locale' is fixed.
219
+
220
+ ## 18.2.44 (2020-07-07)
221
+
222
+ ### QueryBuilder
223
+
224
+ #### New Features
225
+
226
+ - Provided `Rule Template` support.
227
+
228
+ #### Bug Fixes
229
+
230
+ - Issue with 'addGroups' method is fixed.
231
+
232
+ ## 18.1.55 (2020-06-02)
233
+
234
+ ### QueryBuilder
235
+
236
+ #### Bug Fixes
237
+
238
+ - Issue with 'setRulesFromSql' method is fixed.
239
+
240
+ ## 18.1.53 (2020-05-19)
241
+
242
+ ### QueryBuilder
243
+
244
+ #### Bug Fixes
245
+
246
+ - Issue with boolean value has been resolved.
247
+
248
+ ## 18.1.48 (2020-05-05)
249
+
250
+ ### QueryBuilder
251
+
252
+ #### Bug Fixes
253
+
254
+ - Issue with SQL parsing has been resolved.
255
+
256
+ ## 18.1.45 (2020-04-21)
257
+
258
+ ### QueryBuilder
259
+
260
+ #### Bug Fixes
261
+
262
+ - Issue with grouping after refreshing QueryBuilder has been resolved.
263
+
264
+ ## 18.1.44 (2020-04-14)
265
+
266
+ ### QueryBuilder
267
+
268
+ #### Bug Fixes
269
+
270
+ - Compatibility with EJ1 issues has been resolved.
271
+
272
+ ## 18.1.43 (2020-04-07)
273
+
274
+ ### QueryBuilder
275
+
276
+ #### New Features
277
+
278
+ - Provided `readonly` support.
279
+
280
+ ## 18.1.36-beta (2020-03-19)
281
+
282
+ ### QueryBuilder
283
+
284
+ #### Bug Fixes
285
+
286
+ - Improvements in Value Template support.
287
+
288
+ ## 17.4.49 (2020-02-11)
289
+
290
+ ### QueryBuilder
291
+
292
+ #### Bug Fixes
293
+
294
+ - CSS validation issues has been resolved.
295
+
296
+ ## 17.4.47 (2020-02-05)
297
+
298
+ ### QueryBuilder
299
+
300
+ #### Bug Fixes
301
+
302
+ - Issue with predicate generation for date type is fixed.
303
+
304
+ #### Breaking Changes
305
+
306
+ | Property Name | Previous Type | Current Type |
307
+ |---|---|---|
308
+ | format | string | string | FormatObject |
309
+
310
+ ## 17.4.46 (2020-01-30)
311
+
312
+ ### QueryBuilder
313
+
314
+ #### New Features
315
+
316
+ - Provided the support to disable the combinator if only one rule is present.
317
+
318
+ ## 17.4.43 (2020-01-14)
319
+
320
+ ### QueryBuilder
321
+
322
+ #### Bug Fixes
323
+
324
+ - Issue with predicate generation for between operator is fixed.
325
+
326
+ ## 17.4.41 (2020-01-07)
327
+
328
+ ### QueryBuilder
329
+
330
+ #### Bug Fixes
331
+
332
+ - Issue with 'setRulesFromSql' method is fixed.
333
+
334
+ ## 17.4.39 (2019-12-17)
335
+
336
+ ### QueryBuilder
337
+
338
+ #### New Features
339
+
340
+ - Provided `NOT` Condition support.
341
+ - Provided Template support for Time Picker.
342
+
343
+ #### Bug Fixes
344
+
345
+ - Tooltip is not destroyed while using destroy method.
346
+ - Predicate is not created for Date type when between operator is fixed.
347
+
348
+ ## 17.3.27 (2019-11-12)
349
+
350
+ ### QueryBuilder
351
+
352
+ #### Bug Fixes
353
+
354
+ - Issue with changing 'number' type field is fixed.
355
+
356
+ ## 17.3.26 (2019-11-05)
357
+
358
+ ### QueryBuilder
359
+
360
+ #### New Features
361
+
362
+ - Provided Not Contains, Not Starts With and Not Ends With operator support.
363
+
364
+ ## 17.3.21 (2019-10-30)
365
+
366
+ ### QueryBuilder
367
+
368
+ #### Bug Fixes
369
+
370
+ - Value not updated properly while changing 'Between' operator.
371
+
372
+ ## 17.3.19 (2019-10-22)
373
+
374
+ ### QueryBuilder
375
+
376
+ #### Bug Fixes
377
+
378
+ - Value not updated properly while changing operator.
379
+
380
+ ## 17.2.46 (2019-08-22)
381
+
382
+ ### QueryBuilder
383
+
384
+ #### New Features
385
+
386
+ - Provided Null and Empty operator support.
387
+
388
+ ## 17.2.36 (2019-07-24)
389
+
390
+ ### QueryBuilder
391
+
392
+ #### Bug Fixes
393
+
394
+ - Date values are not properly filtered using DataManager.
395
+
396
+ ## 17.2.35 (2019-07-17)
397
+
398
+ ### QueryBuilder
399
+
400
+ #### Bug Fixes
401
+
402
+ - SQL Parsing issue when the rule contains 'Greater Than Or Equal', 'Less Than Or Equal' operator.
403
+ - Condition is not updated properly in the root while using 'setRules' method.
404
+
405
+ ## 17.2.28-beta (2019-06-27)
406
+
407
+ ### QueryBuilder
408
+
409
+ #### New Features
410
+
411
+ - Provided localization support for 'AND/OR' conditions.
412
+
413
+ ## 17.1.50 (2019-06-04)
414
+
415
+ ### QueryBuilder
416
+
417
+ #### Bug Fixes
418
+
419
+ - Selected value not maintained properly for radiobutton field.
420
+
421
+ ## 17.1.49 (2019-05-29)
422
+
423
+ ### QueryBuilder
424
+
425
+ #### Bug Fixes
426
+
427
+ - DataManager related issue resolved.
428
+
429
+ ## 17.1.48 (2019-05-21)
430
+
431
+ ### QueryBuilder
432
+
433
+ #### Bug Fixes
434
+
435
+ - Provided public method for get the rule by the rule Id.
436
+ - Date format issue in dd/mm/yyyy format.
437
+ - Selected value not maintained properly for radiobutton field.
438
+
439
+ ## 17.1.47 (2019-05-14)
440
+
441
+ ### QueryBuilder
442
+
443
+ #### New Features
444
+
445
+ - Provided `case sensitive` support.
446
+ - Provided default value option support for column fields.
447
+ - Provided groupBy support for columns.
448
+
449
+ #### Bug Fixes
450
+
451
+ - Updating conditions throws script error after using 'setRules' method.
452
+ - Rule with AND operator is not properly updated in ASP.NET MVC and Core.
453
+ - Multiselect datasource not properly updated for in and notin operators.
454
+ - Provided option for handling data source request on demand.
455
+
456
+ ## 17.1.43 (2019-04-30)
457
+
458
+ ### QueryBuilder
459
+
460
+ #### Bug Fixes
461
+
462
+ - Multiselect datasource not properly updated for in and notin operators.
463
+
464
+ ## 17.1.42 (2019-04-23)
465
+
466
+ ### QueryBuilder
467
+
468
+ #### Bug Fixes
469
+
470
+ - Rule with AND operator is not properly updated in ASP.NET MVC and Core.
471
+
472
+ ## 17.1.40 (2019-04-09)
473
+
474
+ ### QueryBuilder
475
+
476
+ #### Bug Fixes
477
+
478
+ - Updating conditions throws script error after using 'setRules' method.
479
+
480
+ ## 17.1.38 (2019-03-29)
481
+
482
+ ### QueryBuilder
483
+
484
+ #### Breaking Changes
485
+
486
+ - The following events are renamed.
487
+
488
+ | Existing Event Name | New Event Name |
489
+ |---|---|
490
+ | beforeConditionChange | beforeChange |
491
+ | beforeFieldChange | beforeChange |
492
+ | beforeOperatorChange | beforeChange |
493
+ | beforeValueChange | beforeChange |
494
+ | conditionChanged | change |
495
+ | fieldChanged | change |
496
+ | operatorChanged | change |
497
+ | valueChanged | change |
498
+ | groupDelete | change |
499
+ | groupInsert | change |
500
+ | ruleDelete | change |
501
+ | ruleInsert | change |
502
+
503
+ - Modified the return type of 'getFilteredRecords' method from object collection to promise.
504
+ - Renamed the 'RulesModel' class to 'RuleModel' and removed the 'RulesModel' class.
505
+
506
+ #### Bug Fixes
507
+
508
+ - Between Operator produces incorrect SQL is fixed.
509
+ - Issue with binding boolean values to radio button is fixed.
510
+ - Introduced new event 'RuleChange' which triggers once the current Rule is different from the older Rule.
511
+
512
+ ## 17.1.32-beta (2019-03-13)
513
+
514
+ ### QueryBuilder
515
+
516
+ #### Breaking Changes
517
+
518
+ - The following events are renamed.
519
+
520
+ | Existing Event Name | New Event Name |
521
+ |---|---|
522
+ | beforeConditionChange | beforeChange |
523
+ | beforeFieldChange | beforeChange |
524
+ | beforeOperatorChange | beforeChange |
525
+ | beforeValueChange | beforeChange |
526
+ | conditionChanged | change |
527
+ | fieldChanged | change |
528
+ | operatorChanged | change |
529
+ | valueChanged | change |
530
+ | groupDelete | change |
531
+ | groupInsert | change |
532
+ | ruleDelete | change |
533
+ | ruleInsert | change |
534
+
535
+ #### Bug Fixes
536
+
537
+ - Between Operator produces incorrect SQL is fixed.
538
+
539
+ ## 16.4.54 (2019-02-19)
540
+
541
+ ### QueryBuilder
542
+
543
+ #### Bug Fixes
544
+
545
+ - 'Add Group' option is not disabled while setting groupInsert as false is fixed.
546
+
547
+ ## 16.4.52 (2019-02-05)
548
+
549
+ ### QueryBuilder
550
+
551
+ #### New Features
552
+
553
+ - Provided `Summary view` support.
554
+
555
+ ## 16.4.44 (2018-12-24)
556
+
557
+ ### QueryBuilder
558
+
559
+ #### Bug Fixes
560
+
561
+ - Introduced validateFields method for validation.
562
+
563
+ ## 16.4.40-beta (2018-12-10)
564
+
565
+ ### QueryBuilder
566
+
567
+ 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.
568
+
569
+
570
+ - **Data binding**: It auto populates the data source and maps the data to the appropriate fields.
571
+ - **Template**: Supports templates and it is applicable for all input components.
572
+ - **Queries**: Queries supports JSON/SQL rules.
573
+
574
+
575
+ ## 18.2.47 (2020-07-28)
576
+
577
+ ### QueryBuilder
578
+
579
+ #### Bug Fixes
580
+
581
+ `#F156190` - Not able to select value field using 'IN' operator in production mode issue fixed.
582
+
583
+