Icons update
parent
caa7b09155
commit
fa8bf7e934
|
@ -43,11 +43,11 @@ export default {
|
||||||
},
|
},
|
||||||
incrementButtonIcon: {
|
incrementButtonIcon: {
|
||||||
type: String,
|
type: String,
|
||||||
default: 'pi pi-chevron-up',
|
default: 'pi pi-arrow-up',
|
||||||
},
|
},
|
||||||
decrementButtonIcon: {
|
decrementButtonIcon: {
|
||||||
type: String,
|
type: String,
|
||||||
default: 'pi pi-chevron-down',
|
default: 'pi pi-arrow-down',
|
||||||
},
|
},
|
||||||
locale: {
|
locale: {
|
||||||
type: String,
|
type: String,
|
||||||
|
|
|
@ -156,13 +156,13 @@ Vertical
|
||||||
<tr>
|
<tr>
|
||||||
<td>incrementButtonIcon</td>
|
<td>incrementButtonIcon</td>
|
||||||
<td>string</td>
|
<td>string</td>
|
||||||
<td>pi pi-chevron-up</td>
|
<td>pi pi-arrow-up</td>
|
||||||
<td>Style class of the increment button.</td>
|
<td>Style class of the increment button.</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>decrementButtonIcon</td>
|
<td>decrementButtonIcon</td>
|
||||||
<td>string</td>
|
<td>string</td>
|
||||||
<td>pi pi-chevron-down</td>
|
<td>pi pi-arrow-down</td>
|
||||||
<td>Style class of the decrement button.</td>
|
<td>Style class of the decrement button.</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
Loading…
Reference in New Issue