Refactor #3965 - For Paginator & PT name changes

This commit is contained in:
Tuğçe Küçükoğlu 2023-06-20 13:03:34 +03:00
parent ae400bbac9
commit a8c947a264
7 changed files with 61 additions and 18 deletions

View file

@ -1,5 +1,15 @@
<template>
<JTPInput ref="jtpInput" :modelValue="d_page" :class="cx('JTPInput')" :aria-label="inputArialabel" :disabled="disabled" @update:modelValue="onChange" :unstyled="unstyled" :pt="ptm('JTPInput')" data-pc-section="jtpinput"></JTPInput>
<JTPInput
ref="jtpInput"
:modelValue="d_page"
:class="cx('jumpToPageInput')"
:aria-label="inputArialabel"
:disabled="disabled"
@update:modelValue="onChange"
:unstyled="unstyled"
:pt="ptm('jumpToPageInput')"
data-pc-section="jumptopageinput"
></JTPInput>
</template>
<script>