@tachybase/plugin-block-gantt 0.23.17 → 0.23.20
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.
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const GanttDesigner: () => React.JSX.Element;
|
|
1
|
+
export declare const GanttDesigner: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const GanttBlockInitializer: () => React.JSX.Element;
|
|
1
|
+
export declare const GanttBlockInitializer: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
export declare const GanttBlockContext: React.Context<any>;
|
|
3
|
-
export declare const GanttBlockProvider: (props: any) =>
|
|
3
|
+
export declare const GanttBlockProvider: (props: any) => import("react/jsx-runtime").JSX.Element;
|
|
4
4
|
export declare const useGanttBlockContext: () => any;
|
|
5
5
|
export declare const useGanttBlockProps: () => {
|
|
6
6
|
fieldNames: any;
|
package/dist/externalVersion.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
module.exports = {
|
|
2
2
|
"react": "18.3.1",
|
|
3
|
-
"@tachybase/client": "0.23.
|
|
4
|
-
"@tachybase/schema": "0.23.
|
|
5
|
-
"@tachybase/components": "0.23.
|
|
3
|
+
"@tachybase/client": "0.23.20",
|
|
4
|
+
"@tachybase/schema": "0.23.20",
|
|
5
|
+
"@tachybase/components": "0.23.20",
|
|
6
6
|
"@ant-design/icons": "5.5.2",
|
|
7
7
|
"react-i18next": "15.2.0",
|
|
8
|
-
"@tachybase/server": "0.23.
|
|
9
|
-
"@tachybase/test": "0.23.
|
|
8
|
+
"@tachybase/server": "0.23.20",
|
|
9
|
+
"@tachybase/test": "0.23.20",
|
|
10
10
|
"antd": "5.22.5",
|
|
11
11
|
"lodash": "4.17.21",
|
|
12
|
-
"@tachybase/utils": "0.23.
|
|
12
|
+
"@tachybase/utils": "0.23.20"
|
|
13
13
|
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tachybase/plugin-block-gantt",
|
|
3
3
|
"displayName": "Block: Gantt",
|
|
4
|
-
"version": "0.23.
|
|
4
|
+
"version": "0.23.20",
|
|
5
5
|
"description": "Provides Gantt block.",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"Blocks"
|
|
@@ -15,14 +15,14 @@
|
|
|
15
15
|
"antd": "5.22.5",
|
|
16
16
|
"lodash": "4.17.21",
|
|
17
17
|
"react-i18next": "^15.2.0",
|
|
18
|
-
"@tachybase/
|
|
19
|
-
"@tachybase/
|
|
18
|
+
"@tachybase/components": "0.23.20",
|
|
19
|
+
"@tachybase/schema": "0.23.20"
|
|
20
20
|
},
|
|
21
21
|
"peerDependencies": {
|
|
22
|
-
"@tachybase/client": "0.23.
|
|
23
|
-
"@tachybase/
|
|
24
|
-
"@tachybase/utils": "0.23.
|
|
25
|
-
"@tachybase/
|
|
22
|
+
"@tachybase/client": "0.23.20",
|
|
23
|
+
"@tachybase/test": "0.23.20",
|
|
24
|
+
"@tachybase/utils": "0.23.20",
|
|
25
|
+
"@tachybase/server": "0.23.20"
|
|
26
26
|
},
|
|
27
27
|
"description.zh-CN": "提供甘特图卡片。",
|
|
28
28
|
"displayName.zh-CN": "卡片:甘特图",
|