@syncfusion/ej2-angular-querybuilder 24.2.8-ngcc → 24.2.8

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