@steedos/schemas 3.0.0 → 3.0.2-beta.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.
@@ -34,7 +34,7 @@
34
34
  "type": {
35
35
  "type": "string",
36
36
  "description": "列表显示类型,默认为grid",
37
- "enum": ["grid", "calendar"]
37
+ "enum": ["grid", "cards", "calendar", "timeline"]
38
38
  },
39
39
  "filter_scope": {
40
40
  "type": "string",
@@ -127,6 +127,26 @@
127
127
  "crud": {
128
128
  "type": "object",
129
129
  "description": "重写列表crud配置,请使用json格式配置。"
130
+ },
131
+ "calendar_start_field": {
132
+ "type": "string",
133
+ "description": "日程开始时间字段"
134
+ },
135
+ "calendar_end_field": {
136
+ "type": "string",
137
+ "description": "日程结束时间字段"
138
+ },
139
+ "calendar_all_day_field": {
140
+ "type": "string",
141
+ "description": "日程是否全天字段,选择一个布尔字段来标记日程是否为全天事件。"
142
+ },
143
+ "calendar_group_field": {
144
+ "type": "string",
145
+ "description": "日程资源字段,选择一个相关表字段来标记日程所属资源,日历视图将按此字段进行分组显示。"
146
+ },
147
+ "calendar_current_view": {
148
+ "type": "string",
149
+ "description": "日程默认视图,默认为week"
130
150
  }
131
151
  }
132
152
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/schemas",
3
- "version": "3.0.0",
3
+ "version": "3.0.2-beta.2",
4
4
  "main": "index.js",
5
5
  "repository": "https://github.com/steedos/schemas.git",
6
6
  "author": "sunhaolin <sunhaolin@hotoa.com>",
@@ -8,5 +8,5 @@
8
8
  "publishConfig": {
9
9
  "access": "public"
10
10
  },
11
- "gitHead": "20ea485d800dd4ad0a99c82b26000879c2f85741"
11
+ "gitHead": "6cc1a7f6c5baff5296129c180b0f454e89699cef"
12
12
  }