@byteluck-fe/model-driven-controls 7.0.0-props.116 → 7.0.0-props.117

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.
@@ -3257,6 +3257,45 @@
3257
3257
  },
3258
3258
  "description": "下钻字段关联配置",
3259
3259
  "default": "new DrillRelation()"
3260
+ },
3261
+ "display": {
3262
+ "type": "object",
3263
+ "properties": {
3264
+ "visibleHeight": {
3265
+ "type": "number",
3266
+ "description": "下钻列表可视区域高度,单位 px",
3267
+ "default": 300
3268
+ },
3269
+ "margin": {
3270
+ "type": "object",
3271
+ "properties": {
3272
+ "marginTop": {
3273
+ "type": "number",
3274
+ "description": "下钻列表上边距,单位 px",
3275
+ "default": 0
3276
+ },
3277
+ "marginRight": {
3278
+ "type": "number",
3279
+ "description": "下钻列表右边距,单位 px",
3280
+ "default": 0
3281
+ },
3282
+ "marginBottom": {
3283
+ "type": "number",
3284
+ "description": "下钻列表下边距,单位 px",
3285
+ "default": 0
3286
+ },
3287
+ "marginLeft": {
3288
+ "type": "number",
3289
+ "description": "下钻列表左边距,单位 px",
3290
+ "default": 0
3291
+ }
3292
+ },
3293
+ "description": "下钻列表边距配置",
3294
+ "default": "new DrillDownDisplayMargin()"
3295
+ }
3296
+ },
3297
+ "description": "下钻列表展示配置",
3298
+ "default": "new DrillDownDisplay()"
3260
3299
  }
3261
3300
  },
3262
3301
  "description": "下钻列表配置",