@syncfusion/ej2-vue-gantt 19.3.55 → 19.4.40
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 +43 -0
- package/README.md +1 -1
- package/dist/ej2-vue-gantt.umd.min.js +1 -1
- package/dist/es6/ej2-vue-gantt.es2015.js +2 -2
- package/dist/es6/ej2-vue-gantt.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-gantt.es5.js +2 -2
- package/dist/es6/ej2-vue-gantt.es5.js.map +1 -1
- package/package.json +8 -8
- package/src/gantt/gantt.component.js +2 -2
- package/styles/bootstrap5-dark.css +6 -4
- package/styles/bootstrap5.css +6 -4
- package/styles/fabric-dark.css +1 -1
- package/styles/gantt/bootstrap5-dark.css +6 -4
- package/styles/gantt/bootstrap5.css +6 -4
- package/styles/gantt/fabric-dark.css +1 -1
- package/styles/gantt/material-dark.css +1 -1
- package/styles/gantt/tailwind-dark.css +1 -1
- package/styles/gantt/tailwind.css +1 -1
- package/styles/material-dark.css +1 -1
- package/styles/tailwind-dark.css +1 -1
- package/styles/tailwind.css +1 -1
- package/dist/global/ej2-vue-gantt.min.js +0 -10
|
@@ -181,6 +181,8 @@
|
|
|
181
181
|
border-left-width: 0;
|
|
182
182
|
}
|
|
183
183
|
|
|
184
|
+
/*! Toolbar's bootstrap5 theme wise override definitions and variables */
|
|
185
|
+
/*! Tab's bootstrap5 theme wise override definitions and variables */
|
|
184
186
|
/*! Horizontal Tab */
|
|
185
187
|
/*! Bootstrap specific themes definition's */
|
|
186
188
|
/*! Vertical Tab */
|
|
@@ -1608,21 +1610,21 @@
|
|
|
1608
1610
|
.e-gantt .e-gantt-chart .e-left-label-temp-container {
|
|
1609
1611
|
color: #495057;
|
|
1610
1612
|
font-size: 14px;
|
|
1611
|
-
padding-right:
|
|
1613
|
+
padding-right: 25px;
|
|
1612
1614
|
}
|
|
1613
1615
|
|
|
1614
1616
|
.e-gantt .e-gantt-chart .e-right-label-temp-container {
|
|
1615
1617
|
color: #495057;
|
|
1616
1618
|
font-size: 14px;
|
|
1617
|
-
margin-left:
|
|
1619
|
+
margin-left: 25px;
|
|
1618
1620
|
}
|
|
1619
1621
|
|
|
1620
1622
|
.e-gantt .e-gantt-chart .e-right-label-container {
|
|
1621
|
-
margin-left:
|
|
1623
|
+
margin-left: 25px;
|
|
1622
1624
|
}
|
|
1623
1625
|
|
|
1624
1626
|
.e-gantt .e-gantt-chart .e-left-label-container {
|
|
1625
|
-
padding-right:
|
|
1627
|
+
padding-right: 25px;
|
|
1626
1628
|
}
|
|
1627
1629
|
|
|
1628
1630
|
.e-gantt .e-gantt-chart .e-connectorpoint-right {
|
package/styles/material-dark.css
CHANGED
package/styles/tailwind-dark.css
CHANGED