pull/6768/head
tugcekucukoglu 2024-11-12 11:56:58 +03:00
parent f173d8b72e
commit 175f473e84
7 changed files with 8 additions and 15 deletions

View File

@ -191,8 +191,7 @@ export default {
action: mergeProps( action: mergeProps(
{ {
class: this.cx('itemLink'), class: this.cx('itemLink'),
tabindex: -1, tabindex: -1
'aria-hidden': true
}, },
this.getPTOptions('itemLink', processedItem, index) this.getPTOptions('itemLink', processedItem, index)
), ),

View File

@ -56,10 +56,10 @@
</template> </template>
<script> <script>
import BaseComponent from '@primevue/core/basecomponent';
import { UniqueComponentId } from '@primevue/core/utils';
import { find, findSingle } from '@primeuix/utils/dom'; import { find, findSingle } from '@primeuix/utils/dom';
import { resolve } from '@primeuix/utils/object'; import { resolve } from '@primeuix/utils/object';
import BaseComponent from '@primevue/core/basecomponent';
import { UniqueComponentId } from '@primevue/core/utils';
import Ripple from 'primevue/ripple'; import Ripple from 'primevue/ripple';
import Tooltip from 'primevue/tooltip'; import Tooltip from 'primevue/tooltip';
import { mergeProps } from 'vue'; import { mergeProps } from 'vue';
@ -261,7 +261,6 @@ export default {
action: mergeProps( action: mergeProps(
{ {
tabindex: -1, tabindex: -1,
'aria-hidden': true,
class: this.cx('itemLink') class: this.cx('itemLink')
}, },
this.getPTOptions('itemLink', item, index) this.getPTOptions('itemLink', item, index)

View File

@ -191,8 +191,7 @@ export default {
action: mergeProps( action: mergeProps(
{ {
class: this.cx('itemLink'), class: this.cx('itemLink'),
tabindex: -1, tabindex: -1
'aria-hidden': true
}, },
this.getPTOptions(processedItem, index, 'itemLink') this.getPTOptions(processedItem, index, 'itemLink')
), ),

View File

@ -83,8 +83,7 @@ export default {
action: mergeProps( action: mergeProps(
{ {
class: this.cx('itemLink'), class: this.cx('itemLink'),
tabindex: '-1', tabindex: '-1'
'aria-hidden': true
}, },
this.getPTOptions('itemLink') this.getPTOptions('itemLink')
), ),

View File

@ -185,8 +185,7 @@ export default {
action: mergeProps( action: mergeProps(
{ {
class: this.cx('itemLink'), class: this.cx('itemLink'),
tabindex: -1, tabindex: -1
'aria-hidden': true
}, },
this.getPTOptions(processedItem, index, 'itemLink') this.getPTOptions(processedItem, index, 'itemLink')
), ),

View File

@ -174,8 +174,7 @@ export default {
action: mergeProps( action: mergeProps(
{ {
class: this.cx('itemLink'), class: this.cx('itemLink'),
tabindex: -1, tabindex: -1
'aria-hidden': true
}, },
this.getPTOptions('itemLink', processedItem, index) this.getPTOptions('itemLink', processedItem, index)
), ),

View File

@ -189,8 +189,7 @@ export default {
action: mergeProps( action: mergeProps(
{ {
class: this.cx('itemLink'), class: this.cx('itemLink'),
tabindex: -1, tabindex: -1
'aria-hidden': true
}, },
this.getPTOptions(processedItem, index, 'itemLink') this.getPTOptions(processedItem, index, 'itemLink')
), ),