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