@syncfusion/ej2-vue-gantt 23.1.44 → 23.2.5

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,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-vue-gantt@*",
3
- "_id": "@syncfusion/ej2-vue-gantt@23.1.43",
3
+ "_id": "@syncfusion/ej2-vue-gantt@23.2.4",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-Lb/Vc7VRsHlkeFHe1PL+FI6+tYTJPEAk3mSwTUMm9kw107Bsrg0tTiWhvcl0R4q+OesaRFQQkh2gZPfaRthSbw==",
5
+ "_integrity": "sha512-VpgWdqU+xCWVxEzvhjpzdSe3t7X/p7D+0/UthgSZcT+M4T6IoJizQnWgdswSake1CcCslxC6Vvx3uHfo4BSYgg==",
6
6
  "_location": "/@syncfusion/ej2-vue-gantt",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,8 +19,8 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-gantt/-/ej2-vue-gantt-23.1.43.tgz",
23
- "_shasum": "49525f653a5d03b169ff93298b282683d15746d4",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-gantt/-/ej2-vue-gantt-23.2.4.tgz",
23
+ "_shasum": "c1f7b6253d971203c4455a47db2924b303500d29",
24
24
  "_spec": "@syncfusion/ej2-vue-gantt@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_23.1.1/packages/included",
26
26
  "author": {
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~23.1.41",
35
- "@syncfusion/ej2-gantt": "23.1.44",
36
- "@syncfusion/ej2-vue-base": "~23.1.36"
34
+ "@syncfusion/ej2-base": "~23.2.4",
35
+ "@syncfusion/ej2-gantt": "23.2.5",
36
+ "@syncfusion/ej2-vue-base": "~23.2.5"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "Essential JS 2 Gantt Component for Vue",
@@ -58,6 +58,6 @@
58
58
  "ci-publish": "gulp ci-publish",
59
59
  "compile": "gulp ci-compile && gulp vue-global-script"
60
60
  },
61
- "version": "23.1.44",
61
+ "version": "23.2.5",
62
62
  "sideEffects": false
63
63
  }
@@ -142,6 +142,11 @@
142
142
  width: 40px;
143
143
  }
144
144
 
145
+ .e-multi-select-wrapper .e-searcher input[type=text],
146
+ .e-multi-select-wrapper .e-multi-searcher input[type=text] {
147
+ color: #fff;
148
+ }
149
+
145
150
  /* stylelint-disable property-no-vendor-prefix */
146
151
  /* stylelint-disable property-no-vendor-prefix */
147
152
  @keyframes material-spinner-rotate {
@@ -170,7 +170,8 @@
170
170
  width: 24px;
171
171
  }
172
172
 
173
- .e-multi-select-wrapper .e-searcher input[type=text] {
173
+ .e-multi-select-wrapper .e-searcher input[type=text],
174
+ .e-multi-select-wrapper .e-multi-searcher input[type=text] {
174
175
  color: #fff;
175
176
  height: 100%;
176
177
  }
@@ -170,7 +170,8 @@
170
170
  width: 24px;
171
171
  }
172
172
 
173
- .e-multi-select-wrapper .e-searcher input[type=text] {
173
+ .e-multi-select-wrapper .e-searcher input[type=text],
174
+ .e-multi-select-wrapper .e-multi-searcher input[type=text] {
174
175
  color: #212529;
175
176
  height: 100%;
176
177
  }
@@ -98,6 +98,11 @@
98
98
  margin: 2px 2px 2px 0;
99
99
  }
100
100
 
101
+ .e-multi-select-wrapper .e-searcher input[type=text],
102
+ .e-multi-select-wrapper .e-multi-searcher input[type=text] {
103
+ color: #fff;
104
+ }
105
+
101
106
  /* stylelint-disable property-no-vendor-prefix */
102
107
  /* stylelint-disable property-no-vendor-prefix */
103
108
  @keyframes material-spinner-rotate {
@@ -150,7 +150,8 @@
150
150
  width: 24px;
151
151
  }
152
152
 
153
- .e-multi-select-wrapper .e-searcher input[type=text] {
153
+ .e-multi-select-wrapper .e-searcher input[type=text],
154
+ .e-multi-select-wrapper .e-multi-searcher input[type=text] {
154
155
  color: #f3f2f1;
155
156
  height: 100%;
156
157
  }
package/styles/fluent.css CHANGED
@@ -150,7 +150,8 @@
150
150
  width: 24px;
151
151
  }
152
152
 
153
- .e-multi-select-wrapper .e-searcher input[type=text] {
153
+ .e-multi-select-wrapper .e-searcher input[type=text],
154
+ .e-multi-select-wrapper .e-multi-searcher input[type=text] {
154
155
  color: #201f1e;
155
156
  height: 100%;
156
157
  }
@@ -142,6 +142,11 @@
142
142
  width: 40px;
143
143
  }
144
144
 
