@nocobase/plugin-kanban 0.20.0-alpha.10 → 0.20.0-alpha.11
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,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { CompatibleSchemaInitializer } from '@nocobase/client';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
export declare const KanbanCardDesigner: () => React.JSX.Element;
|
|
4
|
-
|
|
4
|
+
/**
|
|
5
|
+
* @deprecated
|
|
6
|
+
*/
|
|
7
|
+
export declare const kanbanCardInitializers_deprecated: CompatibleSchemaInitializer;
|
|
8
|
+
export declare const kanbanCardInitializers: CompatibleSchemaInitializer;
|
|
@@ -1,2 +1,6 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
1
|
+
import { CompatibleSchemaInitializer } from '@nocobase/client';
|
|
2
|
+
/**
|
|
3
|
+
* @deprecated
|
|
4
|
+
*/
|
|
5
|
+
export declare const kanbanActionInitializers_deprecated: CompatibleSchemaInitializer;
|
|
6
|
+
export declare const kanbanActionInitializers: CompatibleSchemaInitializer;
|