Api generator updates
parent
dd60ff7ace
commit
5c6ffcc482
|
@ -11,12 +11,6 @@ const BreadcrumbProps = [
|
|||
default: 'null',
|
||||
description: 'Configuration for the home icon.'
|
||||
},
|
||||
{
|
||||
name: 'exact',
|
||||
type: 'boolean',
|
||||
default: 'true',
|
||||
description: "Whether to apply 'router-link-active-exact' class if route exactly matches the item path."
|
||||
},
|
||||
{
|
||||
name: 'pt',
|
||||
type: 'any',
|
||||
|
|
|
@ -29,12 +29,6 @@ const ContextMenuProps = [
|
|||
default: 'false',
|
||||
description: 'Attaches the menu to document instead of a particular item.'
|
||||
},
|
||||
{
|
||||
name: 'exact',
|
||||
type: 'boolean',
|
||||
default: 'true',
|
||||
description: "Whether to apply 'router-link-active-exact' class if route exactly matches the item path."
|
||||
},
|
||||
{
|
||||
name: 'pt',
|
||||
type: 'any',
|
||||
|
|
|
@ -23,12 +23,6 @@ const DockProps = [
|
|||
default: 'null',
|
||||
description: 'Inline style of the element.'
|
||||
},
|
||||
{
|
||||
name: 'exact',
|
||||
type: 'boolean',
|
||||
default: 'true',
|
||||
description: "Whether to apply 'router-link-active-exact' class if route exactly matches the item path."
|
||||
},
|
||||
{
|
||||
name: 'tooltipOptions',
|
||||
type: 'object',
|
||||
|
|
|
@ -11,12 +11,6 @@ const MegaMenuProps = [
|
|||
default: 'horizontal',
|
||||
description: 'Defines the orientation, valid values are horizontal and vertical.'
|
||||
},
|
||||
{
|
||||
name: 'exact',
|
||||
type: 'boolean',
|
||||
default: 'true',
|
||||
description: "Whether to apply 'router-link-active-exact' class if route exactly matches the item path."
|
||||
},
|
||||
{
|
||||
name: 'pt',
|
||||
type: 'any',
|
||||
|
|
|
@ -29,12 +29,6 @@ const MenuProps = [
|
|||
default: 'true',
|
||||
description: 'Whether to automatically manage layering.'
|
||||
},
|
||||
{
|
||||
name: 'exact',
|
||||
type: 'boolean',
|
||||
default: 'true',
|
||||
description: "Whether to apply 'router-link-active-exact' class if route exactly matches the item path."
|
||||
},
|
||||
{
|
||||
name: 'pt',
|
||||
type: 'any',
|
||||
|
|
|
@ -5,12 +5,6 @@ const MenubarProps = [
|
|||
default: 'null',
|
||||
description: 'An array of menuitems.'
|
||||
},
|
||||
{
|
||||
name: 'exact',
|
||||
type: 'boolean',
|
||||
default: 'true',
|
||||
description: "Whether to apply 'router-link-active-exact' class if route exactly matches the item path."
|
||||
},
|
||||
{
|
||||
name: 'pt',
|
||||
type: 'any',
|
||||
|
|
|
@ -11,12 +11,6 @@ const PanelMenuProps = [
|
|||
default: 'null',
|
||||
description: 'A map of keys to represent the expansion state in controlled mode.'
|
||||
},
|
||||
{
|
||||
name: 'exact',
|
||||
type: 'boolean',
|
||||
default: 'true',
|
||||
description: "Whether to apply 'router-link-active-exact' class if route exactly matches the item path."
|
||||
},
|
||||
{
|
||||
name: 'pt',
|
||||
type: 'any',
|
||||
|
|
|
@ -11,18 +11,18 @@ const StepsProps = [
|
|||
default: 'null',
|
||||
description: 'An array of menuitems.'
|
||||
},
|
||||
{
|
||||
name: 'activeStep',
|
||||
type: 'number',
|
||||
default: '0',
|
||||
description: 'Active step index of menuitem.'
|
||||
},
|
||||
{
|
||||
name: 'readonly',
|
||||
type: 'boolean',
|
||||
default: 'true',
|
||||
description: 'Whether the items are clickable or not.'
|
||||
},
|
||||
{
|
||||
name: 'exact',
|
||||
type: 'boolean',
|
||||
default: 'true',
|
||||
description: "Whether to apply 'router-link-active-exact' class if route exactly matches the item path."
|
||||
},
|
||||
{
|
||||
name: 'pt',
|
||||
type: 'any',
|
||||
|
|
|
@ -5,12 +5,6 @@ const TabMenuProps = [
|
|||
default: 'null',
|
||||
description: 'An array of menuitems.'
|
||||
},
|
||||
{
|
||||
name: 'exact',
|
||||
type: 'boolean',
|
||||
default: 'true',
|
||||
description: 'Defines if active route highlight should match the exact route path.'
|
||||
},
|
||||
{
|
||||
name: 'activeIndex',
|
||||
type: 'number',
|
||||
|
|
|
@ -29,12 +29,6 @@ const TieredMenuProps = [
|
|||
default: 'true',
|
||||
description: 'Whether to automatically manage layering.'
|
||||
},
|
||||
{
|
||||
name: 'exact',
|
||||
type: 'boolean',
|
||||
default: 'true',
|
||||
description: "Whether to apply 'router-link-active-exact' class if route exactly matches the item path."
|
||||
},
|
||||
{
|
||||
name: 'pt',
|
||||
type: 'any',
|
||||
|
|
Loading…
Reference in New Issue