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