@byteluck-fe/model-driven-controls 7.0.0-props.21 → 7.0.0-props.22

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.
@@ -18,18 +18,11 @@ interface ImagePropertyInterface extends AttachmentPropertyInterface {
18
18
  * @public
19
19
  */
20
20
  maxPixel: number;
21
- /**
22
- * 图片尺寸限制;第一个值为宽度限制;第二个值为高度限制;空数组则没有限制
23
- * @defaultValue []
24
- * @public
25
- */
26
- maxWidthHeight: number[];
27
21
  }
28
22
  declare class ImageProperty extends AttachmentProperty implements ImagePropertyInterface {
29
23
  compressTypeCode: string;
30
24
  compressRatio: number;
31
25
  maxPixel: number;
32
- maxWidthHeight: number[];
33
26
  constructor(props?: Partial<ImageProperty>);
34
27
  }
35
28
  export default ImageProperty;
@@ -22,18 +22,11 @@ interface CollapsePropertyInterface extends LayoutControlPropertyInterface {
22
22
  * @public
23
23
  */
24
24
  isShowHighlightBar: boolean;
25
- /**
26
- * 幽灵折叠面板,使折叠面板透明且无边框
27
- * @defaultValue false
28
- * @public
29
- */
30
- ghost: boolean;
31
25
  }
32
26
  declare class CollapseControlProperty extends LayoutControlProperty implements CollapsePropertyInterface {
33
27
  accordion: boolean;
34
28
  bordered: boolean;
35
29
  isShowHighlightBar: boolean;
36
- ghost: boolean;
37
30
  constructor(props?: Partial<CollapseControlProperty>);
38
31
  }
39
32
  export default CollapseControlProperty;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@byteluck-fe/model-driven-controls",
3
- "version": "7.0.0-props.21",
3
+ "version": "7.0.0-props.22",
4
4
  "description": "> TODO: description",
5
5
  "author": "郝晨光 <2293885211@qq.com>",
6
6
  "homepage": "",
@@ -31,5 +31,5 @@
31
31
  "@byteluck-fe/model-driven-shared": "7.0.0-props.19",
32
32
  "async-validator": "3.5.1"
33
33
  },
34
- "gitHead": "dbdaee2fd60121b8b9ae70d322a69e971554188a"
34
+ "gitHead": "d0e8a37e0e56238c4c26417df5f74997bdc11539"
35
35
  }