@nocobase/plugin-calendar 0.18.0-alpha.9 → 0.19.0-alpha.2
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,2 +1,2 @@
|
|
|
1
1
|
import { SchemaInitializer } from '@nocobase/client';
|
|
2
|
-
export declare const CalendarActionInitializers: SchemaInitializer
|
|
2
|
+
export declare const CalendarActionInitializers: SchemaInitializer;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { SchemaInitializer } from '@nocobase/client';
|
|
2
|
-
export declare const CalendarFormActionInitializers: SchemaInitializer
|
|
2
|
+
export declare const CalendarFormActionInitializers: SchemaInitializer;
|
package/dist/externalVersion.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
module.exports = {
|
|
2
|
-
"@nocobase/client": "0.
|
|
2
|
+
"@nocobase/client": "0.19.0-alpha.2",
|
|
3
3
|
"react-i18next": "11.18.6",
|
|
4
|
-
"@nocobase/server": "0.
|
|
4
|
+
"@nocobase/server": "0.19.0-alpha.2",
|
|
5
5
|
"@formily/react": "2.3.0",
|
|
6
6
|
"react": "18.2.0",
|
|
7
7
|
"@ant-design/icons": "5.2.6",
|
|
8
8
|
"@formily/core": "2.3.0",
|
|
9
9
|
"dayjs": "1.11.10",
|
|
10
10
|
"lodash": "4.17.21",
|
|
11
|
-
"antd": "5.12.
|
|
11
|
+
"antd": "5.12.8",
|
|
12
12
|
"react-dom": "18.2.0",
|
|
13
13
|
"antd-style": "3.4.5",
|
|
14
14
|
"@formily/shared": "2.3.0",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nocobase/plugin-calendar",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.19.0-alpha.2",
|
|
4
4
|
"displayName": "Calendar",
|
|
5
5
|
"displayName.zh-CN": "日历",
|
|
6
6
|
"description": "Provide calendar template and block",
|
|
@@ -34,5 +34,5 @@
|
|
|
34
34
|
"url": "git+https://github.com/nocobase/nocobase.git",
|
|
35
35
|
"directory": "packages/plugins/calendar"
|
|
36
36
|
},
|
|
37
|
-
"gitHead": "
|
|
37
|
+
"gitHead": "cff5b77ecf12ccdb450d50d505b3aa44a68478c8"
|
|
38
38
|
}
|