@syncfusion/ej2-querybuilder 29.2.8 → 29.2.10
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/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 +2 -2
- package/dist/es6/ej2-querybuilder.es2015.js.map +1 -1
- package/dist/es6/ej2-querybuilder.es5.js +2 -2
- 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 +3 -3
- package/src/query-builder/query-builder.js +2 -2
package/dist/global/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: index.d.ts
|
|
3
|
-
* version : 29.2.
|
|
3
|
+
* version : 29.2.10
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2024. 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,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@syncfusion/ej2-querybuilder",
|
|
3
|
-
"version": "29.2.
|
|
3
|
+
"version": "29.2.10",
|
|
4
4
|
"description": "Essential JS 2 QueryBuilder",
|
|
5
5
|
"author": "Syncfusion Inc.",
|
|
6
6
|
"license": "SEE LICENSE IN license",
|
|
@@ -10,8 +10,8 @@
|
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"@syncfusion/ej2-base": "~29.2.4",
|
|
12
12
|
"@syncfusion/ej2-buttons": "~29.2.5",
|
|
13
|
-
"@syncfusion/ej2-calendars": "~29.2.
|
|
14
|
-
"@syncfusion/ej2-dropdowns": "~29.2.
|
|
13
|
+
"@syncfusion/ej2-calendars": "~29.2.10",
|
|
14
|
+
"@syncfusion/ej2-dropdowns": "~29.2.10",
|
|
15
15
|
"@syncfusion/ej2-inputs": "~29.2.5",
|
|
16
16
|
"@syncfusion/ej2-splitbuttons": "~29.2.4"
|
|
17
17
|
},
|
|
@@ -1343,7 +1343,7 @@ var QueryBuilder = /** @class */ (function (_super) {
|
|
|
1343
1343
|
else {
|
|
1344
1344
|
dragClsName = 'e-icons e-drag-qb-rule e-hidden';
|
|
1345
1345
|
}
|
|
1346
|
-
var spanDragElement = this.createElement('span', { attrs: { class: dragClsName, 'aria-
|
|
1346
|
+
var spanDragElement = this.createElement('span', { attrs: { class: dragClsName, 'aria-label': 'drag handle',
|
|
1347
1347
|
title: 'drag handle' } });
|
|
1348
1348
|
groupHdrElem.appendChild(spanDragElement);
|
|
1349
1349
|
var className = this.enableSeparateConnector && !isConnector ? 'e-lib e-btn-group e-qb-toggle-btn' : 'e-lib e-btn-group';
|
|
@@ -1401,7 +1401,7 @@ var QueryBuilder = /** @class */ (function (_super) {
|
|
|
1401
1401
|
else {
|
|
1402
1402
|
dragClsName = 'e-icons e-drag-qb-rule e-hidden';
|
|
1403
1403
|
}
|
|
1404
|
-
var spanDragElement = this.createElement('span', { attrs: { class: dragClsName, 'aria-
|
|
1404
|
+
var spanDragElement = this.createElement('span', { attrs: { class: dragClsName, 'aria-label': 'drag handle',
|
|
1405
1405
|
title: 'drag handle' } });
|
|
1406
1406
|
fieldElem.appendChild(spanDragElement);
|
|
1407
1407
|
var filterElem = this.createElement('input', { attrs: { type: 'text', class: 'e-filter-input' } });
|