Replace deprecated PrimeVue components with their successors (S1874)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -195,7 +195,7 @@
|
||||
<h2 class="font-bold">All Files</h2>
|
||||
<ul class="flex items-center gap-x-4">
|
||||
<li>
|
||||
<Dropdown
|
||||
<Select
|
||||
v-model="gridSort"
|
||||
:options="columnType"
|
||||
optionLabel="name"
|
||||
@@ -203,7 +203,7 @@
|
||||
class="w-full !border-neutral-500"
|
||||
inputClass="!text-sm"
|
||||
@change="getGridSortData($event)"
|
||||
></Dropdown>
|
||||
></Select>
|
||||
</li>
|
||||
<li>
|
||||
<IconGrid class="hover:bg-neutral-50 duration-300"></IconGrid>
|
||||
|
||||
@@ -86,7 +86,7 @@
|
||||
:key="index"
|
||||
class="px-2 py-1 bg-neutral-300 border border-neutral-500 max-w-[198px]"
|
||||
>
|
||||
<Dropdown
|
||||
<Select
|
||||
v-model="selectedColumns[index]"
|
||||
:options="columnType"
|
||||
optionLabel="name"
|
||||
@@ -101,7 +101,7 @@
|
||||
<span>{{ slotProps.option.name }}</span>
|
||||
</div>
|
||||
</template>
|
||||
</Dropdown>
|
||||
</Select>
|
||||
</td>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
Reference in New Issue
Block a user