@syncfusion/ej2-vue-querybuilder 19.4.40 → 19.4.42

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/package.json CHANGED
@@ -1,13 +1,10 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-vue-querybuilder@*",
3
- "_id": "@syncfusion/ej2-vue-querybuilder@19.3.53",
3
+ "_id": "@syncfusion/ej2-vue-querybuilder@19.4.40",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-6kJYqdUAvXTT1C0+Q07fnehYDQYe7L2oGxn922hTuU/Nktour8aTTFQChgCKdWOO3jFSI0WR+acyK22dy1H23g==",
5
+ "_integrity": "sha512-q7V9KWdbuTmu3QvWAz+lsaFkNj+RXMZkN9+/RqjCPU950QyIITt6lEGReFoYG1Z1y/yf4Uwt6QmUXDlS/YsexQ==",
6
6
  "_location": "/@syncfusion/ej2-vue-querybuilder",
7
- "_phantomChildren": {
8
- "@syncfusion/ej2-icons": "19.4.38",
9
- "glob": "7.2.0"
10
- },
7
+ "_phantomChildren": {},
11
8
  "_requested": {
12
9
  "type": "range",
13
10
  "registry": true,
@@ -22,8 +19,8 @@
22
19
  "_requiredBy": [
23
20
  "/"
24
21
  ],
25
- "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-querybuilder/-/ej2-vue-querybuilder-19.3.53.tgz",
26
- "_shasum": "47aa5cae1996f6593bf24c0c2eb99d86574b3d7e",
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-querybuilder/-/ej2-vue-querybuilder-19.4.40.tgz",
23
+ "_shasum": "fcf59bc543bed46a98d484f82ea67afbefd751b2",
27
24
  "_spec": "@syncfusion/ej2-vue-querybuilder@*",
28
25
  "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
29
26
  "author": {
@@ -34,8 +31,8 @@
34
31
  },
35
32
  "bundleDependencies": false,
36
33
  "dependencies": {
37
- "@syncfusion/ej2-base": "~19.4.38",
38
- "@syncfusion/ej2-querybuilder": "19.4.40",
34
+ "@syncfusion/ej2-base": "~19.4.42",
35
+ "@syncfusion/ej2-querybuilder": "19.4.42",
39
36
  "@syncfusion/ej2-vue-base": "~19.4.40"
40
37
  },
41
38
  "deprecated": false,
@@ -67,6 +64,6 @@
67
64
  "type": "git",
68
65
  "url": "git+https://github.com/syncfusion/ej2-vue-ui-components.git"
69
66
  },
70
- "sideEffects": false,
71
- "version": "19.4.40"
67
+ "version": "19.4.42",
68
+ "sideEffects": false
72
69
  }
@@ -22,7 +22,7 @@ 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';
24
24
  import { Options } from 'vue-class-component';
25
- export var properties = ['islazyUpdate', 'allowValidation', 'columns', 'cssClass', 'dataSource', 'displayMode', 'enableNotCondition', 'enablePersistence', 'enableRtl', 'fieldMode', 'fieldModel', 'headerTemplate', 'height', 'immediateModeDelay', 'locale', 'matchCase', 'maxGroupCount', 'operatorModel', 'readonly', 'rule', 'separator', 'showButtons', 'sortDirection', 'summaryView', 'valueModel', 'width', 'actionBegin', 'beforeChange', 'change', 'created', 'dataBound', 'ruleChange'];
25
+ export var properties = ['isLazyUpdate', 'allowValidation', 'columns', 'cssClass', 'dataSource', 'displayMode', 'enableNotCondition', 'enablePersistence', 'enableRtl', 'fieldMode', 'fieldModel', 'headerTemplate', 'height', 'immediateModeDelay', 'locale', 'matchCase', 'maxGroupCount', 'operatorModel', 'readonly', 'rule', 'separator', 'showButtons', 'sortDirection', 'summaryView', 'valueModel', 'width', 'actionBegin', 'beforeChange', 'change', 'created', 'dataBound', 'ruleChange'];
26
26
  export var modelProps = [];
27
27
  export var testProp = getProps({ props: properties });
28
28
  export var props = testProp[0];
@@ -69,6 +69,11 @@
69
69
  background: transparent;
70
70
  }
71
71
 
72
+ .e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
73
+ .e-float-input.e-control-wrapper.e-ddl.e-readonly input[readonly] {
74
+ background: #e9ecef;
75
+ }
76
+
72
77
  .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
73
78
  .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
74
79
  .e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:active,
@@ -65,6 +65,11 @@
65
65
  background: transparent;
66
66
  }
67
67
 
68
+ .e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
69
+ .e-float-input.e-control-wrapper.e-ddl.e-readonly input[readonly] {
70
+ background: #343a40;
71
+ }
72
+
68
73
  .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
69
74
  .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
70
75
  .e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:active,
@@ -65,6 +65,11 @@
65
65
  background: transparent;
66
66
  }
67
67
 
68
+ .e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
69
+ .e-float-input.e-control-wrapper.e-ddl.e-readonly input[readonly] {
70
+ background: #e9ecef;
71
+ }
72
+
68
73
  .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
69
74
  .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
70
75
  .e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:active,
@@ -69,6 +69,11 @@
69
69
  background: transparent;
70
70
  }
71
71
 
72
+ .e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
73
+ .e-float-input.e-control-wrapper.e-ddl.e-readonly input[readonly] {
74
+ background: #e9ecef;
75
+ }
76
+
72
77
  .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
73
78
  .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
74
79
  .e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:active,
@@ -65,6 +65,11 @@
65
65
  background: transparent;
66
66
  }
67
67
 
68
+ .e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
69
+ .e-float-input.e-control-wrapper.e-ddl.e-readonly input[readonly] {
70
+ background: #343a40;
71
+ }
72
+
68
73
  .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
69
74
  .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
70
75
  .e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:active,
@@ -65,6 +65,11 @@
65
65
  background: transparent;
66
66
  }
67
67
 
68
+ .e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
69
+ .e-float-input.e-control-wrapper.e-ddl.e-readonly input[readonly] {
70
+ background: #e9ecef;
71
+ }
72
+
68
73
  .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
69
74
  .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
70
75
  .e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:active,