145
+ .e-multi-select-wrapper .e-searcher input[type=text],
146
+ .e-multi-select-wrapper .e-multi-searcher input[type=text] {
147
+ color: #fff;
148
+ }
149
+
145
150
  /* stylelint-disable property-no-vendor-prefix */
146
151
  /* stylelint-disable property-no-vendor-prefix */
147
152
  @keyframes material-spinner-rotate {
@@ -170,7 +170,8 @@
170
170
  width: 24px;
171
171
  }
172
172
 
173
- .e-multi-select-wrapper .e-searcher input[type=text] {
173
+ .e-multi-select-wrapper .e-searcher input[type=text],
174
+ .e-multi-select-wrapper .e-multi-searcher input[type=text] {
174
175
  color: #fff;
175
176
  height: 100%;
176
177
  }
@@ -170,7 +170,8 @@
170
170
  width: 24px;
171
171
  }
172
172
 
173
- .e-multi-select-wrapper .e-searcher input[type=text] {
173
+ .e-multi-select-wrapper .e-searcher input[type=text],
174
+ .e-multi-select-wrapper .e-multi-searcher input[type=text] {
174
175
  color: #212529;
175
176
  height: 100%;
176
177
  }
@@ -98,6 +98,11 @@
98
98
  margin: 2px 2px 2px 0;
99
99
  }
100
100
 
101
+ .e-multi-select-wrapper .e-searcher input[type=text],
102
+ .e-multi-select-wrapper .e-multi-searcher input[type=text] {
103
+ color: #fff;
104
+ }
105
+
101
106
  /* stylelint-disable property-no-vendor-prefix */
102
107
  /* stylelint-disable property-no-vendor-prefix */
103
108
  @keyframes material-spinner-rotate {
@@ -150,7 +150,8 @@
150
150
  width: 24px;
151
151
  }
152
152
 
153
- .e-multi-select-wrapper .e-searcher input[type=text] {
153
+ .e-multi-select-wrapper .e-searcher input[type=text],
154
+ .e-multi-select-wrapper .e-multi-searcher input[type=text] {
154
155
  color: #f3f2f1;
155
156
  height: 100%;
156
157
  }
@@ -150,7 +150,8 @@
150
150
  width: 24px;
151
151
  }
152
152
 
153
- .e-multi-select-wrapper .e-searcher input[type=text] {
153
+ .e-multi-select-wrapper .e-searcher input[type=text],
154
+ .e-multi-select-wrapper .e-multi-searcher input[type=text] {
154
155
  color: #201f1e;
155
156
  height: 100%;
156
157
  }
@@ -177,6 +177,11 @@
177
177
  width: 30px;
178
178
  }
179
179
 
180
+ .e-multi-select-wrapper .e-searcher input[type=text],
181
+ .e-multi-select-wrapper .e-multi-searcher input[type=text] {
182
+ color: #fff;
183
+ }
184
+
180
185
  /*! Fabric theme definition's */
181
186
  /*! component's theme wise override definitions and variables */
182
187
  /*! Horizontal Tab */
@@ -118,7 +118,8 @@
118
118
  width: 28px;
119
119
  }
120
120
 
121
- .e-multi-select-wrapper .e-searcher input[type=text] {
121
+ .e-multi-select-wrapper .e-searcher input[type=text],
122
+ .e-multi-select-wrapper .e-multi-searcher input[type=text] {
122
123
  color: #fff;
123
124
  height: 100%;
124
125
  }
@@ -118,7 +118,8 @@
118
118
  width: 28px;
119
119
  }
120
120
 
121
- .e-multi-select-wrapper .e-searcher input[type=text] {
121
+ .e-multi-select-wrapper .e-searcher input[type=text],
122
+ .e-multi-select-wrapper .e-multi-searcher input[type=text] {
122
123
  color: #111827;
123
124
  height: 100%;
124
125
  }
@@ -177,6 +177,11 @@
177
177
  width: 30px;
178
178
  }
179
179
 
180
+ .e-multi-select-wrapper .e-searcher input[type=text],
181
+ .e-multi-select-wrapper .e-multi-searcher input[type=text] {
182
+ color: #fff;
183
+ }
184
+
180
185
  /*! Fabric theme definition's */
181
186
  /*! component's theme wise override definitions and variables */
182
187
  /*! Horizontal Tab */
@@ -118,7 +118,8 @@
118
118
  width: 28px;
119
119
  }
120
120
 
121
- .e-multi-select-wrapper .e-searcher input[type=text] {
121
+ .e-multi-select-wrapper .e-searcher input[type=text],
122
+ .e-multi-select-wrapper .e-multi-searcher input[type=text] {
122
123
  color: #fff;
123
124
  height: 100%;
124
125
  }
@@ -118,7 +118,8 @@
118
118
  width: 28px;
119
119
  }
120
120
 
121
- .e-multi-select-wrapper .e-searcher input[type=text] {
121
+ .e-multi-select-wrapper .e-searcher input[type=text],
122
+ .e-multi-select-wrapper .e-multi-searcher input[type=text] {
122
123
  color: #111827;
123
124
  height: 100%;
124
125
  }