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

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 (29) 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/syncfusion-ej2-angular-querybuilder.d.ts +5 -0
  18. package/@syncfusion/ej2-angular-querybuilder.es5.js +0 -267
  19. package/@syncfusion/ej2-angular-querybuilder.es5.js.map +0 -1
  20. package/@syncfusion/ej2-angular-querybuilder.js +0 -239
  21. package/@syncfusion/ej2-angular-querybuilder.js.map +0 -1
  22. package/CHANGELOG.md +0 -712
  23. package/dist/ej2-angular-querybuilder.umd.js +0 -289
  24. package/dist/ej2-angular-querybuilder.umd.js.map +0 -1
  25. package/dist/ej2-angular-querybuilder.umd.min.js +0 -11
  26. package/dist/ej2-angular-querybuilder.umd.min.js.map +0 -1
  27. package/ej2-angular-querybuilder.d.ts +0 -5
  28. package/ej2-angular-querybuilder.metadata.json +0 -1
  29. package/postinstall/tagchange.js +0 -18
package/CHANGELOG.md DELETED
@@ -1,712 +0,0 @@
1
- # Changelog
2
-
3
- ## [Unreleased]
4
-
5
- ### QueryBuilder
6
-
7
- #### Bug Fixes
8
-
9
- - `#F185815` - Issue with dynamically changing readonly property has been fixed.
10
-
11
- ## 24.1.43 (2023-12-27)
12
-
13
- ### QueryBuilder
14
-
15
- #### Bug Fixes
16
-
17
- - `#F510127` - Issue with Query builder rule does not gets changed dynamically has been fixed.
18
-
19
- ## 24.1.41 (2023-12-18)
20
-
21
- ### QueryBuilder
22
-
23
- #### Bug Fixes
24
-
25
- - `#F511006` - Issue with Date rule format value not updated properly while using two rule in Query builder has been fixed.
26
-
27
- ## 23.2.7 (2023-12-05)
28
-
29
- ### QueryBuilder
30
-
31
- #### Bug Fixes
32
-
33
- - `#I510127` - Issue with Query builder rule does not changed dynamically has been fixed.
34
-
35
- ## 23.1.44 (2023-11-07)
36
-
37
- ### QueryBuilder
38
-
39
- #### Bug Fixes
40
-
41
- - `#I510127` - Issue with Query builder dynamically adding rule does not gets changed has been fixed.
42
-
43
- ## 23.1.41 (2023-10-17)
44
-
45
- ### QueryBuilder
46
-
47
- #### Bug Fixes
48
-
49
- - `#F184903` - Issue with `setRules` method of the Query builder not working for complex data binding has been fixed.
50
-
51
- ## 23.1.39 (2023-10-04)
52
-
53
- ### QueryBuilder
54
-
55
- #### Bug Fixes
56
-
57
- - `#I501292` - Issue with Query builder validation tooltip is not shows on second time has been fixed.
58
- - `#I499489` - Issue with read only property not working in dropdowntree field of QueryBuilder has been fixed.
59
-
60
- ## 23.1.38 (2023-09-26)
61
-
62
- ### QueryBuilder
63
-
64
- #### Bug Fixes
65
-
66
- - `#I504588` - Issue with Query builder column template not render in Vue3 platform has been fixed.
67
-
68
- ## 23.1.36 (2023-09-15)
69
-
70
- ### QueryBuilder
71
-
72
- #### Bug Fixes
73
-
74
- - `#I493593` - Resolved the Script error thrown in `getRule` method of QueryBuilder while using change event.
75
-
76
- ## 22.2.9 (2023-08-15)
77
-
78
- ### QueryBuilder
79
-
80
- #### Bug Fixes
81
-
82
- - `#F183921` - Resolved the Script error thrown while changing Boolean value in dropdowntree fieldMode of QueryBuilder
83
-
84
- ## 22.2.8 (2023-08-08)
85
-
86
- ### QueryBuilder
87
-
88
- #### Bug Fixes
89
-
90
- - `#I469225` - Resolved the Custom operator not working properly in QueryBuilder While dynamically change locale property.
91
-
92
- ## 22.1.38 (2023-07-11)
93
-
94
- ### QueryBuilder
95
-
96
- #### Bug Fixes
97
-
98
- - `#I469225` - Resolved the Dropdown tree field selection related issue in the query builder.
99
-
100
- ## 22.1.37 (2023-07-04)
101
-
102
- ### QueryBuilder
103
-
104
- #### Bug Fixes
105
-
106
- - `#I44054` - Resolved the issue where importing SQL queries containing special characters.
107
-
108
- ## 22.1.34 (2023-06-21)
109
-
110
- ### QueryBuilder
111
-
112
- #### Bug Fixes
113
-
114
- - `#I460895` - Issue with Query builder template not render in Vue3 platform has been fixed.
115
- - `#I448219` - Issue with Query builder validation not shown using `validateFields` method and scroll the page has been fixed.
116
-
117
- ## 20.4.51 (2023-02-21)
118
-
119
- ### QueryBuilder
120
-
121
- #### Bug Fixes
122
-
123
- - `#I430220` - Issue with Value template issue with complex data binding of query builder has been fixed.
124
- - `#I428779` - Issue with Providing the single quotes in SQL string support to query builder has been fixed.
125
-
126
- ## 20.4.42 (2023-01-04)
127
-
128
- ### QueryBuilder
129
-
130
- #### Bug Fixes
131
-
132
- - `#F31632` - Accessibility issue in Query Builder has been resolved.
133
-
134
- ## 20.4.40 (2022-12-28)
135
-
136
- ### QueryBuilder
137
-
138
- #### Bug Fixes
139
-
140
- - `#F178375` - Issue with Browser window get freezes when we set the Invalid SQL rule to query builder has been fixed.
141
- - `#I423706` - Issue with Field Dropdown list popups get collapses when we use `validateFields` method in query builder has been fixed
142
-
143
- ## 20.4.38 (2022-12-21)
144
-
145
- ### QueryBuilder
146
-
147
- #### Bug Fixes
148
-
149
- - `#F420982` - Issue with `getValidRules` method of query builder returns empty group has been fixed.
150
- - `#I404520` - Provided Localization support SQL query builder operators.
151
- - `#F178375` - Issue with Browser window get freezes when we set the Invalid SQL rule to query builder has been fixed.
152
- - `#I408324` - Issue with Script errors throwing in validating query builder fields while double click has been fixed.
153
- - `#I408658` - Issue with Value getting removed while closing fields Dropdown without change the value when we set rule property of query builder has been fixed.
154
-
155
- ## 20.3.47 (2022-09-29)
156
-
157
- ### QueryBuilder
158
-
159
- #### Bug Fixes
160
-
161
- - `#I391922` - Issue with Show Buttons option in query builder has been fixed.
162
- - `#I399576` - Issue with Custom operator not set properly when we set one field is a prefix of other field as number in query builder has been fixed.
163
- - `#I375472` - Issue with Change event not trigger for changing field for default column to rule template column in query builder has been fixed.
164
- - `#I394878` - Issue with Date type Between value not render properly while using `setRulesFromSql` method has been fixed
165
-
166
- ## 20.2.40 (2022-07-26)
167
-
168
- ### QueryBuilder
169
-
170
- #### Bug Fixes
171
-
172
- - `#I375472` - Issue with Rule template default rendered while add condition/group in query builder, if first column as rule template has been fixed.
173
- - `#I388333` - Issue with Value template not destroy properly when we use complex data source in query builder has been fixed.
174
-
175
- ## 19.3.45 (2021-10-12)
176
-
177
- ### QueryBuilder
178
-
179
- #### Bug Fixes
180
-
181
- - `F169401`, `F169406` - Issue with SQL importing with boolean values has been fixed.
182
- - `F168982` - Issue with placing Query Builder inside a form has been fixed.
183
-
184
- ## 19.3.44 (2021-10-05)
185
-
186
- ### QueryBuilder
187
-
188
- #### New Features
189
-
190
- - Provided Dropdown Tree component support in Complex data binding
191
-
192
- ## 19.2.59 (2021-08-31)
193
-
194
- ### QueryBuilder
195
-
196
- #### Bug Fixes
197
-
198
- - Improvements in Header Template support.
199
-
200
- ## 19.2.51 (2021-08-03)
201
-
202
- ### QueryBuilder
203
-
204
- #### Bug Fixes
205
-
206
- - `#I337055` - The issue with Tooltip not destroyed while applying reset after validation been fixed.
207
-
208
- ## 19.2.46 (2021-07-06)
209
-
210
- ### QueryBuilder
211
-
212
- #### Bug Fixes
213
-
214
- - `#I333679` - The issue with setRules method not works in header template has been fixed.
215
-
216
- ## 19.1.57 (2021-04-20)
217
-
218
- ### QueryBuilder
219
-
220
- #### Bug Fixes
221
-
222
- - `#F163698` - The issue with 'getRulesFromSql' method for date is fixed.
223
-
224
- ## 19.1.55 (2021-04-06)
225
-
226
- ### QueryBuilder
227
-
228
- #### Bug Fixes
229
-
230
- - `#317381` - The issue with predicate generation for date is fixed.
231
-
232
- ## 19.1.54 (2021-03-30)
233
-
234
- ### QueryBuilder
235
-
236
- #### New Features
237
-
238
- - Provided Complex data binding Support.
239
- - Provided Header Template Support.
240
- - Provided model support for fields, operators and values.
241
-
242
- - Provided Complex data binding Support
243
- - Provided Header Template Support
244
-
245
- #### Bug Fixes
246
-
247
- - `#F162988` - The issue when field has space is fixed.
248
- - `#317355` - The issue with disable the condition option when that group has single
249
-
250
- ## 18.4.42 (2021-02-09)
251
-
252
- ### QueryBuilder
253
-
254
- #### Bug Fixes
255
-
256
- - Issue with angular template is fixed.
257
-
258
- ## 18.4.33 (2021-01-05)
259
-
260
- ### QueryBuilder
261
-
262
- #### Bug Fixes
263
-
264
- - Issue with template destroy is fixed.
265
-
266
- ## 18.4.32 (2020-12-29)
267
-
268
- ### QueryBuilder
269
-
270
- #### Bug Fixes
271
-
272
- - Issue with validation is fixed.
273
-
274
- ## 18.3.52 (2020-12-01)
275
-
276
- ### QueryBuilder
277
-
278
- #### Bug Fixes
279
-
280
- - Issue with Date Picker with null value is fixed.
281
-
282
- ## 18.3.51 (2020-11-24)
283
-
284
- ### QueryBuilder
285
-
286
- #### Bug Fixes
287
-
288
- - `#290596` - Validation working improperly with column template issue resolved.
289
- - Issue with template destroy is fixed
290
-
291
- ## 18.3.50 (2020-11-17)
292
-
293
- ### QueryBuilder
294
-
295
- #### Bug Fixes
296
-
297
- - Issue with setting HTML element id start with number is fixed
298
-
299
- ## 18.3.42 (2020-10-20)
300
-
301
- ### QueryBuilder
302
-
303
- #### Bug Fixes
304
-
305
- - Issue with 'setRulesFromSql' method is fixed.
306
- - Issue with changing value field width is fixed.
307
-
308
- ## 18.3.40 (2020-10-13)
309
-
310
- ### QueryBuilder
311
-
312
- #### Bug Fixes
313
-
314
- - Issue with 'getValues' method is fixed.
315
-
316
- ## 18.2.57 (2020-09-08)
317
-
318
- ### QueryBuilder
319
-
320
- #### Bug Fixes
321
-
322
- - Issue with 'setRulesFromSql' method is fixed.
323
-
324
- ## 18.2.55 (2020-08-25)
325
-
326
- ### QueryBuilder
327
-
328
- #### Bug Fixes
329
-
330
- - Issue with 'getColumn' method is fixed.
331
- - Issue with persistence is fixed.
332
-
333
- ## 18.2.46 (2020-07-21)
334
-
335
- ### QueryBuilder
336
-
337
- #### Bug Fixes
338
-
339
- - Issue with 'boolean' type value is fixed.
340
-
341
- ## 18.2.45 (2020-07-14)
342
-
343
- ### QueryBuilder
344
-
345
- #### Bug Fixes
346
-
347
- - Issue with 'locale' is fixed.
348
-
349
- ## 18.2.44 (2020-07-07)
350
-
351
- ### QueryBuilder
352
-
353
- #### New Features
354
-
355
- - Provided `Rule Template` support.
356
-
357
- #### Bug Fixes
358
-
359
- - Issue with 'addGroups' method is fixed.
360
-
361
- ## 18.1.55 (2020-06-02)
362
-
363
- ### QueryBuilder
364
-
365
- #### Bug Fixes
366
-
367
- - Issue with 'setRulesFromSql' method is fixed.
368
-
369
- ## 18.1.53 (2020-05-19)
370
-
371
- ### QueryBuilder
372
-
373
- #### Bug Fixes
374
-
375
- - Issue with boolean value has been resolved.
376
-
377
- ## 18.1.48 (2020-05-05)
378
-
379
- ### QueryBuilder
380
-
381
- #### Bug Fixes
382
-
383
- - Issue with SQL parsing has been resolved.
384
-
385
- ## 18.1.45 (2020-04-21)
386
-
387
- ### QueryBuilder
388
-
389
- #### Bug Fixes
390
-
391
- - Issue with grouping after refreshing QueryBuilder has been resolved.
392
-
393
- ## 18.1.44 (2020-04-14)
394
-
395
- ### QueryBuilder
396
-
397
- #### Bug Fixes
398
-
399
- - Compatibility with EJ1 issues has been resolved.
400
-
401
- ## 18.1.43 (2020-04-07)
402
-
403
- ### QueryBuilder
404
-
405
- #### New Features
406
-
407
- - Provided `readonly` support.
408
-
409
- ## 18.1.36-beta (2020-03-19)
410
-
411
- ### QueryBuilder
412
-
413
- #### Bug Fixes
414
-
415
- - Improvements in Value Template support.
416
-
417
- ## 17.4.49 (2020-02-11)
418
-
419
- ### QueryBuilder
420
-
421
- #### Bug Fixes
422
-
423
- - CSS validation issues has been resolved.
424
-
425
- ## 17.4.47 (2020-02-05)
426
-
427
- ### QueryBuilder
428
-
429
- #### Bug Fixes
430
-
431
- - Issue with predicate generation for date type is fixed.
432
-
433
- #### Breaking Changes
434
-
435
- | Property Name | Previous Type | Current Type |
436
- |---|---|---|
437
- | format | string | string | FormatObject |
438
-
439
- ## 17.4.46 (2020-01-30)
440
-
441
- ### QueryBuilder
442
-
443
- #### New Features
444
-
445
- - Provided the support to disable the combinator if only one rule is present.
446
-
447
- ## 17.4.43 (2020-01-14)
448
-
449
- ### QueryBuilder
450
-
451
- #### Bug Fixes
452
-
453
- - Issue with predicate generation for between operator is fixed.
454
-
455
- ## 17.4.41 (2020-01-07)
456
-
457
- ### QueryBuilder
458
-
459
- #### Bug Fixes
460
-
461
- - Issue with 'setRulesFromSql' method is fixed.
462
-
463
- ## 17.4.39 (2019-12-17)
464
-
465
- ### QueryBuilder
466
-
467
- #### New Features
468
-
469
- - Provided `NOT` Condition support.
470
- - Provided Template support for Time Picker.
471
-
472
- #### Bug Fixes
473
-
474
- - Tooltip is not destroyed while using destroy method.
475
- - Predicate is not created for Date type when between operator is fixed.
476
-
477
- ## 17.3.27 (2019-11-12)
478
-
479
- ### QueryBuilder
480
-
481
- #### Bug Fixes
482
-
483
- - Issue with changing 'number' type field is fixed.
484
-
485
- ## 17.3.26 (2019-11-05)
486
-
487
- ### QueryBuilder
488
-
489
- #### New Features
490
-
491
- - Provided Not Contains, Not Starts With and Not Ends With operator support.
492
-
493
- ## 17.3.21 (2019-10-30)
494
-
495
- ### QueryBuilder
496
-
497
- #### Bug Fixes
498
-
499
- - Value not updated properly while changing 'Between' operator.
500
-
501
- ## 17.3.19 (2019-10-22)
502
-
503
- ### QueryBuilder
504
-
505
- #### Bug Fixes
506
-
507
- - Value not updated properly while changing operator.
508
-
509
- ## 17.2.46 (2019-08-22)
510
-
511
- ### QueryBuilder
512
-
513
- #### New Features
514
-
515
- - Provided Null and Empty operator support.
516
-
517
- ## 17.2.36 (2019-07-24)
518
-
519
- ### QueryBuilder
520
-
521
- #### Bug Fixes
522
-
523
- - Date values are not properly filtered using DataManager.
524
-
525
- ## 17.2.35 (2019-07-17)
526
-
527
- ### QueryBuilder
528
-
529
- #### Bug Fixes
530
-
531
- - SQL Parsing issue when the rule contains 'Greater Than Or Equal', 'Less Than Or Equal' operator.
532
- - Condition is not updated properly in the root while using 'setRules' method.
533
-
534
- ## 17.2.28-beta (2019-06-27)
535
-
536
- ### QueryBuilder
537
-
538
- #### New Features
539
-
540
- - Provided localization support for 'AND/OR' conditions.
541
-
542
- ## 17.1.50 (2019-06-04)
543
-
544
- ### QueryBuilder
545
-
546
- #### Bug Fixes
547
-
548
- - Selected value not maintained properly for radiobutton field.
549
-
550
- ## 17.1.49 (2019-05-29)
551
-
552
- ### QueryBuilder
553
-
554
- #### Bug Fixes
555
-
556
- - DataManager related issue resolved.
557
-
558
- ## 17.1.48 (2019-05-21)
559
-
560
- ### QueryBuilder
561
-
562
- #### Bug Fixes
563
-
564
- - Provided public method for get the rule by the rule Id.
565
- - Date format issue in dd/mm/yyyy format.
566
- - Selected value not maintained properly for radiobutton field.
567
-
568
- ## 17.1.47 (2019-05-14)
569
-
570
- ### QueryBuilder
571
-
572
- #### New Features
573
-
574
- - Provided `case sensitive` support.
575
- - Provided default value option support for column fields.
576
- - Provided groupBy support for columns.
577
-
578
- #### Bug Fixes
579
-
580
- - Updating conditions throws script error after using 'setRules' method.
581
- - Rule with AND operator is not properly updated in ASP.NET MVC and Core.
582
- - Multiselect datasource not properly updated for in and notin operators.
583
- - Provided option for handling data source request on demand.
584
-
585
- ## 17.1.43 (2019-04-30)
586
-
587
- ### QueryBuilder
588
-
589
- #### Bug Fixes
590
-
591
- - Multiselect datasource not properly updated for in and notin operators.
592
-
593
- ## 17.1.42 (2019-04-23)
594
-
595
- ### QueryBuilder
596
-
597
- #### Bug Fixes
598
-
599
- - Rule with AND operator is not properly updated in ASP.NET MVC and Core.
600
-
601
- ## 17.1.40 (2019-04-09)
602
-
603
- ### QueryBuilder
604
-
605
- #### Bug Fixes
606
-
607
- - Updating conditions throws script error after using 'setRules' method.
608
-
609
- ## 17.1.38 (2019-03-29)
610
-
611
- ### QueryBuilder
612
-
613
- #### Breaking Changes
614
-
615
- - The following events are renamed.
616
-
617
- | Existing Event Name | New Event Name |
618
- |---|---|
619
- | beforeConditionChange | beforeChange |
620
- | beforeFieldChange | beforeChange |
621
- | beforeOperatorChange | beforeChange |
622
- | beforeValueChange | beforeChange |
623
- | conditionChanged | change |
624
- | fieldChanged | change |
625
- | operatorChanged | change |
626
- | valueChanged | change |
627
- | groupDelete | change |
628
- | groupInsert | change |
629
- | ruleDelete | change |
630
- | ruleInsert | change |
631
-
632
- - Modified the return type of 'getFilteredRecords' method from object collection to promise.
633
- - Renamed the 'RulesModel' class to 'RuleModel' and removed the 'RulesModel' class.
634
-
635
- #### Bug Fixes
636
-
637
- - Between Operator produces incorrect SQL is fixed.
638
- - Issue with binding boolean values to radio button is fixed.
639
- - Introduced new event 'RuleChange' which triggers once the current Rule is different from the older Rule.
640
-
641
- ## 17.1.32-beta (2019-03-13)
642
-
643
- ### QueryBuilder
644
-
645
- #### Breaking Changes
646
-
647
- - The following events are renamed.
648
-
649
- | Existing Event Name | New Event Name |
650
- |---|---|
651
- | beforeConditionChange | beforeChange |
652
- | beforeFieldChange | beforeChange |
653
- | beforeOperatorChange | beforeChange |
654
- | beforeValueChange | beforeChange |
655
- | conditionChanged | change |
656
- | fieldChanged | change |
657
- | operatorChanged | change |
658
- | valueChanged | change |
659
- | groupDelete | change |
660
- | groupInsert | change |
661
- | ruleDelete | change |
662
- | ruleInsert | change |
663
-
664
- #### Bug Fixes
665
-
666
- - Between Operator produces incorrect SQL is fixed.
667
-
668
- ## 16.4.54 (2019-02-19)
669
-
670
- ### QueryBuilder
671
-
672
- #### Bug Fixes
673
-
674
- - 'Add Group' option is not disabled while setting groupInsert as false is fixed.
675
-
676
- ## 16.4.52 (2019-02-05)
677
-
678
- ### QueryBuilder
679
-
680
- #### New Features
681
-
682
- - Provided `Summary view` support.
683
-
684
- ## 16.4.44 (2018-12-24)
685
-
686
- ### QueryBuilder
687
-
688
- #### Bug Fixes
689
-
690
- - Introduced validateFields method for validation.
691
-
692
- ## 16.4.40-beta (2018-12-10)
693
-
694
- ### QueryBuilder
695
-
696
- 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.
697
-
698
-
699
- - **Data binding**: It auto populates the data source and maps the data to the appropriate fields.
700
- - **Template**: Supports templates and it is applicable for all input components.
701
- - **Queries**: Queries supports JSON/SQL rules.
702
-
703
-
704
- ## 18.2.47 (2020-07-28)
705
-
706
- ### QueryBuilder
707
-
708
- #### Bug Fixes
709
-
710
- `#F156190` - Not able to select value field using 'IN' operator in production mode issue fixed.
711
-
712
-