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

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