@syncfusion/ej2-angular-querybuilder 20.4.48-ngcc → 20.4.48

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