@syncfusion/ej2-querybuilder 25.2.7 → 26.1.38

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