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

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