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
desc:'Specifies the position of the handle. Valid values are <code class="ic">border</code>, <code class="ic">center</code>, <code class="ic">top</code>, <code class="ic">bottom</code>.',
438
+
desc:'Specifies the position of the handle. Valid values are <code class="ic">border</code>, <code class="ic">center</code>, <code class="ic">top</code>, <code class="ic">bottom</code>. If <code class="ic">location</code> prop is set to <code class="ic">top</code> or <code class="ic">bottom</code>, the handle position <code class="ic">top</code> and <code class="ic">bottom</code> are not allowed.',
439
439
name:'handle-position',
440
-
type:'string',
440
+
type:"'bottom' | 'border' | 'center' | 'top'",
441
441
},
442
442
{
443
443
default:'start',
444
-
desc:'Places the navigation drawer position on the the screen. *<code class="ic">top</code> and <code class="ic">bottom</code> are not supported',
444
+
desc:'Places the navigation drawer position on the the screen.',
desc:'Determines if the width or height of the navigation drawer should snap back if the <code class="ic">min-width</code>, <code class="ic">max-width</code>, <code class="ic">min-height</code> or <code class="ic">max-height</code> prop values pass their respective thresholds. (previously <code class="ic">width-snap-back</code>. Backwards compatible)',
475
+
name:'snap-back',
476
+
type:'boolean',
477
+
},
472
478
{
473
479
default:'v-resize-drawer-width',
474
-
desc:'Determines the name of the local/session storage item',
480
+
desc:'Determines the name of the local/session storage item. The value is appended with the <code class="ic">location</code> prop value.',
475
481
name:'storage-name',
476
482
type:'string',
477
483
},
478
484
{
479
485
default:'local',
480
486
desc:'Determines the type of storage to use when the <code class="ic">save-width</code> is <code class="ic">true</code>. Valid values are <code class="ic">local</code> and <code class="ic">session</code>',
481
487
name:'storage-type',
482
-
type:'string',
488
+
type:"'local' | 'session'",
483
489
},
484
490
{
485
491
default:'false',
486
492
desc:'Hides the resize handle on mobile devices. <br /><span class="text-danger">*</span> The <code class="ic">touchless</code> prop does not function the same as the <code class="ic">v-navigation-drawer</code> prop which is not supported',
487
493
name:'touchless',
488
494
type:'boolean',
489
495
},
490
-
{
491
-
default:'true',
492
-
desc:'Determines if the width of he navigation drawer should snap back if the <code class="ic">min-width</code> or <code class="ic">max-width</code> prop values pass their respective thresholds',
0 commit comments