@syncfusion/ej2-angular-querybuilder 25.2.3-ngcc → 25.2.4-ngcc
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 +8 -0
- package/dist/ej2-angular-querybuilder.umd.js +22 -69
- package/dist/ej2-angular-querybuilder.umd.min.js +1 -1
- package/package.json +7 -7
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,14 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#I585876` - Removing the isLocked property from query builder rules when the rule/group is not locked / unlocked.
|
|
10
|
+
|
|
11
|
+
## 25.2.3 (2024-05-08)
|
|
12
|
+
|
|
13
|
+
### QueryBuilder
|
|
14
|
+
|
|
15
|
+
#### Bug Fixes
|
|
16
|
+
|
|
9
17
|
- `#F187657` - Provided the input event support for QueryBuilder numeric textbox value changes.
|
|
10
18
|
- `#I585320` - Issue with Query builder dropdown list element removed when placed two query builder in same page while calling refresh method has been fixed.
|
|
11
19
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-angular-querybuilder.umd.js
|
|
3
|
-
* version : 25.2.
|
|
3
|
+
* version : 25.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
|
|
@@ -39,23 +39,10 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
39
39
|
};
|
|
40
40
|
var input = ['category', 'columns', 'field', 'format', 'label', 'operators', 'ruleTemplate', 'step', 'template', 'type', 'validation', 'value', 'values'];
|
|
41
41
|
var outputs = [];
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
* It must be contained in a QueryBuilder component(`ejs-querybuilder`).
|
|
45
|
-
* ```html
|
|
46
|
-
* <ejs-querybuilder [dataSource]='data'>
|
|
47
|
-
* <e-columns>
|
|
48
|
-
* <e-column field='ID' label='ID' type='number'></e-column>
|
|
49
|
-
* <e-column field='Date' label='Date' type='date' format='dd/MM/yyyy'></e-column>
|
|
50
|
-
* </e-columns>
|
|
51
|
-
* </ejs-querybuilder>
|
|
52
|
-
* ```
|
|
53
|
-
*/
|
|
54
|
-
var ColumnDirective = /** @class */ (function (_super) {
|
|
42
|
+
|
|
43
|
+
var ColumnDirective = (function (_super) {
|
|
55
44
|
__extends(ColumnDirective, _super);
|
|
56
|
-
|
|
57
|
-
* @param {?} viewContainerRef
|
|
58
|
-
*/
|
|
45
|
+
|
|
59
46
|
function ColumnDirective(viewContainerRef) {
|
|
60
47
|
var _this = _super.call(this) || this;
|
|
61
48
|
_this.viewContainerRef = viewContainerRef;
|
|
@@ -74,9 +61,7 @@ ColumnDirective.decorators = [
|
|
|
74
61
|
queries: {}
|
|
75
62
|
},] },
|
|
76
63
|
];
|
|
77
|
-
|
|
78
|
-
* @nocollapse
|
|
79
|
-
*/
|
|
64
|
+
|
|
80
65
|
ColumnDirective.ctorParameters = function () { return [
|
|
81
66
|
{ type: core.ViewContainerRef, },
|
|
82
67
|
]; };
|
|
@@ -92,10 +77,8 @@ __decorate([
|
|
|
92
77
|
ej2AngularBase.Template(),
|
|
93
78
|
__metadata("design:type", Object)
|
|
94
79
|
], ColumnDirective.prototype, "template", void 0);
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
*/
|
|
98
|
-
var ColumnsDirective = /** @class */ (function (_super) {
|
|
80
|
+
|
|
81
|
+
var ColumnsDirective = (function (_super) {
|
|
99
82
|
__extends(ColumnsDirective, _super);
|
|
100
83
|
function ColumnsDirective() {
|
|
101
84
|
return _super.call(this, 'columns') || this;
|
|
@@ -110,9 +93,7 @@ ColumnsDirective.decorators = [
|
|
|
110
93
|
},
|
|
111
94
|
},] },
|
|
112
95
|
];
|
|
113
|
-
|
|
114
|
-
* @nocollapse
|
|
115
|
-
*/
|
|
96
|
+
|
|
116
97
|
ColumnsDirective.ctorParameters = function () { return []; };
|
|
117
98
|
var __decorate$1 = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
118
99
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
@@ -131,20 +112,10 @@ var __metadata$1 = (this && this.__metadata) || function (k, v) {
|
|
|
131
112
|
var inputs = ['addRuleToNewGroups', 'allowValidation', 'autoSelectField', 'autoSelectOperator', 'columns', 'cssClass', 'dataSource', 'displayMode', 'enableNotCondition', 'enablePersistence', 'enableRtl', 'fieldMode', 'fieldModel', 'headerTemplate', 'height', 'immediateModeDelay', 'locale', 'matchCase', 'maxGroupCount', 'operatorModel', 'readonly', 'rule', 'separator', 'showButtons', 'sortDirection', 'summaryView', 'valueModel', 'width'];
|
|
132
113
|
var outputs$1 = ['actionBegin', 'beforeChange', 'change', 'created', 'dataBound', 'ruleChange'];
|
|
133
114
|
var twoWays = [''];
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
* ```html
|
|
137
|
-
* <ejs-querybuilder></ejs-querybuilder>
|
|
138
|
-
* ```
|
|
139
|
-
*/
|
|
140
|
-
exports.QueryBuilderComponent = /** @class */ (function (_super) {
|
|
115
|
+
|
|
116
|
+
exports.QueryBuilderComponent = (function (_super) {
|
|
141
117
|
__extends(QueryBuilderComponent, _super);
|
|
142
|
-
|
|
143
|
-
* @param {?} ngEle
|
|
144
|
-
* @param {?} srenderer
|
|
145
|
-
* @param {?} viewContainerRef
|
|
146
|
-
* @param {?} injector
|
|
147
|
-
*/
|
|
118
|
+
|
|
148
119
|
function QueryBuilderComponent(ngEle, srenderer, viewContainerRef, injector) {
|
|
149
120
|
var _this = _super.call(this) || this;
|
|
150
121
|
_this.ngEle = ngEle;
|
|
@@ -167,27 +138,19 @@ exports.QueryBuilderComponent = /** @class */ (function (_super) {
|
|
|
167
138
|
_this.context = new ej2AngularBase.ComponentBase();
|
|
168
139
|
return _this;
|
|
169
140
|
}
|
|
170
|
-
|
|
171
|
-
* @return {?}
|
|
172
|
-
*/
|
|
141
|
+
|
|
173
142
|
QueryBuilderComponent.prototype.ngOnInit = function () {
|
|
174
143
|
this.context.ngOnInit(this);
|
|
175
144
|
};
|
|
176
|
-
|
|
177
|
-
* @return {?}
|
|
178
|
-
*/
|
|
145
|
+
|
|
179
146
|
QueryBuilderComponent.prototype.ngAfterViewInit = function () {
|
|
180
147
|
this.context.ngAfterViewInit(this);
|
|
181
148
|
};
|
|
182
|
-
|
|
183
|
-
* @return {?}
|
|
184
|
-
*/
|
|
149
|
+
|
|
185
150
|
QueryBuilderComponent.prototype.ngOnDestroy = function () {
|
|
186
151
|
this.context.ngOnDestroy(this);
|
|
187
152
|
};
|
|
188
|
-
|
|
189
|
-
* @return {?}
|
|
190
|
-
*/
|
|
153
|
+
|
|
191
154
|
QueryBuilderComponent.prototype.ngAfterContentChecked = function () {
|
|
192
155
|
this.tagObjects[0].instance = this.childColumns;
|
|
193
156
|
this.context.ngAfterContentChecked(this);
|
|
@@ -206,9 +169,7 @@ exports.QueryBuilderComponent.decorators = [
|
|
|
206
169
|
}
|
|
207
170
|
},] },
|
|
208
171
|
];
|
|
209
|
-
|
|
210
|
-
* @nocollapse
|
|
211
|
-
*/
|
|
172
|
+
|
|
212
173
|
exports.QueryBuilderComponent.ctorParameters = function () { return [
|
|
213
174
|
{ type: core.ElementRef, },
|
|
214
175
|
{ type: core.Renderer2, },
|
|
@@ -229,10 +190,8 @@ exports.QueryBuilderComponent = __decorate$1([
|
|
|
229
190
|
core.ViewContainerRef,
|
|
230
191
|
core.Injector])
|
|
231
192
|
], exports.QueryBuilderComponent);
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
*/
|
|
235
|
-
var QueryBuilderModule = /** @class */ (function () {
|
|
193
|
+
|
|
194
|
+
var QueryBuilderModule = (function () {
|
|
236
195
|
function QueryBuilderModule() {
|
|
237
196
|
}
|
|
238
197
|
return QueryBuilderModule;
|
|
@@ -252,15 +211,11 @@ QueryBuilderModule.decorators = [
|
|
|
252
211
|
]
|
|
253
212
|
},] },
|
|
254
213
|
];
|
|
255
|
-
|
|
256
|
-
* @nocollapse
|
|
257
|
-
*/
|
|
214
|
+
|
|
258
215
|
QueryBuilderModule.ctorParameters = function () { return []; };
|
|
259
216
|
var QueryLibraryService = { provide: 'QueryBuilderQueryLibrary', useValue: ej2Querybuilder.QueryLibrary };
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
*/
|
|
263
|
-
var QueryBuilderAllModule = /** @class */ (function () {
|
|
217
|
+
|
|
218
|
+
var QueryBuilderAllModule = (function () {
|
|
264
219
|
function QueryBuilderAllModule() {
|
|
265
220
|
}
|
|
266
221
|
return QueryBuilderAllModule;
|
|
@@ -276,9 +231,7 @@ QueryBuilderAllModule.decorators = [
|
|
|
276
231
|
]
|
|
277
232
|
},] },
|
|
278
233
|
];
|
|
279
|
-
|
|
280
|
-
* @nocollapse
|
|
281
|
-
*/
|
|
234
|
+
|
|
282
235
|
QueryBuilderAllModule.ctorParameters = function () { return []; };
|
|
283
236
|
|
|
284
237
|
exports.ColumnDirective = ColumnDirective;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-angular-querybuilder.umd.min.js
|
|
3
|
-
* version : 25.2.
|
|
3
|
+
* version : 25.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-angular-querybuilder@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-angular-querybuilder@25.
|
|
3
|
+
"_id": "@syncfusion/ej2-angular-querybuilder@25.2.3",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-fDsiIo2QKMd0Qu5rJBDlEpqjB0PZK7Jm5tSK1m6c/YmDDxTTGY6rl0hdAsZETA1/HzD/dQl42f1OW697OHIhtw==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-angular-querybuilder",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-querybuilder/-/ej2-angular-querybuilder-25.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-querybuilder/-/ej2-angular-querybuilder-25.2.3.tgz",
|
|
23
|
+
"_shasum": "3607dbc25eb33833959490ed20f63a621e11362a",
|
|
24
24
|
"_spec": "@syncfusion/ej2-angular-querybuilder@*",
|
|
25
25
|
"_where": "/jenkins/workspace/elease-automation_release_25.1.1/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-angular-base": "~25.2.
|
|
34
|
+
"@syncfusion/ej2-angular-base": "~25.2.4",
|
|
35
35
|
"@syncfusion/ej2-base": "~25.2.3",
|
|
36
|
-
"@syncfusion/ej2-querybuilder": "25.2.
|
|
36
|
+
"@syncfusion/ej2-querybuilder": "25.2.4"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
39
39
|
"description": "Essential JS 2 QueryBuilder for Angular",
|
|
@@ -61,5 +61,5 @@
|
|
|
61
61
|
"schematics": "./schematics/collection.json",
|
|
62
62
|
"sideEffects": false,
|
|
63
63
|
"typings": "ej2-angular-querybuilder.d.ts",
|
|
64
|
-
"version": "25.2.
|
|
64
|
+
"version": "25.2.4-ngcc"
|
|
65
65
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const pkgName = "@syncfusion/ej2-angular-querybuilder";
|
|
2
|
-
export declare const pkgVer = "^25.
|
|
2
|
+
export declare const pkgVer = "^25.2.3";
|
|
3
3
|
export declare const moduleName = "QueryBuilderModule";
|
|
4
|
-
export declare const themeVer = "~25.
|
|
4
|
+
export declare const themeVer = "~25.2.3";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.pkgName = '@syncfusion/ej2-angular-querybuilder';
|
|
4
|
-
exports.pkgVer = '^25.2.
|
|
4
|
+
exports.pkgVer = '^25.2.4';
|
|
5
5
|
exports.moduleName = 'QueryBuilderModule';
|
|
6
|
-
exports.themeVer = '~25.2.
|
|
6
|
+
exports.themeVer = '~25.2.4';
|