@tachybase/plugin-block-calendar 1.3.12 → 1.3.13
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/LICENSE +1 -1
- package/dist/externalVersion.js +5 -5
- package/package.json +7 -7
package/LICENSE
CHANGED
|
@@ -186,7 +186,7 @@
|
|
|
186
186
|
same "printed page" as the copyright notice for easier
|
|
187
187
|
identification within third-party archives.
|
|
188
188
|
|
|
189
|
-
Copyright [2023-
|
|
189
|
+
Copyright [2023-2025] [Tego team]
|
|
190
190
|
|
|
191
191
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
192
192
|
you may not use this file except in compliance with the License.
|
package/dist/externalVersion.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
module.exports = {
|
|
2
|
-
"@tachybase/client": "1.3.
|
|
2
|
+
"@tachybase/client": "1.3.13",
|
|
3
3
|
"react-i18next": "15.2.0",
|
|
4
|
-
"@tachybase/server": "1.3.
|
|
5
|
-
"@tachybase/test": "1.3.
|
|
4
|
+
"@tachybase/server": "1.3.13",
|
|
5
|
+
"@tachybase/test": "1.3.13",
|
|
6
6
|
"react": "18.3.1",
|
|
7
|
-
"@tachybase/schema": "1.3.
|
|
7
|
+
"@tachybase/schema": "1.3.13",
|
|
8
8
|
"@ant-design/icons": "5.3.7",
|
|
9
9
|
"dayjs": "1.11.13",
|
|
10
10
|
"lodash": "4.17.21",
|
|
11
11
|
"antd": "5.22.5",
|
|
12
12
|
"react-dom": "18.3.1",
|
|
13
|
-
"@tachybase/components": "1.3.
|
|
13
|
+
"@tachybase/components": "1.3.13"
|
|
14
14
|
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tachybase/plugin-block-calendar",
|
|
3
3
|
"displayName": "Calendar",
|
|
4
|
-
"version": "1.3.
|
|
4
|
+
"version": "1.3.13",
|
|
5
5
|
"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.",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"Collections",
|
|
@@ -22,14 +22,14 @@
|
|
|
22
22
|
"react-i18next": "^15.2.0",
|
|
23
23
|
"react-js-cron": "^3.2.0",
|
|
24
24
|
"solarlunar-es": "^1.0.9",
|
|
25
|
-
"@tachybase/components": "1.3.
|
|
26
|
-
"@tachybase/schema": "1.3.
|
|
25
|
+
"@tachybase/components": "1.3.13",
|
|
26
|
+
"@tachybase/schema": "1.3.13"
|
|
27
27
|
},
|
|
28
28
|
"peerDependencies": {
|
|
29
|
-
"@tachybase/
|
|
30
|
-
"@tachybase/server": "1.3.
|
|
31
|
-
"@tachybase/
|
|
32
|
-
"@tachybase/
|
|
29
|
+
"@tachybase/database": "1.3.13",
|
|
30
|
+
"@tachybase/server": "1.3.13",
|
|
31
|
+
"@tachybase/test": "1.3.13",
|
|
32
|
+
"@tachybase/client": "1.3.13"
|
|
33
33
|
},
|
|
34
34
|
"description.zh-CN": "提供日历数据表模板和卡片,用于管理日期数据,通常用于事件、约会、任务等与日期/时间相关的信息。",
|
|
35
35
|
"displayName.zh-CN": "日历",
|