mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #3965 - Update for unstyled prop
This commit is contained in:
parent
350d5c21a7
commit
10f83fbe88
8 changed files with 26 additions and 19 deletions
|
@ -23,6 +23,7 @@
|
|||
@focus="onInputFocus"
|
||||
@blur="onInputBlur"
|
||||
v-bind="{ ...inputProps, ...ptm('input') }"
|
||||
:unstyled="unstyled"
|
||||
data-pc-section="input"
|
||||
/>
|
||||
<span v-if="showButtons && buttonLayout === 'stacked'" :class="cx('buttonGroup')" v-bind="ptm('buttonGroup')">
|
||||
|
@ -33,6 +34,7 @@
|
|||
:tabindex="-1"
|
||||
aria-hidden="true"
|
||||
v-bind="{ ...incrementButtonProps, ...ptm('incrementButton') }"
|
||||
:unstyled="unstyled"
|
||||
data-pc-section="incrementbutton"
|
||||
>
|
||||
<template #icon>
|
||||
|
@ -48,6 +50,7 @@
|
|||
:tabindex="-1"
|
||||
aria-hidden="true"
|
||||
v-bind="{ ...decrementButtonProps, ...ptm('decrementButton') }"
|
||||
:unstyled="unstyled"
|
||||
data-pc-section="decrementbutton"
|
||||
>
|
||||
<template #icon>
|
||||
|
@ -65,6 +68,7 @@
|
|||
:tabindex="-1"
|
||||
aria-hidden="true"
|
||||
v-bind="{ ...incrementButtonProps, ...ptm('incrementButton') }"
|
||||
:unstyled="unstyled"
|
||||
data-pc-section="incrementbutton"
|
||||
>
|
||||
<template #icon>
|
||||
|
@ -81,6 +85,7 @@
|
|||
:tabindex="-1"
|
||||
aria-hidden="true"
|
||||
v-bind="{ ...decrementButtonProps, ...ptm('decrementButton') }"
|
||||
:unstyled="unstyled"
|
||||
data-pc-section="decrementbutton"
|
||||
>
|
||||
<template #icon>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue