PT name updates
parent
596c3a2d84
commit
8759ce3c66
|
@ -84,7 +84,7 @@ export interface SplitButtonPassThroughOptions {
|
||||||
* Used to pass attributes to the TieredMenu component.
|
* Used to pass attributes to the TieredMenu component.
|
||||||
* @see {@link TieredMenuPassThroughOptions}
|
* @see {@link TieredMenuPassThroughOptions}
|
||||||
*/
|
*/
|
||||||
ptMenu?: TieredMenuPassThroughOptions<SplitButtonSharedPassThroughMethodOptions>;
|
pcMenu?: TieredMenuPassThroughOptions<SplitButtonSharedPassThroughMethodOptions>;
|
||||||
/**
|
/**
|
||||||
* Used to manage all lifecycle hooks.
|
* Used to manage all lifecycle hooks.
|
||||||
* @see {@link BaseComponent.ComponentHooks}
|
* @see {@link BaseComponent.ComponentHooks}
|
||||||
|
|
|
@ -51,7 +51,7 @@
|
||||||
</slot>
|
</slot>
|
||||||
</template>
|
</template>
|
||||||
</PVSButton>
|
</PVSButton>
|
||||||
<PVSMenu ref="menu" :id="id + '_overlay'" :model="model" :popup="true" :autoZIndex="autoZIndex" :baseZIndex="baseZIndex" :appendTo="appendTo" :unstyled="unstyled" :pt="ptm('ptMenu')">
|
<PVSMenu ref="menu" :id="id + '_overlay'" :model="model" :popup="true" :autoZIndex="autoZIndex" :baseZIndex="baseZIndex" :appendTo="appendTo" :unstyled="unstyled" :pt="ptm('pcMenu')">
|
||||||
<template v-if="$slots.menuitemicon" #itemicon="slotProps">
|
<template v-if="$slots.menuitemicon" #itemicon="slotProps">
|
||||||
<slot name="menuitemicon" :item="slotProps.item" :class="slotProps.class" />
|
<slot name="menuitemicon" :item="slotProps.item" :class="slotProps.class" />
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Reference in New Issue