@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.
Files changed (42) hide show
  1. package/CHANGELOG.md +2 -43
  2. package/dist/ej2-vue-querybuilder.umd.min.js +1 -1
  3. package/dist/es6/ej2-vue-querybuilder.es2015.js +9 -11
  4. package/dist/es6/ej2-vue-querybuilder.es2015.js.map +1 -1
  5. package/dist/es6/ej2-vue-querybuilder.es5.js +9 -11
  6. package/dist/es6/ej2-vue-querybuilder.es5.js.map +1 -1
  7. package/dist/global/ej2-vue-querybuilder.min.js +2 -2
  8. package/package.json +8 -8
  9. package/src/query-builder/columns.directive.d.ts +0 -1
  10. package/src/query-builder/columns.directive.js +5 -6
  11. package/src/query-builder/querybuilder.component.d.ts +0 -1
  12. package/src/query-builder/querybuilder.component.js +3 -4
  13. package/styles/bootstrap-dark.css +2 -0
  14. package/styles/bootstrap.css +2 -0
  15. package/styles/bootstrap4.css +2 -0
  16. package/styles/bootstrap5-dark.css +2 -0
  17. package/styles/bootstrap5.css +2 -0
  18. package/styles/fabric-dark.css +2 -0
  19. package/styles/fabric.css +2 -0
  20. package/styles/fluent-dark.css +2 -0
  21. package/styles/fluent.css +2 -0
  22. package/styles/highcontrast-light.css +5 -0
  23. package/styles/highcontrast.css +5 -0
  24. package/styles/material-dark.css +2 -0
  25. package/styles/material.css +2 -0
  26. package/styles/query-builder/bootstrap-dark.css +2 -0
  27. package/styles/query-builder/bootstrap.css +2 -0
  28. package/styles/query-builder/bootstrap4.css +2 -0
  29. package/styles/query-builder/bootstrap5-dark.css +2 -0
  30. package/styles/query-builder/bootstrap5.css +2 -0
  31. package/styles/query-builder/fabric-dark.css +2 -0
  32. package/styles/query-builder/fabric.css +2 -0
  33. package/styles/query-builder/fluent-dark.css +2 -0
  34. package/styles/query-builder/fluent.css +2 -0
  35. package/styles/query-builder/highcontrast-light.css +5 -0
  36. package/styles/query-builder/highcontrast.css +5 -0
  37. package/styles/query-builder/material-dark.css +2 -0
  38. package/styles/query-builder/material.css +2 -0
  39. package/styles/query-builder/tailwind-dark.css +2 -0
  40. package/styles/query-builder/tailwind.css +2 -0
  41. package/styles/tailwind-dark.css +2 -0
  42. 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@20.2.48",
3
+ "_id": "@syncfusion/ej2-vue-querybuilder@18.19.1",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-tp+6Nse4PAhBjiKyjLWcWc4QpzMSJ75/e++9lk8JrgP5GP+79NFlh2GbtMH0v0f6a8IAZQHuzAqXcokLhqKP7w==",
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-hotfix-new/@syncfusion/ej2-vue-querybuilder/-/ej2-vue-querybuilder-20.2.48.tgz",
23
- "_shasum": "09c2b3d7eacb0464586c5d9a1433e4aa6f01ad8e",
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.2.48",
35
- "@syncfusion/ej2-querybuilder": "20.2.50",
36
- "@syncfusion/ej2-vue-base": "~20.2.45"
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.2.50",
70
+ "version": "20.3.47",
71
71
  "sideEffects": false
72
72
  }
@@ -1,4 +1,3 @@
1
- export declare const isExecute: any;
2
1
  declare let vueImport: any;
