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

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