Api generator updates

pull/4763/head
tugcekucukoglu 2023-11-08 15:54:46 +03:00
parent dd60ff7ace
commit 5c6ffcc482
10 changed files with 6 additions and 60 deletions

View File

@ -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',

View File

@ -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',

View File

@ -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',

View File

@ -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',

View File

@ -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',

View File

@ -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',

View File

@ -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',

View File

@ -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',

View File

@ -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',

View File

@ -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',