@syncfusion/ej2-querybuilder 32.1.19 → 32.1.21
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 +10 -1
- package/dist/ej2-querybuilder.umd.min.js +10 -1
- package/dist/ej2-querybuilder.umd.min.js.map +1 -1
- package/dist/es6/ej2-querybuilder.es2015.js +1 -1
- package/dist/es6/ej2-querybuilder.es2015.js.map +1 -1
- package/dist/es6/ej2-querybuilder.es5.js +1 -1
- package/dist/es6/ej2-querybuilder.es5.js.map +1 -1
- package/dist/global/ej2-querybuilder.min.js +10 -1
- package/dist/global/ej2-querybuilder.min.js.map +1 -1
- package/dist/global/index.d.ts +9 -0
- package/package.json +5 -5
- package/src/query-builder/query-builder.js +1 -1
package/dist/global/index.d.ts
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* filename: index.d.ts
|
|
3
|
+
* version : 32.1.21
|
|
4
|
+
* Copyright Syncfusion Inc. 2001 - 2025. All rights reserved.
|
|
5
|
+
* Use of this code is subject to the terms of our license.
|
|
6
|
+
* A copy of the current license can be obtained at any time by e-mailing
|
|
7
|
+
* licensing@syncfusion.com. Any infringement will be prosecuted under
|
|
8
|
+
* applicable laws.
|
|
9
|
+
*/
|
|
1
10
|
import * as _querybuilder from '@syncfusion/ej2-querybuilder';
|
|
2
11
|
|
|
3
12
|
export declare namespace ej {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@syncfusion/ej2-querybuilder",
|
|
3
|
-
"version": "32.1.
|
|
3
|
+
"version": "32.1.21",
|
|
4
4
|
"description": "Essential JS 2 QueryBuilder",
|
|
5
5
|
"author": "Syncfusion Inc.",
|
|
6
6
|
"license": "SEE LICENSE IN license",
|
|
@@ -9,10 +9,10 @@
|
|
|
9
9
|
"es2015": "./dist/es6/ej2-querybuilder.es5.js",
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"@syncfusion/ej2-base": "~32.1.19",
|
|
12
|
-
"@syncfusion/ej2-buttons": "~32.1.
|
|
13
|
-
"@syncfusion/ej2-calendars": "~32.1.
|
|
14
|
-
"@syncfusion/ej2-dropdowns": "~32.1.
|
|
15
|
-
"@syncfusion/ej2-inputs": "~32.1.
|
|
12
|
+
"@syncfusion/ej2-buttons": "~32.1.21",
|
|
13
|
+
"@syncfusion/ej2-calendars": "~32.1.21",
|
|
14
|
+
"@syncfusion/ej2-dropdowns": "~32.1.21",
|
|
15
|
+
"@syncfusion/ej2-inputs": "~32.1.20",
|
|
16
16
|
"@syncfusion/ej2-splitbuttons": "~32.1.19"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {},
|
|
@@ -1358,7 +1358,7 @@ var QueryBuilder = /** @class */ (function (_super) {
|
|
|
1358
1358
|
};
|
|
1359
1359
|
QueryBuilder.prototype.renderToolTip = function (element) {
|
|
1360
1360
|
var tooltip = new Tooltip({
|
|
1361
|
-
content: this.l10n.getConstant('ValidationMessage'),
|
|
1361
|
+
content: this.l10n.getConstant('ValidationMessage'),
|
|
1362
1362
|
position: 'BottomCenter', cssClass: 'e-querybuilder-error', afterClose: function () {
|
|
1363
1363
|
tooltip.destroy();
|
|
1364
1364
|
}, beforeOpen: function (args) {
|