@syncfusion/ej2-vue-gantt 23.1.44 → 23.2.4
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 +11 -0
- package/dist/ej2-vue-gantt.umd.min.js +1 -1
- package/dist/global/ej2-vue-gantt.min.js +2 -2
- package/package.json +8 -8
- package/styles/bootstrap-dark.css +5 -0
- package/styles/bootstrap5-dark.css +2 -1
- package/styles/bootstrap5.css +2 -1
- package/styles/fabric-dark.css +5 -0
- package/styles/fluent-dark.css +2 -1
- package/styles/fluent.css +2 -1
- package/styles/gantt/bootstrap-dark.css +5 -0
- package/styles/gantt/bootstrap5-dark.css +2 -1
- package/styles/gantt/bootstrap5.css +2 -1
- package/styles/gantt/fabric-dark.css +5 -0
- package/styles/gantt/fluent-dark.css +2 -1
- package/styles/gantt/fluent.css +2 -1
- package/styles/gantt/highcontrast.css +5 -0
- package/styles/gantt/tailwind-dark.css +2 -1
- package/styles/gantt/tailwind.css +2 -1
- package/styles/highcontrast.css +5 -0
- package/styles/tailwind-dark.css +2 -1
- package/styles/tailwind.css +2 -1
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.
|
|
3
|
+
"_id": "@syncfusion/ej2-vue-gantt@23.1.44",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512
|
|
5
|
+
"_integrity": "sha512-/gvrTbPooXxD6bQYaZeVpSdrbc/XSnRA6r9l8HRrSrSkwkxSK7ECjZQ4yQ9AmYERKPhXQZmXvVp2iZ8H0vKflA==",
|
|
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.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-gantt/-/ej2-vue-gantt-23.1.44.tgz",
|
|
23
|
+
"_shasum": "db785a654404a7a57c287d5f4eadaf51a3fc0018",
|
|
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.
|
|
35
|
-
"@syncfusion/ej2-gantt": "23.
|
|
36
|
-
"@syncfusion/ej2-vue-base": "~23.
|
|
34
|
+
"@syncfusion/ej2-base": "~23.2.4",
|
|
35
|
+
"@syncfusion/ej2-gantt": "23.2.4",
|
|
36
|
+
"@syncfusion/ej2-vue-base": "~23.2.4"
|
|
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.
|
|
61
|
+
"version": "23.2.4",
|
|
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 {
|
package/styles/bootstrap5.css
CHANGED
|
@@ -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
|
}
|
package/styles/fabric-dark.css
CHANGED
|
@@ -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 {
|
package/styles/fluent-dark.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: #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: #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/gantt/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
|
}
|
|
@@ -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: #111827;
|
|
123
124
|
height: 100%;
|
|
124
125
|
}
|
package/styles/highcontrast.css
CHANGED
|
@@ -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 */
|
package/styles/tailwind-dark.css
CHANGED
package/styles/tailwind.css
CHANGED
|
@@ -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
|
}
|