@nocobase/plugin-calendar 2.1.0-alpha.21 → 2.1.0-alpha.23

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.
@@ -20,7 +20,7 @@ type CalendarCollectionField = {
20
20
  };
21
21
  };
22
22
  export declare class CalendarBlockModel extends CollectionBlockModel {
23
- static scene: import("@nocobase/client").BlockSceneType;
23
+ static scene: import("@nocobase/client-v2").BlockSceneType;
24
24
  customModelClasses: {
25
25
  CollectionActionGroupModel: string;
26
26
  };
@@ -6,7 +6,7 @@
6
6
  * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
7
  * For more information, please refer to: https://www.nocobase.com/agreement.
8
8
  */
9
- import { PopupActionModel } from '@nocobase/client';
9
+ import { PopupActionModel } from '@nocobase/client-v2';
10
10
  export declare const createCalendarQuickCreateActionOptions: (uid?: string) => {
11
11
  uid: string;
12
12
  use: string;
@@ -35,12 +35,12 @@ declare class CalendarPopupActionModel extends PopupActionModel {
35
35
  };
36
36
  }
37
37
  export declare class CalendarQuickCreateActionModel extends CalendarPopupActionModel {
38
- static scene: import("@nocobase/client").ActionSceneType;
38
+ static scene: import("@nocobase/client-v2").ActionSceneType;
39
39
  defaultPopupTitle: string;
40
40
  getAclActionName(): any;
41
41
  }
42
42
  export declare class CalendarEventViewActionModel extends CalendarPopupActionModel {
43
- static scene: import("@nocobase/client").ActionSceneType;
43
+ static scene: import("@nocobase/client-v2").ActionSceneType;
44
44
  defaultPopupTitle: string;
45
45
  getAclActionName(): any;
46
46
  }
@@ -8,20 +8,21 @@
8
8
  */
9
9
 
10
10
  module.exports = {
11
- "@nocobase/client": "2.1.0-alpha.21",
11
+ "@nocobase/client": "2.1.0-alpha.23",
12
12
  "react": "18.2.0",
13
13
  "react-i18next": "11.18.6",
14
- "@nocobase/server": "2.1.0-alpha.21",
15
- "@nocobase/test": "2.1.0-alpha.21",
14
+ "@nocobase/server": "2.1.0-alpha.23",
15
+ "@nocobase/test": "2.1.0-alpha.23",
16
16
  "@ant-design/icons": "5.6.1",
17
17
  "@formily/react": "2.3.7",
18
18
  "dayjs": "1.11.13",
19
19
  "lodash": "4.18.1",
20
- "@nocobase/flow-engine": "2.1.0-alpha.21",
20
+ "@nocobase/flow-engine": "2.1.0-alpha.23",
21
21
  "antd": "5.24.2",
22
22
  "react-dom": "18.2.0",
23
23
  "antd-style": "3.7.1",
24
24
  "@formily/core": "2.3.7",
25
25
  "@formily/shared": "2.3.7",
26
+ "@nocobase/client-v2": "2.1.0-alpha.23",
26
27
  "@formily/antd-v5": "1.2.3"
27
28
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nocobase/plugin-calendar",
3
- "version": "2.1.0-alpha.21",
3
+ "version": "2.1.0-alpha.23",
4
4
  "displayName": "Calendar",
5
5
  "displayName.ru-RU": "Календарь",
6
6
  "displayName.zh-CN": "日历",
@@ -39,7 +39,7 @@
39
39
  "url": "git+https://github.com/nocobase/nocobase.git",
40
40
  "directory": "packages/plugins/calendar"
41
41
  },
42
- "gitHead": "b4c2b469f321ecaec7863a8ae371a02fe6a35aa2",
42
+ "gitHead": "baa19dafe25e85b680b2fea7451f202831930c1c",
43
43
  "keywords": [
44
44
  "Collections",
45
45
  "Blocks"