@nocobase/plugin-calendar 0.21.0-alpha.6 → 0.21.0-alpha.7

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.
@@ -10,3 +10,8 @@ export declare const CalendarBlockInitializer: ({ filterCollections, onlyCurrent
10
10
  createBlockSchema?: (options: any) => any;
11
11
  showAssociationFields?: boolean;
12
12
  }) => React.JSX.Element;
13
+ export declare const useCreateCalendarBlock: () => {
14
+ createCalendarBlock: ({ item }: {
15
+ item: any;
16
+ }) => Promise<void>;
17
+ };
@@ -1,9 +1,9 @@
1
1
  module.exports = {
2
- "@nocobase/client": "0.21.0-alpha.6",
3
- "react": "18.2.0",
2
+ "@nocobase/client": "0.21.0-alpha.7",
4
3
  "react-i18next": "11.18.6",
5
- "@nocobase/server": "0.21.0-alpha.6",
6
- "@nocobase/test": "0.21.0-alpha.6",
4
+ "@nocobase/server": "0.21.0-alpha.7",
5
+ "@nocobase/test": "0.21.0-alpha.7",
6
+ "react": "18.2.0",
7
7
  "@ant-design/icons": "5.2.6",
8
8
  "@formily/react": "2.3.0",
9
9
  "dayjs": "1.11.10",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nocobase/plugin-calendar",
3
- "version": "0.21.0-alpha.6",
3
+ "version": "0.21.0-alpha.7",
4
4
  "displayName": "Calendar",
5
5
  "displayName.zh-CN": "日历",
6
6
  "description": "Provides callendar collection template and block for managing date data, typically for date/time related information such as events, appointments, tasks, and so on.",
@@ -36,7 +36,7 @@
36
36
  "url": "git+https://github.com/nocobase/nocobase.git",
37
37
  "directory": "packages/plugins/calendar"
38
38
  },
39
- "gitHead": "25eaaf1bdf44d2b457a3a3742532db9d2008216b",
39
+ "gitHead": "b1be3993f8aa81173d01bc390aa8e4c5adcc0e2d",
40
40
  "keywords": [
41
41
  "Collections",
42
42
  "Blocks"