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