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

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