Fixed #6286
parent
71f853a174
commit
75e4cf3446
|
@ -33,7 +33,7 @@
|
||||||
@keydown="onFilterKeyDown"
|
@keydown="onFilterKeyDown"
|
||||||
:pt="ptm('pcFilter')"
|
:pt="ptm('pcFilter')"
|
||||||
/>
|
/>
|
||||||
<InputIcon :unstyled="unstyled" v-bind="ptm('pcFilterIconContainer')">
|
<InputIcon :unstyled="unstyled" :pt="ptm('pcFilterIconContainer')">
|
||||||
<slot name="filtericon">
|
<slot name="filtericon">
|
||||||
<span v-if="filterIcon" :class="filterIcon" v-bind="ptm('filterIcon')" />
|
<span v-if="filterIcon" :class="filterIcon" v-bind="ptm('filterIcon')" />
|
||||||
<SearchIcon v-else v-bind="ptm('filterIcon')" />
|
<SearchIcon v-else v-bind="ptm('filterIcon')" />
|
||||||
|
|
|
@ -106,7 +106,7 @@
|
||||||
@input="onFilterChange"
|
@input="onFilterChange"
|
||||||
:pt="ptm('pcFilter')"
|
:pt="ptm('pcFilter')"
|
||||||
/>
|
/>
|
||||||
<InputIcon :unstyled="unstyled" v-bind="ptm('pcFilterIconContainer')">
|
<InputIcon :unstyled="unstyled" :pt="ptm('pcFilterIconContainer')">
|
||||||
<slot name="filtericon">
|
<slot name="filtericon">
|
||||||
<span v-if="filterIcon" :class="filterIcon" v-bind="ptm('filterIcon')" />
|
<span v-if="filterIcon" :class="filterIcon" v-bind="ptm('filterIcon')" />
|
||||||
<SearchIcon v-else v-bind="ptm('filterIcon')" />
|
<SearchIcon v-else v-bind="ptm('filterIcon')" />
|
||||||
|
|
|
@ -96,7 +96,7 @@
|
||||||
@input="onFilterChange"
|
@input="onFilterChange"
|
||||||
:pt="ptm('pcFilter')"
|
:pt="ptm('pcFilter')"
|
||||||
/>
|
/>
|
||||||
<InputIcon :unstyled="unstyled" v-bind="ptm('pcFilterIconContainer')">
|
<InputIcon :unstyled="unstyled" :pt="ptm('pcFilterIconContainer')">
|
||||||
<slot name="filtericon">
|
<slot name="filtericon">
|
||||||
<span v-if="filterIcon" :class="filterIcon" v-bind="ptm('filterIcon')" />
|
<span v-if="filterIcon" :class="filterIcon" v-bind="ptm('filterIcon')" />
|
||||||
<SearchIcon v-else v-bind="ptm('filterIcon')" />
|
<SearchIcon v-else v-bind="ptm('filterIcon')" />
|
||||||
|
|
Loading…
Reference in New Issue