ados-rcm 1.1.168 → 1.1.169
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/AModule/AComponents/AFrame/AFrame.d.ts +2 -2
- package/dist/index.cjs.js +16 -16
- package/dist/index.es.js +872 -870
- package/package.json +1 -1
@@ -78,11 +78,11 @@ export interface IADivideFrameProps extends DetailedHTMLProps<React.HTMLAttribut
|
|
78
78
|
*/
|
79
79
|
lefts: number[];
|
80
80
|
/**
|
81
|
-
* minLength? : number =
|
81
|
+
* minLength? : number = 40
|
82
82
|
*
|
83
83
|
* Description : decides the minimum length of each child frame. The length is the width when direction is 'Row' and the height when direction is 'Col'.
|
84
84
|
*/
|
85
|
-
minLength?: number;
|
85
|
+
minLength?: number | number[];
|
86
86
|
/**
|
87
87
|
* children : React.ReactNode | React.ReactNode[]
|
88
88
|
*
|