-
- 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
dialog
dialog
Type Aliases
Content
type Content = ReturnType<typeof Content>;Defined in: packages/ui/build/dialog/dialog-content.svelte.d.ts:7
Description
type Description = ReturnType<typeof Description>;Defined in: packages/ui/build/dialog/dialog-description.svelte.d.ts:2
DialogFooter
type DialogFooter = ReturnType<typeof DialogFooter>;Defined in: packages/ui/build/dialog/dialog-footer.svelte.d.ts:3
DialogHeader
type DialogHeader = ReturnType<typeof DialogHeader>;Defined in: packages/ui/build/dialog/dialog-header.svelte.d.ts:3
DialogOverlay
type DialogOverlay = ReturnType<typeof DialogOverlay>;Defined in: packages/ui/build/dialog/dialog-overlay.svelte.d.ts:2
DialogTitle
type DialogTitle = ReturnType<typeof DialogTitle>;Defined in: packages/ui/build/dialog/dialog-title.svelte.d.ts:2
Variables
Close
const Close: Component;Defined in: packages/ui/build/dialog/index.d.ts:10
Content
const Content: Component;Defined in: packages/ui/build/dialog/dialog-content.svelte.d.ts:7
ContentPrimitive
const ContentPrimitive: Component;Defined in: packages/ui/build/dialog/index.d.ts:12
Description
const Description: Component;Defined in: packages/ui/build/dialog/dialog-description.svelte.d.ts:2
Dialog
const Dialog: Component;Defined in: packages/ui/build/dialog/index.d.ts:8
DialogFooter
const DialogFooter: Component;Defined in: packages/ui/build/dialog/dialog-footer.svelte.d.ts:3
DialogHeader
const DialogHeader: Component;Defined in: packages/ui/build/dialog/dialog-header.svelte.d.ts:3
DialogOverlay
const DialogOverlay: Component;Defined in: packages/ui/build/dialog/dialog-overlay.svelte.d.ts:2
DialogOverlayPrimitive
const DialogOverlayPrimitive: Component;Defined in: packages/ui/build/dialog/index.d.ts:13
DialogPortal
const DialogPortal: Component;Defined in: packages/ui/build/dialog/index.d.ts:11
DialogTitle
const DialogTitle: Component;Defined in: packages/ui/build/dialog/dialog-title.svelte.d.ts:2
DialogTrigger
const DialogTrigger: Component;Defined in: packages/ui/build/dialog/index.d.ts:9
References
DialogClose
Renames and re-exports Close
DialogContent
Renames and re-exports Content
DialogContentPrimitive
Renames and re-exports ContentPrimitive
DialogDescription
Renames and re-exports Description
Footer
Renames and re-exports DialogFooter
Header
Renames and re-exports DialogHeader
Overlay
Renames and re-exports DialogOverlay
OverlayPrimitive
Renames and re-exports DialogOverlayPrimitive
Portal
Renames and re-exports DialogPortal
Root
Renames and re-exports Dialog
Title
Renames and re-exports DialogTitle
Trigger
Renames and re-exports DialogTrigger