@steedos-widgets/amis-object 6.10.54-beta.19 → 6.10.54-beta.20
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/dist/amis-object.umd.css +22 -0
- package/dist/assets.json +5 -5
- package/package.json +4 -4
package/dist/amis-object.umd.css
CHANGED
|
@@ -2120,6 +2120,28 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
2120
2120
|
.steedos-object-listview .antd-Wrapper .steedos-listview-change-button .antd-DropDown-menu li:hover .steedos-listview-edit-button:hover .fa-edit {
|
|
2121
2121
|
color: #2468f2;
|
|
2122
2122
|
}
|
|
2123
|
+
/*
|
|
2124
|
+
手机端列表视图点"筛选"弹出的筛选面板字号过大(steedos/steedos-plugins#883)
|
|
2125
|
+
amis antd 主题在 max-width: 767px 下把表单的 label / 控件 / input 字号统一提到 --fontSizeLg(16px),
|
|
2126
|
+
筛选面板本质是 crud 里的一个 amis 表单,所以整块被放大,和 13px 的列表内容、14px 的页面基准不协调。
|
|
2127
|
+
这里只针对筛选面板(.slds-filters)覆盖为 --fontSizeMd(14px),不影响记录表单等其它手机端表单。
|
|
2128
|
+
作用域限定在两种列表容器内:.steedos-object-table 是列表视图、相关列表;
|
|
2129
|
+
.steedos-lookup-crud 是 lookup 字段弹窗里的列表,它不在 .steedos-object-table 内,需要单独列出。
|
|
2130
|
+
*/
|
|
2131
|
+
@media (max-width: 767px) {
|
|
2132
|
+
.steedos-object-table .slds-filters .antd-Form-item .antd-Form-label,
|
|
2133
|
+
.steedos-lookup-crud .slds-filters .antd-Form-item .antd-Form-label,
|
|
2134
|
+
.steedos-object-table .slds-filters .antd-Form-item .antd-Form-control,
|
|
2135
|
+
.steedos-lookup-crud .slds-filters .antd-Form-item .antd-Form-control,
|
|
2136
|
+
.steedos-object-table .slds-filters .antd-Form-item .antd-Form-value,
|
|
2137
|
+
.steedos-lookup-crud .slds-filters .antd-Form-item .antd-Form-value,
|
|
2138
|
+
.steedos-object-table .slds-filters .antd-Form-item input,
|
|
2139
|
+
.steedos-lookup-crud .slds-filters .antd-Form-item input,
|
|
2140
|
+
.steedos-object-table .slds-filters .antd-Form-item .antd-Select.is-mobile,
|
|
2141
|
+
.steedos-lookup-crud .slds-filters .antd-Form-item .antd-Select.is-mobile {
|
|
2142
|
+
font-size: var(--fontSizeMd);
|
|
2143
|
+
}
|
|
2144
|
+
}
|
|
2123
2145
|
|
|
2124
2146
|
@media (min-width: 767px) {
|
|
2125
2147
|
/* 列表快速编辑功能样式 */
|
package/dist/assets.json
CHANGED
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
{
|
|
4
4
|
"package": "@steedos-widgets/amis-object",
|
|
5
5
|
"urls": [
|
|
6
|
-
"https://unpkg.com/@steedos-widgets/amis-object@6.10.54-beta.
|
|
7
|
-
"https://unpkg.com/@steedos-widgets/amis-object@6.10.54-beta.
|
|
6
|
+
"https://unpkg.com/@steedos-widgets/amis-object@6.10.54-beta.20/dist/amis-object.umd.js",
|
|
7
|
+
"https://unpkg.com/@steedos-widgets/amis-object@6.10.54-beta.20/dist/amis-object.umd.css"
|
|
8
8
|
],
|
|
9
9
|
"library": "BuilderAmisObject"
|
|
10
10
|
}
|
|
@@ -15,10 +15,10 @@
|
|
|
15
15
|
"npm": {
|
|
16
16
|
"package": "@steedos-widgets/amis-object"
|
|
17
17
|
},
|
|
18
|
-
"url": "https://unpkg.com/@steedos-widgets/amis-object@6.10.54-beta.
|
|
18
|
+
"url": "https://unpkg.com/@steedos-widgets/amis-object@6.10.54-beta.20/dist/meta.js",
|
|
19
19
|
"urls": {
|
|
20
|
-
"default": "https://unpkg.com/@steedos-widgets/amis-object@6.10.54-beta.
|
|
21
|
-
"design": "https://unpkg.com/@steedos-widgets/amis-object@6.10.54-beta.
|
|
20
|
+
"default": "https://unpkg.com/@steedos-widgets/amis-object@6.10.54-beta.20/dist/meta.js",
|
|
21
|
+
"design": "https://unpkg.com/@steedos-widgets/amis-object@6.10.54-beta.20/dist/meta.js"
|
|
22
22
|
}
|
|
23
23
|
}
|
|
24
24
|
]
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@steedos-widgets/amis-object",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "6.10.54-beta.
|
|
4
|
+
"version": "6.10.54-beta.20",
|
|
5
5
|
"main": "dist/amis-object.cjs.js",
|
|
6
6
|
"module": "dist/amis-object.esm.js",
|
|
7
7
|
"unpkg": "dist/amis-object.umd.js",
|
|
@@ -35,8 +35,8 @@
|
|
|
35
35
|
"@rollup/plugin-commonjs": "^29.0.0",
|
|
36
36
|
"@rollup/plugin-node-resolve": "^13.1.3",
|
|
37
37
|
"@rollup/plugin-typescript": "^8.4.0",
|
|
38
|
-
"@steedos-widgets/amis-lib": "6.10.54-beta.
|
|
39
|
-
"@steedos-widgets/steedos-lib": "6.10.54-beta.
|
|
38
|
+
"@steedos-widgets/amis-lib": "6.10.54-beta.20",
|
|
39
|
+
"@steedos-widgets/steedos-lib": "6.10.54-beta.20",
|
|
40
40
|
"autoprefixer": "^10.4.13",
|
|
41
41
|
"cors": "^2.8.5",
|
|
42
42
|
"dotenv-flow": "^3.2.0",
|
|
@@ -64,5 +64,5 @@
|
|
|
64
64
|
"typescript": "^5.6.2",
|
|
65
65
|
"uglify-js": "^3.17.0"
|
|
66
66
|
},
|
|
67
|
-
"gitHead": "
|
|
67
|
+
"gitHead": "fb83fdf787985e95b4f0196f471d5c4337945d82"
|
|
68
68
|
}
|