@syncfusion/ej2-vue-querybuilder 23.2.7 → 24.1.43

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 (38) hide show
  1. package/CHANGELOG.md +118 -3
  2. package/dist/ej2-vue-querybuilder.umd.min.js +1 -1
  3. package/dist/global/ej2-vue-querybuilder.min.js +2 -2
  4. package/package.json +9 -9
  5. package/styles/bootstrap-dark.css +1 -767
  6. package/styles/bootstrap.css +1 -752
  7. package/styles/bootstrap4.css +1 -876
  8. package/styles/bootstrap5-dark.css +1 -805
  9. package/styles/bootstrap5.css +1 -805
  10. package/styles/fabric-dark.css +1 -726
  11. package/styles/fabric.css +1 -708
  12. package/styles/fluent-dark.css +1 -788
  13. package/styles/fluent.css +1 -788
  14. package/styles/highcontrast-light.css +1 -792
  15. package/styles/highcontrast.css +1 -820
  16. package/styles/material-dark.css +1 -721
  17. package/styles/material.css +1 -746
  18. package/styles/material3-dark.css +1 -820
  19. package/styles/material3.css +1 -876
  20. package/styles/query-builder/bootstrap-dark.css +1 -767
  21. package/styles/query-builder/bootstrap.css +1 -752
  22. package/styles/query-builder/bootstrap4.css +1 -876
  23. package/styles/query-builder/bootstrap5-dark.css +1 -805
  24. package/styles/query-builder/bootstrap5.css +1 -805
  25. package/styles/query-builder/fabric-dark.css +1 -726
  26. package/styles/query-builder/fabric.css +1 -708
  27. package/styles/query-builder/fluent-dark.css +1 -788
  28. package/styles/query-builder/fluent.css +1 -788
  29. package/styles/query-builder/highcontrast-light.css +1 -792
  30. package/styles/query-builder/highcontrast.css +1 -820
  31. package/styles/query-builder/material-dark.css +1 -721
  32. package/styles/query-builder/material.css +1 -746
  33. package/styles/query-builder/material3-dark.css +1 -820
  34. package/styles/query-builder/material3.css +1 -876
  35. package/styles/query-builder/tailwind-dark.css +1 -743
  36. package/styles/query-builder/tailwind.css +1 -743
  37. package/styles/tailwind-dark.css +1 -743
  38. package/styles/tailwind.css +1 -743
package/CHANGELOG.md CHANGED
@@ -6,6 +6,22 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ - `#F510127` - Issue with Query builder rule does not gets changed dynamically has been fixed.
10
+
11
+ ## 24.1.41 (2023-12-18)
12
+
13
+ ### QueryBuilder
14
+
15
+ #### Bug Fixes
16
+
17
+ - `#F511006` - Issue with Date rule format value not updated properly while using two rule in Query builder has been fixed.
18
+
19
+ ## 23.2.7 (2023-12-05)
20
+
21
+ ### QueryBuilder
22
+
23
+ #### Bug Fixes
24
+
9
25
  - `#I510127` - Issue with Query builder rule does not changed dynamically has been fixed.
10
26
 
11
27
  ## 23.1.44 (2023-11-07)
@@ -30,6 +46,7 @@
30
46
 
31
47
  #### Bug Fixes
32
48
 
49
+ - `#I501292` - Issue with Query builder validation tooltip is not shows on second time has been fixed.
33
50
  - `#I499489` - Issue with read only property not working in dropdowntree field of QueryBuilder has been fixed.
34
51
 
35
52
  ## 23.1.38 (2023-09-26)
@@ -46,8 +63,106 @@
46
63
 
47
64
  #### Bug Fixes
48
65
 
