@nocobase/plugin-calendar 1.3.39-beta → 1.4.0-alpha

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.
@@ -13,5 +13,6 @@ export declare const useCalendarBlockContext: () => any;
13
13
  export declare const useCalendarBlockProps: () => {
14
14
  fieldNames: any;
15
15
  showLunar: any;
16
+ defaultView: any;
16
17
  fixedBlock: any;
17
18
  };
@@ -8,10 +8,10 @@
8
8
  */
9
9
 
10
10
  module.exports = {
11
- "@nocobase/client": "1.3.39-beta",
11
+ "@nocobase/client": "1.4.0-alpha",
12
12
  "react-i18next": "11.18.6",
13
- "@nocobase/server": "1.3.39-beta",
14
- "@nocobase/test": "1.3.39-beta",
13
+ "@nocobase/server": "1.4.0-alpha",
14
+ "@nocobase/test": "1.4.0-alpha",
15
15
  "react": "18.2.0",
16
16
  "@ant-design/icons": "5.2.6",
17
17
  "@formily/react": "2.3.0",
@@ -7,6 +7,15 @@
7
7
  * For more information, please refer to: https://www.nocobase.com/agreement.
8
8
  */
9
9
 
10
+ /**
11
+ * This file is part of the NocoBase (R) project.
12
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
13
+ * Authors: NocoBase Team.
14
+ *
15
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
16
+ * For more information, please refer to: https://www.nocobase.com/agreement.
17
+ */
18
+
10
19
  export default {
11
20
  "Configure calendar": "Configure calendar",
12
21
  "Title field": "Title field",
@@ -50,5 +59,7 @@ export default {
50
59
  "Weekly": "Weekly",
51
60
  "Monthly": "Monthly",
52
61
  "Yearly": "Yearly",
53
- "Repeats": "Repeats"
62
+ "Repeats": "Repeats",
63
+ "Background color field": "Background color field",
64
+ "Not selected": "Not selected",
54
65
  };
@@ -7,6 +7,15 @@
7
7
  * For more information, please refer to: https://www.nocobase.com/agreement.
8
8
  */
9
9
 
10
+ /**
11
+ * This file is part of the NocoBase (R) project.
12
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
13
+ * Authors: NocoBase Team.
14
+ *
15
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
16
+ * For more information, please refer to: https://www.nocobase.com/agreement.
17
+ */
18
+
10
19
  export default {
11
20
  "Configure calendar": "Configurar calendario",
12
21
  "Title field": "Campo de título",
@@ -50,5 +59,7 @@ export default {
50
59
  "Weekly": "Semanal",
51
60
  "Monthly": "Mensual",
52
61
  "Yearly": "Anual",
53
- "Repeats": "se repite"
62
+ "Repeats": "se repite",
63
+ "Background color field": "Campo de color de fondo",
64
+ "Not selected": "No seleccionado",
54
65
  };
@@ -46,5 +46,8 @@
46
46
  "Title": "标题",
47
47
  "Month": "月",
48
48
  "Week": "周",
49
- "{{count}} more items": "{{count}} 更多事项"
49
+ "{{count}} more items": "{{count}} 更多事项",
50
+ "Background color field": "背景颜色字段",
51
+ "Not selected": "未选择",
52
+ "Default view": "默认视图"
50
53
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nocobase/plugin-calendar",
3
- "version": "1.3.39-beta",
3
+ "version": "1.4.0-alpha",
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": "68daadf8575cddf9eeb09a1a672f9baf7aabe67a",
39
+ "gitHead": "f097a2bddec152522b5645bd5d451f4c866d2060",
40
40
  "keywords": [
41
41
  "Collections",
42
42
  "Blocks"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes