You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Allows you to set the default width of the resizable list in %
157
+
* Allows you to set the default width of the resizable list in % on vertical-split
158
+
* Allows you to set the default height of the resizable list in % on horizontal-split
154
159
* Must be between listMinWidth and listMaxWidth
155
160
*/
156
161
listSize: {
@@ -159,15 +164,17 @@ export default {
159
164
},
160
165
161
166
/**
162
-
* Allows you to set the minimum width of the list column in %
167
+
* Allows you to set the minimum width of the list column in % on vertical-split
168
+
* Allows you to set the minimum height of the list column in % on horizontal-split
163
169
*/
164
170
listMinWidth: {
165
171
type:Number,
166
172
default:15,
167
173
},
168
174
169
175
/**
170
-
* Allows you to set the maximum width of the list column in %
176
+
* Allows you to set the maximum width of the list column in % on vertical-split
177
+
* Allows you to set the maximum height of the list column in % on horizontal-split
171
178
*/
172
179
listMaxWidth: {
173
180
type:Number,
@@ -206,13 +213,14 @@ export default {
206
213
* Content layout used when there is a list together with content:
207
214
* - `vertical-split` - a 2-column layout with list and default content separated vertically
208
215
* - `no-split` - a single column layout; List is shown when `showDetails` is `false`, otherwise the default slot content is shown with a back button to return to the list.
216
+
* - 'horizontal-split' - a 2-column layout with list and default content separated horizontally
0 commit comments