@syncfusion/ej2-querybuilder 23.1.41 → 23.2.4
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.
- package/CHANGELOG.md +10 -0
- package/dist/ej2-querybuilder.min.js +2 -2
- package/dist/ej2-querybuilder.umd.min.js +2 -2
- package/dist/ej2-querybuilder.umd.min.js.map +1 -1
- package/dist/es6/ej2-querybuilder.es2015.js +3 -0
- package/dist/es6/ej2-querybuilder.es2015.js.map +1 -1
- package/dist/es6/ej2-querybuilder.es5.js +3 -0
- package/dist/es6/ej2-querybuilder.es5.js.map +1 -1
- package/dist/global/ej2-querybuilder.min.js +2 -2
- package/dist/global/ej2-querybuilder.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +11 -11
- package/src/query-builder/query-builder.js +3 -0
- package/styles/bootstrap-dark.css +5 -0
- package/styles/bootstrap5-dark.css +2 -1
- package/styles/bootstrap5.css +2 -1
- package/styles/fabric-dark.css +5 -0
- package/styles/fluent-dark.css +2 -1
- package/styles/fluent.css +2 -1
- package/styles/highcontrast.css +5 -0
- package/styles/query-builder/bootstrap-dark.css +5 -0
- package/styles/query-builder/bootstrap5-dark.css +2 -1
- package/styles/query-builder/bootstrap5.css +2 -1
- package/styles/query-builder/fabric-dark.css +5 -0
- package/styles/query-builder/fluent-dark.css +2 -1
- package/styles/query-builder/fluent.css +2 -1
- package/styles/query-builder/highcontrast.css +5 -0
- package/styles/query-builder/tailwind-dark.css +2 -1
- package/styles/query-builder/tailwind.css +2 -1
- package/styles/tailwind-dark.css +2 -1
- package/styles/tailwind.css +2 -1
package/dist/global/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: index.d.ts
|
|
3
|
-
* version : 23.
|
|
3
|
+
* version : 23.2.4
|
|
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
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-querybuilder@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-querybuilder@23.1.
|
|
3
|
+
"_id": "@syncfusion/ej2-querybuilder@23.1.44",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-IcR74xiz/zdv6qCWLWz0dH0ZnXBJWeCUG9bxlzNFbuqI7OttNjX6RXKrAka7BrXosXcX5PZ0DANgALWyh0wuVQ==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-querybuilder",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -23,8 +23,8 @@
|
|
|
23
23
|
"/@syncfusion/ej2-react-querybuilder",
|
|
24
24
|
"/@syncfusion/ej2-vue-querybuilder"
|
|
25
25
|
],
|
|
26
|
-
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-querybuilder/-/ej2-querybuilder-23.1.
|
|
27
|
-
"_shasum": "
|
|
26
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-querybuilder/-/ej2-querybuilder-23.1.44.tgz",
|
|
27
|
+
"_shasum": "9dc4dfd9b3ec3938216d3168cc519c83310192ba",
|
|
28
28
|
"_spec": "@syncfusion/ej2-querybuilder@*",
|
|
29
29
|
"_where": "/jenkins/workspace/elease-automation_release_23.1.1/packages/included",
|
|
30
30
|
"author": {
|
|
@@ -32,12 +32,12 @@
|
|
|
32
32
|
},
|
|
33
33
|
"bundleDependencies": false,
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@syncfusion/ej2-base": "~23.
|
|
36
|
-
"@syncfusion/ej2-buttons": "~23.
|
|
37
|
-
"@syncfusion/ej2-calendars": "~23.
|
|
38
|
-
"@syncfusion/ej2-dropdowns": "~23.
|
|
39
|
-
"@syncfusion/ej2-inputs": "~23.
|
|
40
|
-
"@syncfusion/ej2-splitbuttons": "~23.
|
|
35
|
+
"@syncfusion/ej2-base": "~23.2.4",
|
|
36
|
+
"@syncfusion/ej2-buttons": "~23.2.4",
|
|
37
|
+
"@syncfusion/ej2-calendars": "~23.2.4",
|
|
38
|
+
"@syncfusion/ej2-dropdowns": "~23.2.4",
|
|
39
|
+
"@syncfusion/ej2-inputs": "~23.2.4",
|
|
40
|
+
"@syncfusion/ej2-splitbuttons": "~23.2.4"
|
|
41
41
|
},
|
|
42
42
|
"deprecated": false,
|
|
43
43
|
"description": "Essential JS 2 QueryBuilder",
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"url": "https://github.com/syncfusion/ej2-javascript-ui-controls/tree/master/controls/querybuilder"
|
|
67
67
|
},
|
|
68
68
|
"typings": "index.d.ts",
|
|
69
|
-
"version": "23.
|
|
69
|
+
"version": "23.2.4",
|
|
70
70
|
"sideEffects": false,
|
|
71
71
|
"homepage": "https://www.syncfusion.com/javascript-ui-controls"
|
|
72
72
|
}
|
|
@@ -3292,6 +3292,9 @@ var QueryBuilder = /** @class */ (function (_super) {
|
|
|
3292
3292
|
this.element.style.height = this.height;
|
|
3293
3293
|
break;
|
|
3294
3294
|
case 'rule':
|
|
3295
|
+
if (this.rule.rules.length == 0 && !isNullOrUndefined(this.rule)) {
|
|
3296
|
+
this.reset();
|
|
3297
|
+
}
|
|
3295
3298
|
this.rule = newProp.rule;
|
|
3296
3299
|
newProp.rule = this.getRuleCollection(this.rule, false);
|
|
3297
3300
|
break;
|
|
@@ -131,6 +131,11 @@
|
|
|
131
131
|
width: 40px;
|
|
132
132
|
}
|
|
133
133
|
|
|
134
|
+
.e-multi-select-wrapper .e-searcher input[type=text],
|
|
135
|
+
.e-multi-select-wrapper .e-multi-searcher input[type=text] {
|
|
136
|
+
color: #fff;
|
|
137
|
+
}
|
|
138
|
+
|
|
134
139
|
/* stylelint-disable-line no-empty-source */
|
|
135
140
|
/* stylelint-disable property-no-vendor-prefix */
|
|
136
141
|
@keyframes material-spinner-rotate {
|
package/styles/bootstrap5.css
CHANGED
|
@@ -170,7 +170,8 @@
|
|
|
170
170
|
width: 24px;
|
|
171
171
|
}
|
|
172
172
|
|
|
173
|
-
.e-multi-select-wrapper .e-searcher input[type=text]
|
|
173
|
+
.e-multi-select-wrapper .e-searcher input[type=text],
|
|
174
|
+
.e-multi-select-wrapper .e-multi-searcher input[type=text] {
|
|
174
175
|
color: #212529;
|
|
175
176
|
height: 100%;
|
|
176
177
|
}
|
package/styles/fabric-dark.css
CHANGED
|
@@ -98,6 +98,11 @@
|
|
|
98
98
|
margin: 2px 2px 2px 0;
|
|
99
99
|
}
|
|
100
100
|
|
|
101
|
+
.e-multi-select-wrapper .e-searcher input[type=text],
|
|
102
|
+
.e-multi-select-wrapper .e-multi-searcher input[type=text] {
|
|
103
|
+
color: #fff;
|
|
104
|
+
}
|
|
105
|
+
|
|
101
106
|
/* stylelint-disable-line no-empty-source */
|
|
102
107
|
/* stylelint-disable property-no-vendor-prefix */
|
|
103
108
|
@keyframes material-spinner-rotate {
|
package/styles/fluent-dark.css
CHANGED
|
@@ -150,7 +150,8 @@
|
|
|
150
150
|
width: 24px;
|
|
151
151
|
}
|
|
152
152
|
|
|
153
|
-
.e-multi-select-wrapper .e-searcher input[type=text]
|
|
153
|
+
.e-multi-select-wrapper .e-searcher input[type=text],
|
|
154
|
+
.e-multi-select-wrapper .e-multi-searcher input[type=text] {
|
|
154
155
|
color: #f3f2f1;
|
|
155
156
|
height: 100%;
|
|
156
157
|
}
|
package/styles/fluent.css
CHANGED
|
@@ -150,7 +150,8 @@
|
|
|
150
150
|
width: 24px;
|
|
151
151
|
}
|
|
152
152
|
|
|
153
|
-
.e-multi-select-wrapper .e-searcher input[type=text]
|
|
153
|
+
.e-multi-select-wrapper .e-searcher input[type=text],
|
|
154
|
+
.e-multi-select-wrapper .e-multi-searcher input[type=text] {
|
|
154
155
|
color: #201f1e;
|
|
155
156
|
height: 100%;
|
|
156
157
|
}
|
package/styles/highcontrast.css
CHANGED
|
@@ -177,6 +177,11 @@
|
|
|
177
177
|
width: 30px;
|
|
178
178
|
}
|
|
179
179
|
|
|
180
|
+
.e-multi-select-wrapper .e-searcher input[type=text],
|
|
181
|
+
.e-multi-select-wrapper .e-multi-searcher input[type=text] {
|
|
182
|
+
color: #fff;
|
|
183
|
+
}
|
|
184
|
+
|
|
180
185
|
/* stylelint-disable-line no-empty-source */
|
|
181
186
|
/* stylelint-disable property-no-vendor-prefix */
|
|
182
187
|
@keyframes material-spinner-rotate {
|
|
@@ -131,6 +131,11 @@
|
|
|
131
131
|
width: 40px;
|
|
132
132
|
}
|
|
133
133
|
|
|
134
|
+
.e-multi-select-wrapper .e-searcher input[type=text],
|
|
135
|
+
.e-multi-select-wrapper .e-multi-searcher input[type=text] {
|
|
136
|
+
color: #fff;
|
|
137
|
+
}
|
|
138
|
+
|
|
134
139
|
/* stylelint-disable-line no-empty-source */
|
|
135
140
|
/* stylelint-disable property-no-vendor-prefix */
|
|
136
141
|
@keyframes material-spinner-rotate {
|
|
@@ -170,7 +170,8 @@
|
|
|
170
170
|
width: 24px;
|
|
171
171
|
}
|
|
172
172
|
|
|
173
|
-
.e-multi-select-wrapper .e-searcher input[type=text]
|
|
173
|
+
.e-multi-select-wrapper .e-searcher input[type=text],
|
|
174
|
+
.e-multi-select-wrapper .e-multi-searcher input[type=text] {
|
|
174
175
|
color: #212529;
|
|
175
176
|
height: 100%;
|
|
176
177
|
}
|
|
@@ -98,6 +98,11 @@
|
|
|
98
98
|
margin: 2px 2px 2px 0;
|
|
99
99
|
}
|
|
100
100
|
|
|
101
|
+
.e-multi-select-wrapper .e-searcher input[type=text],
|
|
102
|
+
.e-multi-select-wrapper .e-multi-searcher input[type=text] {
|
|
103
|
+
color: #fff;
|
|
104
|
+
}
|
|
105
|
+
|
|
101
106
|
/* stylelint-disable-line no-empty-source */
|
|
102
107
|
/* stylelint-disable property-no-vendor-prefix */
|
|
103
108
|
@keyframes material-spinner-rotate {
|
|
@@ -150,7 +150,8 @@
|
|
|
150
150
|
width: 24px;
|
|
151
151
|
}
|
|
152
152
|
|
|
153
|
-
.e-multi-select-wrapper .e-searcher input[type=text]
|
|
153
|
+
.e-multi-select-wrapper .e-searcher input[type=text],
|
|
154
|
+
.e-multi-select-wrapper .e-multi-searcher input[type=text] {
|
|
154
155
|
color: #f3f2f1;
|
|
155
156
|
height: 100%;
|
|
156
157
|
}
|
|
@@ -150,7 +150,8 @@
|
|
|
150
150
|
width: 24px;
|
|
151
151
|
}
|
|
152
152
|
|
|
153
|
-
.e-multi-select-wrapper .e-searcher input[type=text]
|
|
153
|
+
.e-multi-select-wrapper .e-searcher input[type=text],
|
|
154
|
+
.e-multi-select-wrapper .e-multi-searcher input[type=text] {
|
|
154
155
|
color: #201f1e;
|
|
155
156
|
height: 100%;
|
|
156
157
|
}
|
|
@@ -177,6 +177,11 @@
|
|
|
177
177
|
width: 30px;
|
|
178
178
|
}
|
|
179
179
|
|
|
180
|
+
.e-multi-select-wrapper .e-searcher input[type=text],
|
|
181
|
+
.e-multi-select-wrapper .e-multi-searcher input[type=text] {
|
|
182
|
+
color: #fff;
|
|
183
|
+
}
|
|
184
|
+
|
|
180
185
|
/* stylelint-disable-line no-empty-source */
|
|
181
186
|
/* stylelint-disable property-no-vendor-prefix */
|
|
182
187
|
@keyframes material-spinner-rotate {
|
|
@@ -118,7 +118,8 @@
|
|
|
118
118
|
width: 28px;
|
|
119
119
|
}
|
|
120
120
|
|
|
121
|
-
.e-multi-select-wrapper .e-searcher input[type=text]
|
|
121
|
+
.e-multi-select-wrapper .e-searcher input[type=text],
|
|
122
|
+
.e-multi-select-wrapper .e-multi-searcher input[type=text] {
|
|
122
123
|
color: #111827;
|
|
123
124
|
height: 100%;
|
|
124
125
|
}
|
package/styles/tailwind-dark.css
CHANGED
package/styles/tailwind.css
CHANGED
|
@@ -118,7 +118,8 @@
|
|
|
118
118
|
width: 28px;
|
|
119
119
|
}
|
|
120
120
|
|
|
121
|
-
.e-multi-select-wrapper .e-searcher input[type=text]
|
|
121
|
+
.e-multi-select-wrapper .e-searcher input[type=text],
|
|
122
|
+
.e-multi-select-wrapper .e-multi-searcher input[type=text] {
|
|
122
123
|
color: #111827;
|
|
123
124
|
height: 100%;
|
|
124
125
|
}
|