-
- Overview
-
- Overview
- accordion
- alert
- alert-dialog
- aspect-ratio
- auto-truncater
- avatar
- avatar-group
- background-boxes
- badge
- blur-fade
- breadcrumb
- button
- calendar
- card
- carousel
- chart
- checkbox
- code-editor
- collapsible
- collection-form
- collection-kanban
- collection-table
- combobox
- command
- context-menu
- copy\_button
- country-picker
- data-renderer
- dialog
- doc-toc
- drawer
- dropdown-menu
- dynamic-background
- empty
- event-calendar
- feature-colors
- field
- file\_drop
- file-tree
- file-upload
- form
- hover-card
- icon-wrapper
- indicator
- information
- input
- input-group
- item
- kanban
- keybindings
- label
- layout
- markdown-editor
- menubar
- multi-step-combobox
- navigation-menu
- page
- pagination
- pane
- pin-input
- popover
- portal
- progress
- radio-group
- range-calendar
- resource-scheduler
- scroll-area
- search
- selection-card
- separator
- sheet
- sidebar
- skeleton
- slider
- sliding-indicator
- sonner
- sortable
- spinner
- star-rating
- static-map
- step-form
- structured-value
- switch
- table
- tabs
- tags-input
- textarea
- theme-toggle
- time-field
- time-range
- toggle
- toggle-group
- tooltip
- tree-combobox
- tree-select
- tree-view
- utils
- workspace-shell
search
search
Interfaces
SearchProps
Defined in: packages/ui/build/search/search.svelte.d.ts:1
Properties
appliedValue?
optional appliedValue?: string;Defined in: packages/ui/build/search/search.svelte.d.ts:7
Shown on the trigger indicator when set; defaults to value.
commitOnClose?
optional commitOnClose?: boolean;Defined in: packages/ui/build/search/search.svelte.d.ts:16
When false, closing the popover without Enter reverts draft input via onDismiss.
disabled?
optional disabled?: boolean;Defined in: packages/ui/build/search/search.svelte.d.ts:14
indicatorAnimated?
optional indicatorAnimated?: boolean;Defined in: packages/ui/build/search/search.svelte.d.ts:12
indicatorPosition?
optional indicatorPosition?: "top-right" | "top-left" | "bottom-right" | "bottom-left";Defined in: packages/ui/build/search/search.svelte.d.ts:11
indicatorSize?
optional indicatorSize?: "sm" | "lg" | "md";Defined in: packages/ui/build/search/search.svelte.d.ts:10
indicatorVariant?
optional indicatorVariant?: "default" | "error" | "warning" | "success" | "info";Defined in: packages/ui/build/search/search.svelte.d.ts:9
onCommit?
optional onCommit?: (value) => void;Defined in: packages/ui/build/search/search.svelte.d.ts:3
Parameters
| Parameter | Type |
|---|---|
value |
string |
Returns
void
onDismiss?
optional onDismiss?: () => void;Defined in: packages/ui/build/search/search.svelte.d.ts:4
Returns
void
onValueChange?
optional onValueChange?: (value) => void;Defined in: packages/ui/build/search/search.svelte.d.ts:2
Parameters
| Parameter | Type |
|---|---|
value |
string |
Returns
void
placeholder?
optional placeholder?: string;Defined in: packages/ui/build/search/search.svelte.d.ts:8
showIndicator?
optional showIndicator?: boolean;Defined in: packages/ui/build/search/search.svelte.d.ts:13
value
value: string;Defined in: packages/ui/build/search/search.svelte.d.ts:5
Type Aliases
Search
type Search = ReturnType<typeof Search>;Defined in: packages/ui/build/search/search.svelte.d.ts:18
Variables
Search
const Search: Component;Defined in: packages/ui/build/search/search.svelte.d.ts:18