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