@nocobase/plugin-calendar 1.3.38-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.
- package/dist/client/index.js +8 -8
- package/dist/client/schema-initializer/CalendarBlockProvider.d.ts +1 -0
- package/dist/externalVersion.js +3 -3
- package/dist/locale/{en_US.json → en-US.json} +12 -1
- package/dist/locale/{es_ES.json → es-ES.json} +12 -1
- package/dist/locale/zh-CN.json +4 -1
- package/package.json +2 -2
- /package/dist/locale/{fr_FR.json → fr-FR.json} +0 -0
- /package/dist/locale/{ja_JP.json → ja-JP.json} +0 -0
- /package/dist/locale/{ko_KR.json → ko-KR.json} +0 -0
- /package/dist/locale/{pt_BR.json → pt-BR.json} +0 -0
- /package/dist/locale/{ru_RU.json → ru-RU.json} +0 -0
- /package/dist/locale/{tr_TR.json → tr-TR.json} +0 -0
- /package/dist/locale/{uk_UA.json → uk-UA.json} +0 -0
package/dist/externalVersion.js
CHANGED
|
@@ -8,10 +8,10 @@
|
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
module.exports = {
|
|
11
|
-
"@nocobase/client": "1.
|
|
11
|
+
"@nocobase/client": "1.4.0-alpha",
|
|
12
12
|
"react-i18next": "11.18.6",
|
|
13
|
-
"@nocobase/server": "1.
|
|
14
|
-
"@nocobase/test": "1.
|
|
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
|
};
|
package/dist/locale/zh-CN.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nocobase/plugin-calendar",
|
|
3
|
-
"version": "1.
|
|
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": "
|
|
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
|