3
2
  export declare class ColumnsDirective extends vueImport {
4
3
  constructor();
@@ -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 (gh) {
40
- var h = gh || createElement;
38
+ if (!isExecute) {
39
+ var h = !isExecute ? gh : createElement;
41
40
  var slots = null;
42
41
  if (!isNullOrUndefined(this.$slots.default)) {
43
- slots = gh ? this.$slots.default() : this.$slots.default;
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 (gh && this.custom) {
49
+ if (!isExecute && this.custom) {
51
50
  this.custom();
52
51
  }
53
52
  };
@@ -5,7 +5,6 @@ export declare const testProp: any;
5
5
  export declare const props: any;
6
6
  export declare const watch: any;
7
7
  export declare const emitProbs: any;
8
- export declare const isExecute: any;
9
8
  /**
10
9
  * Represents the VueJS QueryBuilder Component.
11
10
  * ```html
@@ -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 || createElement;
110
+ var h = !isExecute ? gh : createElement;
112
111
  var slots = null;
113
112
  if (!isNullOrUndefined(this.$slots.default)) {
114
- slots = gh ? this.$slots.default() : this.$slots.default;
113
+ slots = !isExecute ? this.$slots.default() : this.$slots.default;
115
114
  }
116
115
  return h('div', slots);
117
116
  };
@@ -131,6 +131,8 @@
131
131
  width: 40px;
132
132
  }
133
133
 
134
+ /* stylelint-disable-line no-empty-source */
135
+ /* stylelint-disable property-no-vendor-prefix */
134
136
  @keyframes material-spinner-rotate {
135
137
  0% {
136
138
  transform: rotate(0);
@@ -129,6 +129,8 @@
129
129
  width: 40px;
130
130
  }
131
131
 
132
+ /* stylelint-disable-line no-empty-source */
133
+ /* stylelint-disable property-no-vendor-prefix */
132
134
  @keyframes material-spinner-rotate {
133
135
  0% {
134
136
  transform: rotate(0);
@@ -209,6 +209,8 @@
209
209
  margin-top: -3.5em;
210
210
  }
211
211
 
212
+ /* stylelint-disable-line no-empty-source */
213
+ /* stylelint-disable property-no-vendor-prefix */
212
214
  @keyframes material-spinner-rotate {
213
215
  0% {
214
216
  transform: rotate(0);
@@ -179,6 +179,8 @@
179
179
  border-left-width: 0;
180
180
  }
181
181
 
182
+ /* stylelint-disable-line no-empty-source */
183
+ /* stylelint-disable property-no-vendor-prefix */
182
184
  @keyframes material-spinner-rotate {
183
185
  0% {
184
186
  transform: rotate(0);
@@ -179,6 +179,8 @@
179
179
  border-left-width: 0;
180
180
  }
181
181
 
182
+ /* stylelint-disable-line no-empty-source */
183
+ /* stylelint-disable property-no-vendor-prefix */
182
184
  @keyframes material-spinner-rotate {
183
185
  0% {
184
186
  transform: rotate(0);
@@ -98,6 +98,8 @@
98
98
  margin: 2px 2px 2px 0;
99
99
  }
100
100
 
101
+ /* stylelint-disable-line no-empty-source */
102
+ /* stylelint-disable property-no-vendor-prefix */
101
103
  @keyframes material-spinner-rotate {
102
104
  0% {
103
105
  transform: rotate(0);
package/styles/fabric.css CHANGED
@@ -91,6 +91,8 @@
91
91
  margin: 2px 2px 2px 0;
92
92
  }
93
93
 
94
+ /* stylelint-disable-line no-empty-source */
95
+ /* stylelint-disable property-no-vendor-prefix */
94
96
  @keyframes material-spinner-rotate {
95
97
  0% {
96
98
  transform: rotate(0);
@@ -159,6 +159,8 @@
159
159
  border-left-width: 0;
160
160
  }
161
161
 
162
+ /* stylelint-disable-line no-empty-source */
163
+ /* stylelint-disable property-no-vendor-prefix */
162
164
  @keyframes material-spinner-rotate {
163
165
  0% {
164
166
  transform: rotate(0);
package/styles/fluent.css CHANGED
@@ -159,6 +159,8 @@
159
159
  border-left-width: 0;
160
160
  }
161
161
 
162
+ /* stylelint-disable-line no-empty-source */
163
+ /* stylelint-disable property-no-vendor-prefix */
162
164
  @keyframes material-spinner-rotate {
163
165
  0% {
164
166
  transform: rotate(0);
@@ -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);
@@ -105,6 +105,8 @@
105
105
  padding: 5px 5px 5px 12px;
106
106
  }
107
107
 
108
+ /* stylelint-disable-line no-empty-source */
109
+ /* stylelint-disable property-no-vendor-prefix */
108
110
  @keyframes material-spinner-rotate {
109
111
  0% {
110
112
  transform: rotate(0deg);
@@ -130,6 +130,8 @@
130
130
  padding: 4px 8px;
131
131
  }
132
132
 
133
+ /* stylelint-disable-line no-empty-source */
134
+ /* stylelint-disable property-no-vendor-prefix */
133
135
  @keyframes material-spinner-rotate {
134
136
  0% {
135
137
  transform: rotate(0deg);
@@ -131,6 +131,8 @@
131
131
  width: 40px;
132
132
  }
133
133
 
134
+ /* stylelint-disable-line no-empty-source */
135
+ /* stylelint-disable property-no-vendor-prefix */
134
136
  @keyframes material-spinner-rotate {
135
137
  0% {
136
138
  transform: rotate(0);
@@ -129,6 +129,8 @@
129
129
  width: 40px;
130
130
  }
131
131
 
132
+ /* stylelint-disable-line no-empty-source */
133
+ /* stylelint-disable property-no-vendor-prefix */
132
134
  @keyframes material-spinner-rotate {
133
135
  0% {
134
136
  transform: rotate(0);
@@ -209,6 +209,8 @@
209
209
  margin-top: -3.5em;
210
210
  }
211
211
 
212
+ /* stylelint-disable-line no-empty-source */
213
+ /* stylelint-disable property-no-vendor-prefix */
212
214
  @keyframes material-spinner-rotate {
213
215
  0% {
214
216
  transform: rotate(0);
@@ -179,6 +179,8 @@
179
179
  border-left-width: 0;
180
180
  }
181
181
 
182
+ /* stylelint-disable-line no-empty-source */
183
+ /* stylelint-disable property-no-vendor-prefix */
182
184
  @keyframes material-spinner-rotate {
183
185
  0% {
184
186
  transform: rotate(0);
@@ -179,6 +179,8 @@
179
179
  border-left-width: 0;
180
180
  }
181
181
 
182
+ /* stylelint-disable-line no-empty-source */
183
+ /* stylelint-disable property-no-vendor-prefix */
182
184
  @keyframes material-spinner-rotate {
183
185
  0% {
184
186
  transform: rotate(0);
@@ -98,6 +98,8 @@
98
98
  margin: 2px 2px 2px 0;
99
99
  }
100
100
 
101
+ /* stylelint-disable-line no-empty-source */
102
+ /* stylelint-disable property-no-vendor-prefix */
101
103
  @keyframes material-spinner-rotate {
102
104
  0% {
103
105
  transform: rotate(0);
@@ -91,6 +91,8 @@
91
91
  margin: 2px 2px 2px 0;
92
92
  }
93
93
 
94
+ /* stylelint-disable-line no-empty-source */
95
+ /* stylelint-disable property-no-vendor-prefix */
94
96
  @keyframes material-spinner-rotate {
95
97
  0% {
96
98
  transform: rotate(0);
@@ -159,6 +159,8 @@
159
159
  border-left-width: 0;
160
160
  }
161
161
 
162
+ /* stylelint-disable-line no-empty-source */
163
+ /* stylelint-disable property-no-vendor-prefix */
162
164
  @keyframes material-spinner-rotate {
163
165
  0% {
164
166
  transform: rotate(0);
@@ -159,6 +159,8 @@
159
159
  border-left-width: 0;
160
160
  }
161
161
 
162
+ /* stylelint-disable-line no-empty-source */
163
+ /* stylelint-disable property-no-vendor-prefix */
162
164
  @keyframes material-spinner-rotate {
163
165
  0% {
164
166
  transform: rotate(0);
@@ -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);
@@ -105,6 +105,8 @@
105
105
  padding: 5px 5px 5px 12px;
106
106
  }
107
107
 
108
+ /* stylelint-disable-line no-empty-source */
109
+ /* stylelint-disable property-no-vendor-prefix */
108
110
  @keyframes material-spinner-rotate {
109
111
  0% {
110
112
  transform: rotate(0deg);
@@ -130,6 +130,8 @@
130
130
  padding: 4px 8px;
131
131
  }
132
132
 
133
+ /* stylelint-disable-line no-empty-source */
134
+ /* stylelint-disable property-no-vendor-prefix */
133
135
  @keyframes material-spinner-rotate {
134
136
  0% {
135
137
  transform: rotate(0deg);
@@ -124,6 +124,8 @@
124
124
  height: 100%;
125
125
  }
126
126
 
127
+ /* stylelint-disable-line no-empty-source */
128
+ /* stylelint-disable property-no-vendor-prefix */
127
129
  @keyframes material-spinner-rotate {
128
130
  0% {
129
131
  transform: rotate(0);
@@ -124,6 +124,8 @@
124
124
  height: 100%;
125
125
  }
126
126
 
127
+ /* stylelint-disable-line no-empty-source */
128
+ /* stylelint-disable property-no-vendor-prefix */
127
129
  @keyframes material-spinner-rotate {
128
130
  0% {
129
131
  transform: rotate(0);
@@ -124,6 +124,8 @@
124
124
  height: 100%;
125
125
  }
126
126
 
127
+ /* stylelint-disable-line no-empty-source */
128
+ /* stylelint-disable property-no-vendor-prefix */
127
129
  @keyframes material-spinner-rotate {
128
130
  0% {
129
131
  transform: rotate(0);
@@ -124,6 +124,8 @@
124
124
  height: 100%;
125
125
  }
126
126
 
127
+ /* stylelint-disable-line no-empty-source */
128
+ /* stylelint-disable property-no-vendor-prefix */
127
129
  @keyframes material-spinner-rotate {
128
130
  0% {
129
131
  transform: rotate(0);