* feat: base content card component * fix: tooltips + colors * feat: fix orgs * feat: base content tab internals rewrite * feat: fix invalidmodal * feat: add ContentModpackCard * fix: extract types * draft: layout * feat: unlink modal * feat: impl content tab * fix: lint * fix: toggling * temp: disable updating stuff * feat: selection v-model * feat: bulk selection * feat: mods tab rough draft * feat: use fuse.js * feat: add project combobox * clean up project combobox * feat: start install to play modal * fix: events * feat: use v-on * feat: bulk actions + fix floating action bar width * feat: figma alignments * feat: migrate toggle to tailwind * fix: row borders * feat: disabled state * feat: virtual list impl for card table based on window scroll * fix: lint * feat: virtualization + smaller contentcard items * feat: use ContentCardTable + ContentCardItems * feat: fix gap + border issues on last elm * feat: cleanup + use proper searching * fix: use TeleportOverflowMenu * fix: fallback to svg if src is invalid on avatar component * fix: storybook * feat: start on updater modal * feat: finish content updater modal * feat: i18n pass * feat: impl modal * feat(app): backend changes for content tab refactor (#5237) * feat: include_changelog=false for updater modal * fix: hash overrides * feat: update checking for modpack * feat: qa * feat: modpack content modal * fix: padding in table to match modals + tightness * fix: lint * feat: delete modal * feat: fix toggle bugs * fix: prepr * fix: duplicate messages * qa: full width search * qa: use bg-surface-1.5 * qa: animation for filter pills * qa: standardize hover colors * fix: border-[1px] is border * qa: mass de-select actually mass selecting * qa: match figma designs for floating action bar * qa: modal fixes * q: modal fixes x2 * fix: table border * qa: confirm modals * qa: modal alignment * qa: re-add stuck heading + dedupe logic * qa: dedupe virtual scrolling + remove dead components * qa: responsiveness for content table + link fixes * qa: version column link, tooltips + lint fixes * qa: instance busy protections * fix: installation freeze bug * chore: remove old mods page * refactor: deduplicate layout * chore: delete old content page(s) * qa * qa * qa * feat: sort btn - to iterate * fix: ml * feat: date added * fix: lint * fix: formatting.ts removal * feat: get_dependencies_as_content_items * qa: final QA changes * refactor: deduplicate + polish content.rs * feat: hook up content.vue with v1 * feat: hide v1 content api behind frontend feature flag * fix: query keys + copy on empty state * chore: i18n pass * feat: reimpl unlink + upload endpoint * feat: use bulk endpoints v1 * fix: lint * fix: flags * fix: responsiveness via container queries * fix: lint * qa: 1 * qa: fixes * qa: fix ssr issues with browse content * qa: header page divider * qa: modals * fix: prepr * fix: issues * fix: lint * fix: toggle v1 ff * qa: 5 * qa: delete modal copy * feat: creation flow modals (#5383) * refactor: delete content v0 usages + impl * feat: qa + fixes * feat: installing banner using state event * feat: fix modpack card bugs + filtering issues * refactor: delete backups v0 api module * feat: v1 servers GET endpoint * fix: backups * feat: swap to kyros upload v1 addon * fix: use tanstack for loader.vue * feat: finish install from discovery modal * qa: bug fixes * feat: set up installation settings * fix: lint * fix: typos * fix: bugs * fix: disable inline content * feat: content tab improvements — upload UX, installation settings, and client-only indicators Upload cancellation and navigation guard: - Add ConfirmLeaveModal that prompts when navigating away during upload - Cancel in-flight XHR uploads when user confirms leaving the page - Add beforeunload handler to warn on browser/tab close during upload - Track uploadedBytes/totalBytes in UploadState for progress display - Replace Collapsible with Transition for upload progress admonition - Show byte progress and percentage in upload banner - Clamp upload progress to prevent exceeding 100% Installation settings (server.properties): - Add KnownPropertiesFields and PropertiesFields types to Archon types - Add buildProperties() to creation flow context to collect gamemode, difficulty, seed, world type, structures, and generator settings - Pass properties through installContent on onboarding, discovery, and ServerSetupModal flows Server setup and discovery flow improvements: - Migrate ServerSetupModal from servers_v0.reinstall to content_v1.installContent - Replace loaderApiNames lookup with toApiLoader() helper - Remove eraseDataOnInstall toggle — always use soft_override: false - Simplify modpack install on discovery page to use first available version and route through creation flow modal for both onboarding and non-onboarding - Differentiate post-install navigation: content page for onboarding, loader options for existing servers Modpack update flow: - Replace updateModpack() call with installContent() using soft_override: true to support version selection in the content updater modal Client-only mod indicators: - Add environment field to AddonVersion (reuses Labrinth.Projects.v3.Environment) - Add environment to ContentItem and isClientOnly to ContentCardTableItem - Show orange TriangleAlertIcon with tooltip on client-only mods in content table - Add "Client-only" filter pill to content filtering (controlled via showClientOnlyFilter on ContentManagerContext) - Apply client-only indicators in both ContentPageLayout and ModpackContentModal Misc: - Add CLAUDE.md note about using prepr commands for lint checks - Export ConfirmLeaveModal from instances barrel * fix: piping * fix: switch content disable for linked server instances * feat: client only filter * fix: prepr * feat: hasUpdate shape update * feat: bulk update endpoint impl for content in panel * feat: websocket state impl again with new phases * fix: ws * fix: use timeout fn for sync admon + fix content card layout scroll for browsers with overflow anchor bug * fix: qa bugs * fix: lint, a11y and i18n * refactor: set up layouts folder properly * fix: linked data cache stuff + lint * feat: move installationsettings to shared layout * fix: lint * fix: issues * feat: temp fuck staging up * fix: lockfile * fix: data sync issues on loader.vue * fix: lint * Hide shader configuration files from content list (#5499) * feat: workaround search problem + split out reset * fix: qa * fix: changelog not showing on first open * fix: qa + optimistic updating improvements * fix: prepr+lint * fix: qa * feat: qa * fix: lint * fix: lint * fix: build * fix: build * fix: type errors * fix: fade and JAVA_HOME passthrough * feat: qa * feat: impl diff shit * fix: qa * fix: app qa * feat: update diff modal * fix: endpoint * fix: qa * fix: qa * fix: use bulk in modpack modal * feat: abort signal impl + fix issues * fix: diff modal trunc * feat: qa * fix: qa * feat: tooltip content tab * fix: prepr * fix: dismiss on settings btn * feat: qa * feat: dont clear handlers on disconnect * fix: lint * fix: wrangler + introduce staging-archon env file --------- Signed-off-by: Calum H. <calum@modrinth.com> Co-authored-by: tdgao <mr.trumgao@gmail.com> Co-authored-by: Artyom Ezri <61311568+Artezon@users.noreply.github.com>
648 lines
17 KiB
Vue
648 lines
17 KiB
Vue
<template>
|
|
<div ref="containerRef" class="relative inline-block w-full">
|
|
<!-- Searchable mode: input trigger -->
|
|
<StyledInput
|
|
v-if="searchable"
|
|
ref="searchTriggerRef"
|
|
v-model="searchQuery"
|
|
:icon="showSearchIcon ? SearchIcon : undefined"
|
|
type="text"
|
|
:placeholder="searchPlaceholder || placeholder"
|
|
:disabled="disabled"
|
|
wrapper-class="w-full"
|
|
:input-class="showChevron ? '!pr-9' : undefined"
|
|
class="relative"
|
|
@input="handleSearchInput"
|
|
@keydown="handleSearchKeydown"
|
|
@focus="handleSearchFocus"
|
|
@click="handleSearchClick"
|
|
>
|
|
<template v-if="showChevron" #right>
|
|
<ChevronLeftIcon
|
|
class="pointer-events-none absolute right-3 top-1/2 size-5 -translate-y-1/2 text-secondary transition-transform duration-150"
|
|
:class="isOpen ? (openDirection === 'down' ? 'rotate-90' : '-rotate-90') : '-rotate-90'"
|
|
/>
|
|
</template>
|
|
</StyledInput>
|
|
|
|
<!-- Standard mode: button trigger -->
|
|
<span
|
|
v-else
|
|
ref="triggerRef"
|
|
role="button"
|
|
tabindex="0"
|
|
class="relative flex min-h-5 w-full items-center justify-between overflow-hidden rounded-xl bg-surface-4 px-4 py-2.5 text-left transition-all duration-200 text-button-text"
|
|
:class="[
|
|
props.triggerClass,
|
|
{
|
|
'z-[9999]': isOpen,
|
|
'cursor-not-allowed opacity-50': disabled,
|
|
'cursor-pointer hover:brightness-125 active:brightness-125': !disabled,
|
|
},
|
|
]"
|
|
:aria-expanded="isOpen"
|
|
:aria-haspopup="listbox ? 'listbox' : 'menu'"
|
|
:aria-disabled="disabled || undefined"
|
|
@click="handleTriggerClick($event)"
|
|
@keydown="handleTriggerKeydown"
|
|
>
|
|
<div class="flex items-center gap-2">
|
|
<slot name="prefix"></slot>
|
|
<component
|
|
:is="selectedOption?.icon"
|
|
v-if="showIconInSelected && selectedOption?.icon"
|
|
class="h-5 w-5"
|
|
/>
|
|
<span class="text-primary font-semibold leading-tight">
|
|
<slot name="selected">{{ triggerText }}</slot>
|
|
</span>
|
|
</div>
|
|
<div class="flex items-center gap-1">
|
|
<slot name="suffix"></slot>
|
|
<ChevronLeftIcon
|
|
v-if="showChevron"
|
|
class="size-5 shrink-0 transition-transform duration-150"
|
|
:class="isOpen ? (openDirection === 'down' ? 'rotate-90' : '-rotate-90') : '-rotate-90'"
|
|
/>
|
|
</div>
|
|
</span>
|
|
|
|
<Teleport to="#teleports">
|
|
<Transition
|
|
enter-active-class="transition-opacity duration-150"
|
|
leave-active-class="transition-opacity duration-150"
|
|
enter-from-class="opacity-0"
|
|
leave-to-class="opacity-0"
|
|
>
|
|
<div
|
|
v-if="isOpen"
|
|
ref="dropdownRef"
|
|
class="fixed z-[9999] flex flex-col overflow-hidden rounded-[14px] bg-surface-4 border border-solid border-surface-5"
|
|
:class="[
|
|
openDirection === 'up' ? 'shadow-[0_-25px_50px_-12px_rgb(0,0,0,0.25)]' : 'shadow-2xl',
|
|
]"
|
|
:style="dropdownStyle"
|
|
:role="listbox ? 'listbox' : 'menu'"
|
|
@mousedown.stop
|
|
@keydown="handleDropdownKeydown"
|
|
>
|
|
<div
|
|
v-if="filteredOptions.length > 0"
|
|
ref="optionsContainerRef"
|
|
class="flex flex-col gap-2 overflow-y-auto p-3"
|
|
:style="{ maxHeight: `${maxHeight}px` }"
|
|
>
|
|
<template v-for="(item, index) in filteredOptions" :key="item.key">
|
|
<div v-if="item.type === 'divider'" class="h-px bg-surface-5"></div>
|
|
<component
|
|
:is="item.type === 'link' ? 'a' : 'span'"
|
|
v-else
|
|
:ref="(el: HTMLElement) => setOptionRef(el as HTMLElement, index)"
|
|
:href="item.type === 'link' && !item.disabled ? item.href : undefined"
|
|
:target="item.type === 'link' && !item.disabled ? item.target : undefined"
|
|
:role="listbox ? 'option' : 'menuitem'"
|
|
:aria-selected="listbox && item.value === modelValue"
|
|
:aria-disabled="item.disabled || undefined"
|
|
:data-focused="focusedIndex === index"
|
|
class="group/option flex items-center gap-2.5 cursor-pointer rounded-xl p-3 text-left transition-colors duration-150 text-contrast hover:bg-surface-5 focus:bg-surface-5"
|
|
:class="getOptionClasses(item, index)"
|
|
tabindex="-1"
|
|
@click="handleOptionClick(item, index)"
|
|
@mouseenter="!item.disabled && (focusedIndex = index)"
|
|
>
|
|
<slot :name="`option-${item.value}`" :item="item">
|
|
<div class="flex w-full items-center justify-between gap-2">
|
|
<div class="flex items-center gap-2">
|
|
<component :is="item.icon" v-if="item.icon" class="h-5 w-5" />
|
|
<div class="flex flex-col gap-1.5">
|
|
<span
|
|
class="font-semibold leading-tight"
|
|
:class="item.value === modelValue ? 'text-contrast' : 'text-primary'"
|
|
>
|
|
{{ item.label }}
|
|
</span>
|
|
<span
|
|
v-if="item.subLabel"
|
|
class="text-sm"
|
|
:class="item.value === modelValue ? 'text-contrast' : 'text-secondary'"
|
|
>
|
|
{{ item.subLabel }}
|
|
</span>
|
|
</div>
|
|
</div>
|
|
<slot name="option-suffix" :item="item"></slot>
|
|
</div>
|
|
</slot>
|
|
</component>
|
|
</template>
|
|
</div>
|
|
|
|
<div v-else-if="searchQuery" class="p-4 mb-2 text-center text-sm text-secondary">
|
|
{{ noOptionsMessage }}
|
|
</div>
|
|
|
|
<slot name="dropdown-footer"></slot>
|
|
</div>
|
|
</Transition>
|
|
</Teleport>
|
|
</div>
|
|
</template>
|
|
|
|
<script setup lang="ts" generic="T">
|
|
import { ChevronLeftIcon, SearchIcon } from '@modrinth/assets'
|
|
import { onClickOutside } from '@vueuse/core'
|
|
import { type Component, computed, nextTick, onMounted, onUnmounted, ref, watch } from 'vue'
|
|
|
|
import StyledInput from './StyledInput.vue'
|
|
|
|
export interface ComboboxOption<T> {
|
|
value: T
|
|
label: string
|
|
subLabel?: string
|
|
icon?: Component
|
|
disabled?: boolean
|
|
class?: string
|
|
type?: 'button' | 'link' | 'divider'
|
|
href?: string
|
|
target?: string
|
|
action?: () => void
|
|
searchTerms?: string[]
|
|
}
|
|
|
|
const DROPDOWN_VIEWPORT_MARGIN = 8
|
|
const DROPDOWN_GAP = 12
|
|
const DEFAULT_MAX_HEIGHT = 300
|
|
|
|
function isDropdownOption<T>(
|
|
opt: ComboboxOption<T> | { type: 'divider' },
|
|
): opt is ComboboxOption<T> {
|
|
return 'value' in opt
|
|
}
|
|
|
|
function isDivider<T>(opt: ComboboxOption<T> | { type: 'divider' }): opt is { type: 'divider' } {
|
|
return opt.type === 'divider'
|
|
}
|
|
|
|
const props = withDefaults(
|
|
defineProps<{
|
|
modelValue?: T
|
|
options: (ComboboxOption<T> | { type: 'divider' })[]
|
|
placeholder?: string
|
|
disabled?: boolean
|
|
searchable?: boolean
|
|
searchPlaceholder?: string
|
|
listbox?: boolean
|
|
showChevron?: boolean
|
|
showIconInSelected?: boolean
|
|
maxHeight?: number
|
|
displayValue?: string
|
|
triggerClass?: string
|
|
forceDirection?: 'up' | 'down'
|
|
noOptionsMessage?: string
|
|
disableSearchFilter?: boolean
|
|
/** Keep the selected option's label in the input after selection, and show all options on focus */
|
|
syncWithSelection?: boolean
|
|
/** Show a search icon in the searchable input */
|
|
showSearchIcon?: boolean
|
|
}>(),
|
|
{
|
|
placeholder: 'Select an option',
|
|
disabled: false,
|
|
searchable: false,
|
|
searchPlaceholder: 'Search...',
|
|
listbox: true,
|
|
showChevron: true,
|
|
showIconInSelected: false,
|
|
maxHeight: DEFAULT_MAX_HEIGHT,
|
|
noOptionsMessage: 'No results found',
|
|
syncWithSelection: true,
|
|
showSearchIcon: false,
|
|
},
|
|
)
|
|
|
|
const emit = defineEmits<{
|
|
'update:modelValue': [value: T]
|
|
select: [option: ComboboxOption<T>]
|
|
open: []
|
|
close: []
|
|
searchInput: [query: string]
|
|
}>()
|
|
|
|
const isOpen = ref(false)
|
|
const searchQuery = ref('')
|
|
const userHasTyped = ref(false)
|
|
const focusedIndex = ref(-1)
|
|
const containerRef = ref<HTMLElement>()
|
|
const triggerRef = ref<HTMLElement>()
|
|
const searchTriggerRef = ref<InstanceType<typeof StyledInput>>()
|
|
const dropdownRef = ref<HTMLElement>()
|
|
const optionsContainerRef = ref<HTMLElement>()
|
|
const optionRefs = ref<(HTMLElement | null)[]>([])
|
|
const rafId = ref<number | null>(null)
|
|
|
|
const effectiveTriggerEl = computed(() => {
|
|
if (props.searchable && searchTriggerRef.value) {
|
|
return (searchTriggerRef.value as unknown as { $el: HTMLElement }).$el as HTMLElement
|
|
}
|
|
return triggerRef.value
|
|
})
|
|
|
|
const dropdownStyle = ref({
|
|
top: '0px',
|
|
left: '0px',
|
|
width: '0px',
|
|
})
|
|
|
|
const openDirection = ref<'down' | 'up'>('down')
|
|
|
|
const selectedOption = computed<ComboboxOption<T> | undefined>(() => {
|
|
return props.options.find(
|
|
(opt): opt is ComboboxOption<T> => isDropdownOption(opt) && opt.value === props.modelValue,
|
|
)
|
|
})
|
|
|
|
const triggerText = computed(() => {
|
|
if (props.displayValue !== undefined) return props.displayValue
|
|
if (selectedOption.value) return selectedOption.value.label
|
|
return props.placeholder
|
|
})
|
|
|
|
const optionsWithKeys = computed(() => {
|
|
return props.options.map((opt, index) => ({
|
|
...opt,
|
|
key: isDivider(opt) ? `divider-${index}` : `option-${opt.value}`,
|
|
}))
|
|
})
|
|
|
|
const filteredOptions = computed(() => {
|
|
if (!searchQuery.value || !props.searchable || props.disableSearchFilter || !userHasTyped.value) {
|
|
return optionsWithKeys.value
|
|
}
|
|
|
|
const query = searchQuery.value.toLowerCase()
|
|
return optionsWithKeys.value.filter((opt) => {
|
|
if (isDivider(opt)) return false
|
|
if (opt.label.toLowerCase().includes(query)) return true
|
|
if (opt.searchTerms?.some((term) => term.toLowerCase().includes(query))) return true
|
|
return false
|
|
})
|
|
})
|
|
|
|
function getOptionClasses(item: ComboboxOption<T> & { key: string }, index: number) {
|
|
return [
|
|
item.class,
|
|
{
|
|
'bg-surface-5':
|
|
(props.listbox && item.value === props.modelValue) ||
|
|
(focusedIndex.value === index && !(props.listbox && item.value === props.modelValue)),
|
|
'cursor-not-allowed opacity-50 pointer-events-none': item.disabled,
|
|
},
|
|
]
|
|
}
|
|
|
|
function setOptionRef(el: HTMLElement | null, index: number) {
|
|
optionRefs.value[index] = el
|
|
}
|
|
|
|
function setInitialFocus() {
|
|
focusedIndex.value = props.listbox
|
|
? props.options.findIndex((opt) => isDropdownOption(opt) && opt.value === props.modelValue)
|
|
: -1
|
|
|
|
if (focusedIndex.value >= 0 && optionRefs.value[focusedIndex.value]) {
|
|
optionRefs.value[focusedIndex.value]?.scrollIntoView({ block: 'center' })
|
|
}
|
|
}
|
|
|
|
function determineOpenDirection(
|
|
triggerRect: DOMRect,
|
|
dropdownRect: DOMRect,
|
|
viewportHeight: number,
|
|
): 'up' | 'down' {
|
|
if (props.forceDirection) {
|
|
return props.forceDirection
|
|
}
|
|
|
|
const hasSpaceBelow =
|
|
triggerRect.bottom + dropdownRect.height + DROPDOWN_GAP + DROPDOWN_VIEWPORT_MARGIN <=
|
|
viewportHeight
|
|
const hasSpaceAbove =
|
|
triggerRect.top - dropdownRect.height - DROPDOWN_GAP - DROPDOWN_VIEWPORT_MARGIN > 0
|
|
|
|
return !hasSpaceBelow && hasSpaceAbove ? 'up' : 'down'
|
|
}
|
|
|
|
function calculateVerticalPosition(
|
|
triggerRect: DOMRect,
|
|
dropdownRect: DOMRect,
|
|
direction: 'up' | 'down',
|
|
): number {
|
|
return direction === 'up'
|
|
? triggerRect.top - dropdownRect.height - DROPDOWN_GAP
|
|
: triggerRect.bottom + DROPDOWN_GAP
|
|
}
|
|
|
|
function calculateHorizontalPosition(
|
|
triggerRect: DOMRect,
|
|
dropdownRect: DOMRect,
|
|
viewportWidth: number,
|
|
): number {
|
|
let left = triggerRect.left
|
|
|
|
if (left + dropdownRect.width > viewportWidth - DROPDOWN_VIEWPORT_MARGIN) {
|
|
left = Math.max(
|
|
DROPDOWN_VIEWPORT_MARGIN,
|
|
viewportWidth - dropdownRect.width - DROPDOWN_VIEWPORT_MARGIN,
|
|
)
|
|
}
|
|
|
|
return left
|
|
}
|
|
|
|
async function updateDropdownPosition() {
|
|
if (!effectiveTriggerEl.value || !dropdownRef.value) return
|
|
|
|
await nextTick()
|
|
|
|
const triggerRect = effectiveTriggerEl.value.getBoundingClientRect()
|
|
const dropdownRect = dropdownRef.value.getBoundingClientRect()
|
|
const viewportHeight = window.innerHeight
|
|
const viewportWidth = window.innerWidth
|
|
|
|
const direction = determineOpenDirection(triggerRect, dropdownRect, viewportHeight)
|
|
const top = calculateVerticalPosition(triggerRect, dropdownRect, direction)
|
|
const left = calculateHorizontalPosition(triggerRect, dropdownRect, viewportWidth)
|
|
|
|
dropdownStyle.value = {
|
|
top: `${top}px`,
|
|
left: `${left}px`,
|
|
width: `${triggerRect.width}px`,
|
|
}
|
|
|
|
openDirection.value = direction
|
|
}
|
|
|
|
async function openDropdown() {
|
|
if (props.disabled || isOpen.value) return
|
|
|
|
isOpen.value = true
|
|
emit('open')
|
|
|
|
await nextTick()
|
|
await updateDropdownPosition()
|
|
|
|
setInitialFocus()
|
|
startPositionTracking()
|
|
}
|
|
|
|
function closeDropdown() {
|
|
if (!isOpen.value) return
|
|
|
|
stopPositionTracking()
|
|
isOpen.value = false
|
|
userHasTyped.value = false
|
|
focusedIndex.value = -1
|
|
emit('close')
|
|
|
|
if (!props.searchable) {
|
|
nextTick(() => {
|
|
triggerRef.value?.focus()
|
|
})
|
|
}
|
|
}
|
|
|
|
function handleTriggerClick(event: MouseEvent) {
|
|
// Ignore synthetic clicks generated by keyboard (Enter/Space on role="button")
|
|
// since handleTriggerKeydown already handles keyboard interaction
|
|
if (event.detail === 0) return
|
|
|
|
if (isOpen.value) {
|
|
closeDropdown()
|
|
} else {
|
|
openDropdown()
|
|
}
|
|
}
|
|
|
|
function handleOptionClick(option: ComboboxOption<T>, index: number) {
|
|
if (option.disabled || option.type === 'divider') return
|
|
|
|
focusedIndex.value = index
|
|
|
|
if (option.action) {
|
|
option.action()
|
|
}
|
|
|
|
if (props.listbox && option.value !== undefined) {
|
|
emit('update:modelValue', option.value)
|
|
}
|
|
|
|
emit('select', option)
|
|
|
|
if (option.type !== 'link') {
|
|
if (props.searchable) {
|
|
searchQuery.value = props.syncWithSelection ? option.label : ''
|
|
}
|
|
closeDropdown()
|
|
}
|
|
}
|
|
|
|
function findNextFocusableOption(currentIndex: number, direction: 'next' | 'previous'): number {
|
|
const length = filteredOptions.value.length
|
|
let index = currentIndex
|
|
let option
|
|
|
|
do {
|
|
index = direction === 'next' ? (index + 1) % length : (index - 1 + length) % length
|
|
option = filteredOptions.value[index]
|
|
} while (isDivider(option) || option.disabled)
|
|
|
|
return index
|
|
}
|
|
|
|
function focusOption(index: number) {
|
|
if (index < 0 || index >= filteredOptions.value.length) return
|
|
|
|
const option = filteredOptions.value[index]
|
|
if (isDivider(option) || option.disabled) return
|
|
|
|
focusedIndex.value = index
|
|
optionRefs.value[index]?.scrollIntoView({ block: 'nearest' })
|
|
}
|
|
|
|
function focusNextOption() {
|
|
const nextIndex = findNextFocusableOption(focusedIndex.value, 'next')
|
|
focusOption(nextIndex)
|
|
}
|
|
|
|
function focusPreviousOption() {
|
|
const prevIndex = findNextFocusableOption(focusedIndex.value, 'previous')
|
|
focusOption(prevIndex)
|
|
}
|
|
|
|
function handleTriggerKeydown(event: KeyboardEvent) {
|
|
if (isOpen.value) {
|
|
handleDropdownKeydown(event)
|
|
return
|
|
}
|
|
switch (event.key) {
|
|
case 'Enter':
|
|
case ' ':
|
|
case 'ArrowDown':
|
|
case 'ArrowUp':
|
|
event.preventDefault()
|
|
openDropdown()
|
|
break
|
|
}
|
|
}
|
|
|
|
function handleDropdownKeydown(event: KeyboardEvent) {
|
|
switch (event.key) {
|
|
case 'Escape':
|
|
event.preventDefault()
|
|
closeDropdown()
|
|
break
|
|
case 'ArrowDown':
|
|
event.preventDefault()
|
|
focusNextOption()
|
|
break
|
|
case 'ArrowUp':
|
|
event.preventDefault()
|
|
focusPreviousOption()
|
|
break
|
|
case 'Enter':
|
|
case ' ':
|
|
event.preventDefault()
|
|
if (focusedIndex.value >= 0) {
|
|
const option = filteredOptions.value[focusedIndex.value]
|
|
if (!isDivider(option)) {
|
|
handleOptionClick(option, focusedIndex.value)
|
|
}
|
|
}
|
|
break
|
|
case 'Tab':
|
|
event.preventDefault()
|
|
if (event.shiftKey) {
|
|
focusPreviousOption()
|
|
} else {
|
|
focusNextOption()
|
|
}
|
|
break
|
|
}
|
|
}
|
|
|
|
function handleSearchKeydown(event: KeyboardEvent) {
|
|
if (event.key === 'Escape') {
|
|
event.preventDefault()
|
|
closeDropdown()
|
|
} else if (event.key === 'ArrowDown') {
|
|
event.preventDefault()
|
|
if (!isOpen.value) {
|
|
openDropdown()
|
|
}
|
|
focusNextOption()
|
|
} else if (event.key === 'ArrowUp') {
|
|
event.preventDefault()
|
|
if (!isOpen.value) {
|
|
openDropdown()
|
|
}
|
|
focusPreviousOption()
|
|
} else if (event.key === 'Enter') {
|
|
event.preventDefault()
|
|
if (focusedIndex.value >= 0) {
|
|
const option = filteredOptions.value[focusedIndex.value]
|
|
if (option && !isDivider(option)) {
|
|
handleOptionClick(option, focusedIndex.value)
|
|
}
|
|
}
|
|
} else if (event.key === 'Tab' && isOpen.value) {
|
|
event.preventDefault()
|
|
if (event.shiftKey) {
|
|
focusPreviousOption()
|
|
} else {
|
|
focusNextOption()
|
|
}
|
|
}
|
|
}
|
|
|
|
function handleSearchInput() {
|
|
userHasTyped.value = true
|
|
emit('searchInput', searchQuery.value)
|
|
if (!isOpen.value) {
|
|
openDropdown()
|
|
}
|
|
}
|
|
|
|
function handleSearchFocus() {
|
|
if (!isOpen.value) {
|
|
openDropdown()
|
|
}
|
|
}
|
|
|
|
function handleSearchClick() {
|
|
if (!isOpen.value) {
|
|
openDropdown()
|
|
}
|
|
}
|
|
|
|
function handleWindowResize() {
|
|
if (isOpen.value) {
|
|
updateDropdownPosition()
|
|
}
|
|
}
|
|
|
|
function startPositionTracking() {
|
|
function track() {
|
|
updateDropdownPosition()
|
|
rafId.value = requestAnimationFrame(track)
|
|
}
|
|
rafId.value = requestAnimationFrame(track)
|
|
}
|
|
|
|
function stopPositionTracking() {
|
|
if (rafId.value !== null) {
|
|
cancelAnimationFrame(rafId.value)
|
|
rafId.value = null
|
|
}
|
|
}
|
|
|
|
onClickOutside(
|
|
dropdownRef,
|
|
() => {
|
|
closeDropdown()
|
|
},
|
|
{ ignore: [triggerRef, containerRef] },
|
|
)
|
|
|
|
onMounted(() => {
|
|
window.addEventListener('resize', handleWindowResize)
|
|
})
|
|
|
|
onUnmounted(() => {
|
|
window.removeEventListener('resize', handleWindowResize)
|
|
stopPositionTracking()
|
|
})
|
|
|
|
watch(isOpen, (value) => {
|
|
if (value) {
|
|
updateDropdownPosition()
|
|
}
|
|
})
|
|
|
|
watch(filteredOptions, () => {
|
|
if (isOpen.value) {
|
|
updateDropdownPosition()
|
|
}
|
|
})
|
|
|
|
watch(
|
|
[() => props.modelValue, () => props.options],
|
|
([val]) => {
|
|
if (props.searchable && props.syncWithSelection && !isOpen.value) {
|
|
const opt = props.options.find((o) => isDropdownOption(o) && o.value === val)
|
|
searchQuery.value = opt && isDropdownOption(opt) ? opt.label : ''
|
|
}
|
|
},
|
|
{ immediate: true },
|
|
)
|
|
</script>
|