@tachybase/plugin-block-kanban 1.3.25 → 1.4.0
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,4 +1,4 @@
|
|
|
1
1
|
export declare const NAMESPACE = "block-kanban";
|
|
2
2
|
export declare function lang(key: string): string;
|
|
3
3
|
export declare function generateNTemplate(key: string): string;
|
|
4
|
-
export declare function useKanbanTranslation(): import("react-i18next").UseTranslationResponse<[
|
|
4
|
+
export declare function useKanbanTranslation(): import("react-i18next").UseTranslationResponse<readonly ["block-kanban", "core"], undefined>;
|
package/dist/externalVersion.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
module.exports = {
|
|
2
2
|
"react": "18.3.1",
|
|
3
|
-
"@tachybase/client": "1.
|
|
3
|
+
"@tachybase/client": "1.4.0",
|
|
4
4
|
"@tachybase/schema": "1.3.52",
|
|
5
5
|
"@ant-design/icons": "5.6.1",
|
|
6
6
|
"antd": "5.22.5",
|
|
7
|
-
"react-i18next": "
|
|
7
|
+
"react-i18next": "16.2.1",
|
|
8
8
|
"@tego/client": "1.3.52",
|
|
9
9
|
"lodash": "4.17.21",
|
|
10
10
|
"@tego/server": "1.3.52",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tachybase/plugin-block-kanban",
|
|
3
3
|
"displayName": "Block: Kanban",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.4.0",
|
|
5
5
|
"description": "Provides kanban block.",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"Blocks"
|
|
@@ -18,8 +18,8 @@
|
|
|
18
18
|
"antd": "5.22.5",
|
|
19
19
|
"lodash": "4.17.21",
|
|
20
20
|
"react-beautiful-dnd": "^13.1.1",
|
|
21
|
-
"react-i18next": "
|
|
22
|
-
"@tachybase/client": "1.
|
|
21
|
+
"react-i18next": "16.2.1",
|
|
22
|
+
"@tachybase/client": "1.4.0"
|
|
23
23
|
},
|
|
24
24
|
"description.zh-CN": "提供看板卡片。",
|
|
25
25
|
"displayName.zh-CN": "卡片:看板",
|