v2.3.2
This commit is contained in:
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "@svar-ui/react-gantt",
|
||||
"version": "2.3.1",
|
||||
"version": "2.3.2",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@svar-ui/react-gantt",
|
||||
"version": "2.3.1",
|
||||
"version": "2.3.2",
|
||||
"license": "GPL-3.0",
|
||||
"dependencies": {
|
||||
"@svar-ui/gantt-data-provider": "2.3.0",
|
||||
|
||||
16
package.json
16
package.json
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@svar-ui/react-gantt",
|
||||
"version": "2.3.1",
|
||||
"version": "2.3.2",
|
||||
"description": "A customizable, high-performance React Gantt chart component for building project timelines.",
|
||||
"productTag": "gantt",
|
||||
"type": "module",
|
||||
@@ -11,14 +11,14 @@
|
||||
"react-gantt",
|
||||
"gantt-react",
|
||||
"gantt",
|
||||
"gantt-chart",
|
||||
"react-gantt-chart",
|
||||
"gantt-chart-component",
|
||||
"gantt-diagram",
|
||||
"react-gantt-component",
|
||||
"svar widgets",
|
||||
"gantt-chart",
|
||||
"react-gantt-chart",
|
||||
"gantt-chart-component",
|
||||
"gantt-diagram",
|
||||
"react-gantt-component",
|
||||
"svar widgets",
|
||||
"svar-react",
|
||||
"timeline",
|
||||
"timeline",
|
||||
"typescript"
|
||||
],
|
||||
"license": "GPL-3.0",
|
||||
|
||||
@@ -128,7 +128,7 @@ function Tooltip(props) {
|
||||
style={{ top: `${pos.top}px`, left: `${pos.left}px` }}
|
||||
>
|
||||
{Content ? (
|
||||
<Content data={getTaskObj(tooltipData)} />
|
||||
<Content data={tooltipData} />
|
||||
) : pos.text ? (
|
||||
<div className="wx-KG0Lwsqo wx-gantt-tooltip-text">{pos.text}</div>
|
||||
) : null}
|
||||
|
||||
Reference in New Issue
Block a user