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

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