@syncfusion/ej2-vue-querybuilder 20.2.50 → 20.3.47
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 +2 -43
- package/dist/ej2-vue-querybuilder.umd.min.js +1 -1
- package/dist/es6/ej2-vue-querybuilder.es2015.js +9 -11
- package/dist/es6/ej2-vue-querybuilder.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-querybuilder.es5.js +9 -11
- package/dist/es6/ej2-vue-querybuilder.es5.js.map +1 -1
- package/dist/global/ej2-vue-querybuilder.min.js +2 -2
- package/package.json +8 -8
- package/src/query-builder/columns.directive.d.ts +0 -1
- package/src/query-builder/columns.directive.js +5 -6
- package/src/query-builder/querybuilder.component.d.ts +0 -1
- package/src/query-builder/querybuilder.component.js +3 -4
- package/styles/bootstrap-dark.css +2 -0
- package/styles/bootstrap.css +2 -0
- package/styles/bootstrap4.css +2 -0
- package/styles/bootstrap5-dark.css +2 -0
- package/styles/bootstrap5.css +2 -0
- package/styles/fabric-dark.css +2 -0
- package/styles/fabric.css +2 -0
- package/styles/fluent-dark.css +2 -0
- package/styles/fluent.css +2 -0
- package/styles/highcontrast-light.css +5 -0
- package/styles/highcontrast.css +5 -0
- package/styles/material-dark.css +2 -0
- package/styles/material.css +2 -0
- package/styles/query-builder/bootstrap-dark.css +2 -0
- package/styles/query-builder/bootstrap.css +2 -0
- package/styles/query-builder/bootstrap4.css +2 -0
- package/styles/query-builder/bootstrap5-dark.css +2 -0
- package/styles/query-builder/bootstrap5.css +2 -0
- package/styles/query-builder/fabric-dark.css +2 -0
- package/styles/query-builder/fabric.css +2 -0
- package/styles/query-builder/fluent-dark.css +2 -0
- package/styles/query-builder/fluent.css +2 -0
- package/styles/query-builder/highcontrast-light.css +5 -0
- package/styles/query-builder/highcontrast.css +5 -0
- package/styles/query-builder/material-dark.css +2 -0
- package/styles/query-builder/material.css +2 -0
- package/styles/query-builder/tailwind-dark.css +2 -0
- package/styles/query-builder/tailwind.css +2 -0
- package/styles/tailwind-dark.css +2 -0
- package/styles/tailwind.css +2 -0
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-vue-querybuilder@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-vue-querybuilder@
|
|
3
|
+
"_id": "@syncfusion/ej2-vue-querybuilder@18.19.1",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-pPvP+nQTZUXqUzvXyVX0nn/XkFssf6/KpTwHeq2J7DgVeETHrazywd6ADpJnQYmaqidT2qXImsQK5hgWgImDcg==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-vue-querybuilder",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "http://nexus.syncfusion.com/repository/ej2-
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-vue-querybuilder/-/ej2-vue-querybuilder-18.19.1.tgz",
|
|
23
|
+
"_shasum": "d27794c6c132d2a7bf9e0022c0c3773e133d3846",
|
|
24
24
|
"_spec": "@syncfusion/ej2-vue-querybuilder@*",
|
|
25
25
|
"_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-base": "~20.
|
|
35
|
-
"@syncfusion/ej2-querybuilder": "20.
|
|
36
|
-
"@syncfusion/ej2-vue-base": "~20.
|
|
34
|
+
"@syncfusion/ej2-base": "~20.3.47",
|
|
35
|
+
"@syncfusion/ej2-querybuilder": "20.3.47",
|
|
36
|
+
"@syncfusion/ej2-vue-base": "~20.3.47"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
39
39
|
"description": "Essential JS 2 QueryBuilder for Vue",
|
|
@@ -67,6 +67,6 @@
|
|
|
67
67
|
"scripts": {
|
|
68
68
|
"postinstall": "node ../ej2-vue-base/postinstall.js"
|
|
69
69
|
},
|
|
70
|
-
"version": "20.
|
|
70
|
+
"version": "20.3.47",
|
|
71
71
|
"sideEffects": false
|
|
72
72
|
}
|
|
@@ -17,12 +17,11 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
17
17
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
18
18
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
19
19
|
};
|
|
20
|
-
import { EJComponentDecorator, allVue, gh } from '@syncfusion/ej2-vue-base';
|
|
20
|
+
import { EJComponentDecorator, allVue, gh, isExecute } from '@syncfusion/ej2-vue-base';
|
|
21
21
|
import * as Vue3 from 'vue-class-component';
|
|
22
22
|
import { isNullOrUndefined } from '@syncfusion/ej2-base';
|
|
23
23
|
import Vue from 'vue';
|
|
24
24
|
import { Options } from 'vue-class-component';
|
|
25
|
-
export var isExecute = gh ? false : true;
|
|
26
25
|
var vueImport;
|
|
27
26
|
if (!isExecute || parseInt(allVue.version) < 3) {
|
|
28
27
|
vueImport = Vue3.Vue;
|
|
@@ -36,18 +35,18 @@ var ColumnsDirective = /** @class */ (function (_super) {
|
|
|
36
35
|
return _super.call(this, arguments) || this;
|
|
37
36
|
}
|
|
38
37
|
ColumnsDirective.prototype.render = function (createElement) {
|
|
39
|
-
if (
|
|
40
|
-
var h = gh
|
|
38
|
+
if (!isExecute) {
|
|
39
|
+
var h = !isExecute ? gh : createElement;
|
|
41
40
|
var slots = null;
|
|
42
41
|
if (!isNullOrUndefined(this.$slots.default)) {
|
|
43
|
-
slots =
|
|
42
|
+
slots = !isExecute ? this.$slots.default() : this.$slots.default;
|
|
44
43
|
}
|
|
45
44
|
return h('div', { class: 'e-directive' }, slots);
|
|
46
45
|
}
|
|
47
46
|
return;
|
|
48
47
|
};
|
|
49
48
|
ColumnsDirective.prototype.updated = function () {
|
|
50
|
-
if (
|
|
49
|
+
if (!isExecute && this.custom) {
|
|
51
50
|
this.custom();
|
|
52
51
|
}
|
|
53
52
|
};
|
|
@@ -17,7 +17,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
17
17
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
18
18
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
19
19
|
};
|
|
20
|
-
import { ComponentBase, EJComponentDecorator, getProps, gh } from '@syncfusion/ej2-vue-base';
|
|
20
|
+
import { ComponentBase, EJComponentDecorator, getProps, gh, isExecute } from '@syncfusion/ej2-vue-base';
|
|
21
21
|
import { isNullOrUndefined, getValue } from '@syncfusion/ej2-base';
|
|
22
22
|
import { QueryBuilder } from '@syncfusion/ej2-querybuilder';
|
|
23
23
|
import { ColumnsDirective, ColumnDirective, ColumnsPlugin, ColumnPlugin } from './columns.directive';
|
|
@@ -33,7 +33,6 @@ for (var _i = 0, modelProps_1 = modelProps; _i < modelProps_1.length; _i++) {
|
|
|
33
33
|
var props_1 = modelProps_1[_i];
|
|
34
34
|
emitProbs.push('update:' + props_1);
|
|
35
35
|
}
|
|
36
|
-
export var isExecute = gh ? false : true;
|
|
37
36
|
/**
|
|
38
37
|
* Represents the VueJS QueryBuilder Component.
|
|
39
38
|
* ```html
|
|
@@ -108,10 +107,10 @@ var QueryBuilderComponent = /** @class */ (function (_super) {
|
|
|
108
107
|
}
|
|
109
108
|
};
|
|
110
109
|
QueryBuilderComponent.prototype.render = function (createElement) {
|
|
111
|
-
var h = gh
|
|
110
|
+
var h = !isExecute ? gh : createElement;
|
|
112
111
|
var slots = null;
|
|
113
112
|
if (!isNullOrUndefined(this.$slots.default)) {
|
|
114
|
-
slots =
|
|
113
|
+
slots = !isExecute ? this.$slots.default() : this.$slots.default;
|
|
115
114
|
}
|
|
116
115
|
return h('div', slots);
|
|
117
116
|
};
|
package/styles/bootstrap.css
CHANGED
package/styles/bootstrap4.css
CHANGED
package/styles/bootstrap5.css
CHANGED
package/styles/fabric-dark.css
CHANGED
package/styles/fabric.css
CHANGED
package/styles/fluent-dark.css
CHANGED
package/styles/fluent.css
CHANGED
|
@@ -80,6 +80,9 @@
|
|
|
80
80
|
color: #000;
|
|
81
81
|
top: 12px;
|
|
82
82
|
}
|
|
83
|
+
.e-multiselect .e-multi-select-wrapper input {
|
|
84
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
85
|
+
}
|
|
83
86
|
.e-multiselect .e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder {
|
|
84
87
|
color: #4f4f4f;
|
|
85
88
|
font-family: inherit;
|
|
@@ -172,6 +175,8 @@
|
|
|
172
175
|
width: 30px;
|
|
173
176
|
}
|
|
174
177
|
|
|
178
|
+
/* stylelint-disable-line no-empty-source */
|
|
179
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
175
180
|
@keyframes material-spinner-rotate {
|
|
176
181
|
0% {
|
|
177
182
|
transform: rotate(0);
|
package/styles/highcontrast.css
CHANGED
|
@@ -80,6 +80,9 @@
|
|
|
80
80
|
color: #fff;
|
|
81
81
|
top: 12px;
|
|
82
82
|
}
|
|
83
|
+
.e-multiselect .e-multi-select-wrapper input {
|
|
84
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
85
|
+
}
|
|
83
86
|
.e-multiselect .e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder {
|
|
84
87
|
color: #969696;
|
|
85
88
|
font-family: inherit;
|
|
@@ -174,6 +177,8 @@
|
|
|
174
177
|
width: 30px;
|
|
175
178
|
}
|
|
176
179
|
|
|
180
|
+
/* stylelint-disable-line no-empty-source */
|
|
181
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
177
182
|
@keyframes material-spinner-rotate {
|
|
178
183
|
0% {
|
|
179
184
|
transform: rotate(0);
|
package/styles/material-dark.css
CHANGED
package/styles/material.css
CHANGED
|
@@ -80,6 +80,9 @@
|
|
|
80
80
|
color: #000;
|
|
81
81
|
top: 12px;
|
|
82
82
|
}
|
|
83
|
+
.e-multiselect .e-multi-select-wrapper input {
|
|
84
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
85
|
+
}
|
|
83
86
|
.e-multiselect .e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder {
|
|
84
87
|
color: #4f4f4f;
|
|
85
88
|
font-family: inherit;
|
|
@@ -172,6 +175,8 @@
|
|
|
172
175
|
width: 30px;
|
|
173
176
|
}
|
|
174
177
|
|
|
178
|
+
/* stylelint-disable-line no-empty-source */
|
|
179
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
175
180
|
@keyframes material-spinner-rotate {
|
|
176
181
|
0% {
|
|
177
182
|
transform: rotate(0);
|
|
@@ -80,6 +80,9 @@
|
|
|
80
80
|
color: #fff;
|
|
81
81
|
top: 12px;
|
|
82
82
|
}
|
|
83
|
+
.e-multiselect .e-multi-select-wrapper input {
|
|
84
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
85
|
+
}
|
|
83
86
|
.e-multiselect .e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder {
|
|
84
87
|
color: #969696;
|
|
85
88
|
font-family: inherit;
|
|
@@ -174,6 +177,8 @@
|
|
|
174
177
|
width: 30px;
|
|
175
178
|
}
|
|
176
179
|
|
|
180
|
+
/* stylelint-disable-line no-empty-source */
|
|
181
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
177
182
|
@keyframes material-spinner-rotate {
|
|
178
183
|
0% {
|
|
179
184
|
transform: rotate(0);
|
package/styles/tailwind-dark.css
CHANGED