@steedos/standard-object-database 2.4.0-beta.33 → 2.4.0-beta.34
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.
|
@@ -57,7 +57,7 @@ fields:
|
|
|
57
57
|
}, {
|
|
58
58
|
label: "显示在记录查看页右上角的“更多”下拉菜单中,以及列表视图中每项的下拉菜单中",
|
|
59
59
|
value: "record_more",
|
|
60
|
-
icon: "
|
|
60
|
+
icon: "lead_list"
|
|
61
61
|
}, {
|
|
62
62
|
label: "显示在列表视图中每项的下拉菜单中",
|
|
63
63
|
value: "list_item",
|
|
@@ -69,7 +69,7 @@ fields:
|
|
|
69
69
|
}, {
|
|
70
70
|
label: "显示在记录查看页右上角的“更多”下拉菜单中",
|
|
71
71
|
value: "record_only_more",
|
|
72
|
-
icon: "
|
|
72
|
+
icon: "lead_list"
|
|
73
73
|
}];
|
|
74
74
|
}
|
|
75
75
|
type:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@steedos/standard-object-database",
|
|
3
|
-
"version": "2.4.0-beta.
|
|
3
|
+
"version": "2.4.0-beta.34",
|
|
4
4
|
"main": "package.service.js",
|
|
5
5
|
"private": false,
|
|
6
6
|
"publishConfig": {
|
|
@@ -15,5 +15,5 @@
|
|
|
15
15
|
},
|
|
16
16
|
"repository": {},
|
|
17
17
|
"license": "MIT",
|
|
18
|
-
"gitHead": "
|
|
18
|
+
"gitHead": "099bf6d6e87ab46788e13eb39fb937cda0ea593f"
|
|
19
19
|
}
|