@steedos/schemas 3.0.15-beta.13 → 3.0.15-beta.15
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/listview/schema.json +4 -0
- package/package.json +2 -2
package/listview/schema.json
CHANGED
|
@@ -156,6 +156,10 @@
|
|
|
156
156
|
"type": "string",
|
|
157
157
|
"description": "日程资源字段,选择一个相关表字段来标记日程所属资源,日历视图将按此字段进行分组显示。"
|
|
158
158
|
},
|
|
159
|
+
"calendar_resource_sort": {
|
|
160
|
+
"type": "string",
|
|
161
|
+
"description": "日程资源排序,例如:\"name desc\" 或 \"region asc,name asc\"。"
|
|
162
|
+
},
|
|
159
163
|
"calendar_current_view": {
|
|
160
164
|
"type": "string",
|
|
161
165
|
"description": "日程默认视图,默认为week"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@steedos/schemas",
|
|
3
|
-
"version": "3.0.15-beta.
|
|
3
|
+
"version": "3.0.15-beta.15",
|
|
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": "
|
|
11
|
+
"gitHead": "1f6629ff6d4ad975ff3db955b5705e9316f4f812"
|
|
12
12
|
}
|