@steedos-widgets/amis-lib 6.10.1-beta.18 → 6.10.1-beta.19

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/index.esm.js CHANGED
@@ -10481,7 +10481,7 @@ async function getObjectRelatedListsMiniSchema(objectApiName){
10481
10481
  * @Author: baozhoutao@steedos.com
10482
10482
  * @Date: 2022-07-05 15:55:39
10483
10483
  * @LastEditors: 殷亮辉 yinlianghui@hotoa.com
10484
- * @LastEditTime: 2025-04-22 17:44:32
10484
+ * @LastEditTime: 2025-05-20 19:29:36
10485
10485
  * @Description:
10486
10486
  */
10487
10487
 
@@ -10802,7 +10802,7 @@ async function getListSchema(
10802
10802
  }
10803
10803
 
10804
10804
  if (window.innerWidth > 768) {
10805
- // 列表视图组件PC端高度自动计算实现满屏效果,手机端不需要满屏效果,所以不用autofillheight,且允许重写微页面中重新组件autoFillHeight属性
10805
+ // 列表视图组件PC端高度自动计算实现满屏效果,手机端不需要满屏效果,所以不用autofillheight,且允许微页面中重写组件autoFillHeight属性
10806
10806
  defaults.listSchema = defaultsDeep$1({}, defaults.listSchema || {}, {
10807
10807
  autoFillHeight: true
10808
10808
  });