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