@nocobase/plugin-kanban 2.1.0-beta.35 → 2.1.0-beta.36
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.
|
@@ -64,12 +64,12 @@ export declare class KanbanBlockModel extends CollectionBlockModel<{
|
|
|
64
64
|
getEffectiveSortFieldName(groupFieldOrName?: any): any;
|
|
65
65
|
getDragEnabled(): boolean;
|
|
66
66
|
getCardOpenMode(): "dialog" | "embed" | "drawer";
|
|
67
|
-
getCardPopupSize(): "
|
|
67
|
+
getCardPopupSize(): "small" | "large" | "medium";
|
|
68
68
|
getCardPopupTemplateUid(): string;
|
|
69
69
|
getCardPopupPageModelClass(): any;
|
|
70
70
|
getQuickCreateEnabled(): boolean;
|
|
71
71
|
getPopupMode(): "dialog" | "embed" | "drawer";
|
|
72
|
-
getPopupSize(): "
|
|
72
|
+
getPopupSize(): "small" | "large" | "medium";
|
|
73
73
|
getPopupTemplateUid(): string;
|
|
74
74
|
getPopupPageModelClass(): any;
|
|
75
75
|
getPopupTargetUid(): string;
|
|
@@ -44,7 +44,7 @@ export declare const getDefaultKanbanColor: (index: number, fallback?: string) =
|
|
|
44
44
|
export declare const resolveKanbanColorValue: (color?: string) => string;
|
|
45
45
|
export declare const toKanbanAlphaColor: (color?: string, alpha?: number) => string;
|
|
46
46
|
export declare const normalizeKanbanCardOpenMode: (value?: string) => "dialog" | "embed" | "drawer";
|
|
47
|
-
export declare const normalizeKanbanPopupSize: (value?: string) => "
|
|
47
|
+
export declare const normalizeKanbanPopupSize: (value?: string) => "small" | "large" | "medium";
|
|
48
48
|
export declare const isKanbanGroupField: (field: any) => boolean;
|
|
49
49
|
export declare const isAssociationGroupField: (field: any) => boolean;
|
|
50
50
|
export declare const isMultipleGroupField: (field: any) => boolean;
|
package/dist/externalVersion.js
CHANGED
|
@@ -11,19 +11,19 @@ module.exports = {
|
|
|
11
11
|
"@ant-design/icons": "5.6.1",
|
|
12
12
|
"@formily/react": "2.3.7",
|
|
13
13
|
"@formily/shared": "2.3.7",
|
|
14
|
-
"@nocobase/client": "2.1.0-beta.
|
|
14
|
+
"@nocobase/client": "2.1.0-beta.36",
|
|
15
15
|
"antd": "5.24.2",
|
|
16
16
|
"react": "18.2.0",
|
|
17
17
|
"react-i18next": "11.18.6",
|
|
18
18
|
"@emotion/css": "11.13.0",
|
|
19
19
|
"@formily/antd-v5": "1.2.3",
|
|
20
20
|
"@formily/core": "2.3.7",
|
|
21
|
-
"@nocobase/utils": "2.1.0-beta.
|
|
22
|
-
"@nocobase/flow-engine": "2.1.0-beta.
|
|
21
|
+
"@nocobase/utils": "2.1.0-beta.36",
|
|
22
|
+
"@nocobase/flow-engine": "2.1.0-beta.36",
|
|
23
23
|
"lodash": "4.18.1",
|
|
24
|
-
"@nocobase/client-v2": "2.1.0-beta.
|
|
25
|
-
"@nocobase/server": "2.1.0-beta.
|
|
26
|
-
"@nocobase/test": "2.1.0-beta.
|
|
24
|
+
"@nocobase/client-v2": "2.1.0-beta.36",
|
|
25
|
+
"@nocobase/server": "2.1.0-beta.36",
|
|
26
|
+
"@nocobase/test": "2.1.0-beta.36",
|
|
27
27
|
"antd-style": "3.7.1",
|
|
28
28
|
"@dnd-kit/core": "6.1.0",
|
|
29
29
|
"@dnd-kit/sortable": "7.0.2"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nocobase/plugin-kanban",
|
|
3
|
-
"version": "2.1.0-beta.
|
|
3
|
+
"version": "2.1.0-beta.36",
|
|
4
4
|
"main": "dist/server/index.js",
|
|
5
5
|
"homepage": "https://docs.nocobase.com/handbook/block-kanban",
|
|
6
6
|
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/block-kanban",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"@dnd-kit/sortable": "^7.0.0",
|
|
24
24
|
"react-intersection-observer": "^9.8.1"
|
|
25
25
|
},
|
|
26
|
-
"gitHead": "
|
|
26
|
+
"gitHead": "397d45c744f6eb48b3a0cd785c87cbf1257c3513",
|
|
27
27
|
"keywords": [
|
|
28
28
|
"Blocks"
|
|
29
29
|
]
|