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

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