@steedos/service-pages 2.4.0-beta.3 → 2.4.0-beta.4
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.
|
@@ -86,13 +86,14 @@
|
|
|
86
86
|
"type": "page",
|
|
87
87
|
name: `amis-${appId}-${objectApiName}-listview`,
|
|
88
88
|
"title": "Welcome to Steedos",
|
|
89
|
-
bodyClassName: 'p-3',
|
|
89
|
+
bodyClassName: 'steedos-listview p-0 sm:border bg-white sm:shadow sm:rounded border-slate-300 border-solid sm:m-3 flex flex-1 flex-col',
|
|
90
90
|
"body": [
|
|
91
91
|
{
|
|
92
92
|
"type": "steedos-object-listview",
|
|
93
93
|
showHeader: true,
|
|
94
94
|
"label": "列表视图",
|
|
95
95
|
"objectApiName": "${objectName}",
|
|
96
|
+
"columnsTogglable": false,
|
|
96
97
|
"listName": "all",
|
|
97
98
|
"id": "u:be7c6341cd11"
|
|
98
99
|
}
|
|
@@ -817,7 +818,7 @@
|
|
|
817
818
|
"type": "steedos-global-header",
|
|
818
819
|
"label": "Global Header",
|
|
819
820
|
className: 'flex flex-nowrap gap-x-3 items-center',
|
|
820
|
-
logoutScript: "window.
|
|
821
|
+
logoutScript: "window.Steedos.logout();",
|
|
821
822
|
customButtons: [
|
|
822
823
|
{
|
|
823
824
|
"type": "button",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@steedos/service-pages",
|
|
3
|
-
"version": "2.4.0-beta.
|
|
3
|
+
"version": "2.4.0-beta.4",
|
|
4
4
|
"main": "package.service.js",
|
|
5
5
|
"scripts": {},
|
|
6
6
|
"license": "MIT",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"publishConfig": {
|
|
9
9
|
"access": "public"
|
|
10
10
|
},
|
|
11
|
-
"gitHead": "
|
|
11
|
+
"gitHead": "c5a7aceb7af7ffa19263bf9de5bce97daa467491",
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"ejs": "^3.1.8"
|
|
14
14
|
}
|