49
- - `#I375472` Issue with Rule template default rendered while add condition/group in query builder, if first column as rule template has been fixed.
50
- - `#I388333` Issue with Value template not destroy properly when we use complex data source in query builder has been fixed.
66
+ - `#I493593` - Resolved the Script error thrown in `getRule` method of QueryBuilder while using change event.
67
+
68
+ ## 22.2.9 (2023-08-15)
69
+
70
+ ### QueryBuilder
71
+
72
+ #### Bug Fixes
73
+
74
+ - `#F183921` - Resolved the Script error thrown while changing Boolean value in dropdowntree fieldMode of QueryBuilder
75
+
76
+ ## 22.2.8 (2023-08-08)
77
+
78
+ ### QueryBuilder
79
+
80
+ #### Bug Fixes
81
+
82
+ - `#I469225` - Resolved the Custom operator not working properly in QueryBuilder While dynamically change locale property.
83
+
84
+ ## 22.1.38 (2023-07-11)
85
+
86
+ ### QueryBuilder
87
+
88
+ #### Bug Fixes
89
+
90
+ - `#I469225` - Resolved the Dropdown tree field selection related issue in the query builder.
91
+
92
+ ## 22.1.37 (2023-07-04)
93
+
94
+ ### QueryBuilder
95
+
96
+ #### Bug Fixes
97
+
98
+ - `#I44054` - Resolved the issue where importing SQL queries containing special characters.
99
+
100
+ ## 22.1.34 (2023-06-21)
101
+
102
+ ### QueryBuilder
103
+
104
+ #### Bug Fixes
105
+
106
+ - `#I460895` - Issue with Query builder template not render in Vue3 platform has been fixed.
107
+ - `#I448219` - Issue with Query builder validation not shown using `validateFields` method and scroll the page has been fixed.
108
+
109
+ ## 20.4.51 (2023-02-21)
110
+
111
+ ### QueryBuilder
112
+
113
+ #### Bug Fixes
114
+
115
+ - `#I430220` - Issue with Value template issue with complex data binding of query builder has been fixed.
116
+ - `#I428779` - Issue with Providing the single quotes in SQL string support to query builder has been fixed.
117
+
118
+ ## 20.4.42 (2023-01-04)
119
+
120
+ ### QueryBuilder
121
+
122
+ #### Bug Fixes
123
+
124
+ - `#F31632` - Accessibility issue in Query Builder has been resolved.
125
+
126
+ ## 20.4.40 (2022-12-28)
127
+
128
+ ### QueryBuilder
129
+
130
+ #### Bug Fixes
131
+
132
+ - `#F178375` - Issue with Browser window get freezes when we set the Invalid SQL rule to query builder has been fixed.
133
+ - `#I423706` - Issue with Field Dropdown list popups get collapses when we use `validateFields` method in query builder has been fixed
134
+
135
+ ## 20.4.38 (2022-12-21)
136
+
137
+ ### QueryBuilder
138
+
139
+ #### Bug Fixes
140
+
141
+ - `#F420982` - Issue with `getValidRules` method of query builder returns empty group has been fixed.
142
+ - `#I404520` - Provided Localization support SQL query builder operators.
143
+ - `#F178375` - Issue with Browser window get freezes when we set the Invalid SQL rule to query builder has been fixed.
144
+ - `#I408324` - Issue with Script errors throwing in validating query builder fields while double click has been fixed.
145
+ - `#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.
146
+
147
+ ## 20.3.47 (2022-09-29)
148
+
149
+ ### QueryBuilder
150
+
151
+ #### Bug Fixes
152
+
153
+ - `#I391922` - Issue with Show Buttons option in query builder has been fixed.
154
+ - `#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.
155
+ - `#I375472` - Issue with Change event not trigger for changing field for default column to rule template column in query builder has been fixed.
156
+ - `#I394878` - Issue with Date type Between value not render properly while using `setRulesFromSql` method has been fixed
157
+
158
+ ## 20.2.40 (2022-07-26)
159
+
160
+ ### QueryBuilder
161
+
162
+ #### Bug Fixes
163
+
164
+ - `#I375472` - Issue with Rule template default rendered while add condition/group in query builder, if first column as rule template has been fixed.
165
+ - `#I388333` - Issue with Value template not destroy properly when we use complex data source in query builder has been fixed.
51
166
 
52
167
  ## 19.3.45 (2021-10-12)
53
168
 
@@ -64,7 +179,7 @@
64
179
 
65
180
  #### New Features
66
181
 
67
- - Provided Dropdown Tree component support in Complex data binding.
182
+ - Provided Dropdown Tree component support in Complex data binding
68
183
 
69
184
  ## 19.2.59 (2021-08-31)
70
185
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-vue-querybuilder.umd.min.js
3
- * version : 23.2.7
3
+ * version : 24.1.43
4
4
  * Copyright Syncfusion Inc. 2001 - 2023. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing