@stackframe/stack-ui 2.8.61 → 2.8.63
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/action-dialog.js +130 -36
- package/dist/components/action-dialog.js.map +1 -0
- package/dist/components/brand-icons.js +413 -93
- package/dist/components/brand-icons.js.map +1 -0
- package/dist/components/browser-frame/index.js +63 -8
- package/dist/components/browser-frame/index.js.map +1 -0
- package/dist/components/copy-button.js +56 -17
- package/dist/components/copy-button.js.map +1 -0
- package/dist/components/copy-field.js +68 -12
- package/dist/components/copy-field.js.map +1 -0
- package/dist/components/data-table/cells.js +121 -50
- package/dist/components/data-table/cells.js.map +1 -0
- package/dist/components/data-table/column-header.js +62 -7
- package/dist/components/data-table/column-header.js.map +1 -0
- package/dist/components/data-table/data-table.js +263 -93
- package/dist/components/data-table/data-table.js.map +1 -0
- package/dist/components/data-table/faceted-filter.js +133 -25
- package/dist/components/data-table/faceted-filter.js.map +1 -0
- package/dist/components/data-table/index.js +41 -9
- package/dist/components/data-table/index.js.map +1 -0
- package/dist/components/data-table/pagination.js +89 -9
- package/dist/components/data-table/pagination.js.map +1 -0
- package/dist/components/data-table/toolbar-items.js +42 -4
- package/dist/components/data-table/toolbar-items.js.map +1 -0
- package/dist/components/data-table/toolbar.js +114 -44
- package/dist/components/data-table/toolbar.js.map +1 -0
- package/dist/components/data-table/utils.js +36 -4
- package/dist/components/data-table/utils.js.map +1 -0
- package/dist/components/data-table/view-options.js +70 -10
- package/dist/components/data-table/view-options.js.map +1 -0
- package/dist/components/simple-tooltip.js +45 -13
- package/dist/components/simple-tooltip.js.map +1 -0
- package/dist/components/ui/accordion.js +85 -10
- package/dist/components/ui/accordion.js.map +1 -0
- package/dist/components/ui/alert.js +75 -17
- package/dist/components/ui/alert.js.map +1 -0
- package/dist/components/ui/aspect-ratio.js +43 -3
- package/dist/components/ui/aspect-ratio.js.map +1 -0
- package/dist/components/ui/avatar.js +79 -8
- package/dist/components/ui/avatar.js.map +1 -0
- package/dist/components/ui/badge.js +51 -17
- package/dist/components/ui/badge.js.map +1 -0
- package/dist/components/ui/breadcrumb.js +118 -15
- package/dist/components/ui/breadcrumb.js.map +1 -0
- package/dist/components/ui/button.js +98 -39
- package/dist/components/ui/button.js.map +1 -0
- package/dist/components/ui/calendar.js +93 -39
- package/dist/components/ui/calendar.js.map +1 -0
- package/dist/components/ui/card.js +97 -11
- package/dist/components/ui/card.js.map +1 -0
- package/dist/components/ui/checkbox.js +64 -7
- package/dist/components/ui/checkbox.js.map +1 -0
- package/dist/components/ui/collapsible.js +49 -5
- package/dist/components/ui/collapsible.js.map +1 -0
- package/dist/components/ui/command.js +147 -25
- package/dist/components/ui/command.js.map +1 -0
- package/dist/components/ui/context-menu.js +196 -24
- package/dist/components/ui/context-menu.js.map +1 -0
- package/dist/components/ui/dialog.js +151 -17
- package/dist/components/ui/dialog.js.map +1 -0
- package/dist/components/ui/dropdown-menu.js +237 -55
- package/dist/components/ui/dropdown-menu.js.map +1 -0
- package/dist/components/ui/form.js +142 -53
- package/dist/components/ui/form.js.map +1 -0
- package/dist/components/ui/hover-card.js +64 -8
- package/dist/components/ui/hover-card.js.map +1 -0
- package/dist/components/ui/inline-code.js +62 -25
- package/dist/components/ui/inline-code.js.map +1 -0
- package/dist/components/ui/input-otp.js +87 -14
- package/dist/components/ui/input-otp.js.map +1 -0
- package/dist/components/ui/input.js +86 -22
- package/dist/components/ui/input.js.map +1 -0
- package/dist/components/ui/label.js +67 -9
- package/dist/components/ui/label.js.map +1 -0
- package/dist/components/ui/menubar.js +224 -24
- package/dist/components/ui/menubar.js.map +1 -0
- package/dist/components/ui/navigation-menu.js +149 -20
- package/dist/components/ui/navigation-menu.js.map +1 -0
- package/dist/components/ui/password-input.js +79 -11
- package/dist/components/ui/password-input.js.map +1 -0
- package/dist/components/ui/popover.js +67 -9
- package/dist/components/ui/popover.js.map +1 -0
- package/dist/components/ui/progress.js +63 -6
- package/dist/components/ui/progress.js.map +1 -0
- package/dist/components/ui/radio-group.js +70 -10
- package/dist/components/ui/radio-group.js.map +1 -0
- package/dist/components/ui/resizable.js +78 -8
- package/dist/components/ui/resizable.js.map +1 -0
- package/dist/components/ui/scroll-area.js +75 -9
- package/dist/components/ui/scroll-area.js.map +1 -0
- package/dist/components/ui/select.js +166 -20
- package/dist/components/ui/select.js.map +1 -0
- package/dist/components/ui/separator.js +61 -6
- package/dist/components/ui/separator.js.map +1 -0
- package/dist/components/ui/sheet.js +153 -27
- package/dist/components/ui/sheet.js.map +1 -0
- package/dist/components/ui/skeleton.js +46 -5
- package/dist/components/ui/skeleton.js.map +1 -0
- package/dist/components/ui/slider.js +60 -6
- package/dist/components/ui/slider.js.map +1 -0
- package/dist/components/ui/spinner.js +36 -6
- package/dist/components/ui/spinner.js.map +1 -0
- package/dist/components/ui/switch.js +92 -21
- package/dist/components/ui/switch.js.map +1 -0
- package/dist/components/ui/table.js +117 -12
- package/dist/components/ui/table.js.map +1 -0
- package/dist/components/ui/tabs.js +85 -9
- package/dist/components/ui/tabs.js.map +1 -0
- package/dist/components/ui/textarea.js +47 -6
- package/dist/components/ui/textarea.js.map +1 -0
- package/dist/components/ui/toast.js +135 -25
- package/dist/components/ui/toast.js.map +1 -0
- package/dist/components/ui/toaster.js +49 -8
- package/dist/components/ui/toaster.js.map +1 -0
- package/dist/components/ui/toggle-group.js +78 -17
- package/dist/components/ui/toggle-group.js.map +1 -0
- package/dist/components/ui/toggle.js +73 -21
- package/dist/components/ui/toggle.js.map +1 -0
- package/dist/components/ui/tooltip.js +72 -9
- package/dist/components/ui/tooltip.js.map +1 -0
- package/dist/components/ui/typography.js +69 -31
- package/dist/components/ui/typography.js.map +1 -0
- package/dist/components/ui/use-toast.js +151 -116
- package/dist/components/ui/use-toast.js.map +1 -0
- package/dist/esm/components/action-dialog.js +97 -0
- package/dist/esm/components/action-dialog.js.map +1 -0
- package/dist/esm/components/brand-icons.js +390 -0
- package/dist/esm/components/brand-icons.js.map +1 -0
- package/dist/esm/components/browser-frame/index.js +43 -0
- package/dist/esm/components/browser-frame/index.js.map +1 -0
- package/dist/esm/components/copy-button.js +35 -0
- package/dist/esm/components/copy-button.js.map +1 -0
- package/dist/esm/components/copy-field.js +44 -0
- package/dist/esm/components/copy-field.js.map +1 -0
- package/dist/esm/components/data-table/cells.js +88 -0
- package/dist/esm/components/data-table/cells.js.map +1 -0
- package/dist/esm/components/data-table/column-header.js +40 -0
- package/dist/esm/components/data-table/column-header.js.map +1 -0
- package/dist/esm/components/data-table/data-table.js +249 -0
- package/dist/esm/components/data-table/data-table.js.map +1 -0
- package/dist/esm/components/data-table/faceted-filter.js +117 -0
- package/dist/esm/components/data-table/faceted-filter.js.map +1 -0
- package/dist/esm/components/data-table/index.js +11 -0
- package/dist/esm/components/data-table/index.js.map +1 -0
- package/dist/esm/components/data-table/pagination.js +71 -0
- package/dist/esm/components/data-table/pagination.js.map +1 -0
- package/dist/esm/components/data-table/toolbar-items.js +18 -0
- package/dist/esm/components/data-table/toolbar-items.js.map +1 -0
- package/dist/esm/components/data-table/toolbar.js +92 -0
- package/dist/esm/components/data-table/toolbar.js.map +1 -0
- package/dist/esm/components/data-table/utils.js +12 -0
- package/dist/esm/components/data-table/utils.js.map +1 -0
- package/dist/esm/components/data-table/view-options.js +55 -0
- package/dist/esm/components/data-table/view-options.js.map +1 -0
- package/dist/esm/components/simple-tooltip.js +21 -0
- package/dist/esm/components/simple-tooltip.js.map +1 -0
- package/dist/esm/components/ui/accordion.js +52 -0
- package/dist/esm/components/ui/accordion.js.map +1 -0
- package/dist/esm/components/ui/alert.js +54 -0
- package/dist/esm/components/ui/alert.js.map +1 -0
- package/dist/esm/components/ui/aspect-ratio.js +10 -0
- package/dist/esm/components/ui/aspect-ratio.js.map +1 -0
- package/dist/esm/components/ui/avatar.js +47 -0
- package/dist/esm/components/ui/avatar.js.map +1 -0
- package/dist/esm/components/ui/badge.js +30 -0
- package/dist/esm/components/ui/badge.js.map +1 -0
- package/dist/esm/components/ui/breadcrumb.js +95 -0
- package/dist/esm/components/ui/breadcrumb.js.map +1 -0
- package/dist/esm/components/ui/button.js +79 -0
- package/dist/esm/components/ui/button.js.map +1 -0
- package/dist/esm/components/ui/calendar.js +72 -0
- package/dist/esm/components/ui/calendar.js.map +1 -0
- package/dist/esm/components/ui/card.js +72 -0
- package/dist/esm/components/ui/card.js.map +1 -0
- package/dist/esm/components/ui/checkbox.js +32 -0
- package/dist/esm/components/ui/checkbox.js.map +1 -0
- package/dist/esm/components/ui/collapsible.js +14 -0
- package/dist/esm/components/ui/collapsible.js.map +1 -0
- package/dist/esm/components/ui/command.js +119 -0
- package/dist/esm/components/ui/command.js.map +1 -0
- package/dist/esm/components/ui/context-menu.js +162 -0
- package/dist/esm/components/ui/context-menu.js.map +1 -0
- package/dist/esm/components/ui/dialog.js +114 -0
- package/dist/esm/components/ui/dialog.js.map +1 -0
- package/dist/esm/components/ui/dropdown-menu.js +200 -0
- package/dist/esm/components/ui/dropdown-menu.js.map +1 -0
- package/dist/esm/components/ui/form.js +118 -0
- package/dist/esm/components/ui/form.js.map +1 -0
- package/dist/esm/components/ui/hover-card.js +30 -0
- package/dist/esm/components/ui/hover-card.js.map +1 -0
- package/dist/esm/components/ui/inline-code.js +42 -0
- package/dist/esm/components/ui/inline-code.js.map +1 -0
- package/dist/esm/components/ui/input-otp.js +56 -0
- package/dist/esm/components/ui/input-otp.js.map +1 -0
- package/dist/esm/components/ui/input.js +57 -0
- package/dist/esm/components/ui/input.js.map +1 -0
- package/dist/esm/components/ui/label.js +35 -0
- package/dist/esm/components/ui/label.js.map +1 -0
- package/dist/esm/components/ui/menubar.js +192 -0
- package/dist/esm/components/ui/menubar.js.map +1 -0
- package/dist/esm/components/ui/navigation-menu.js +112 -0
- package/dist/esm/components/ui/navigation-menu.js.map +1 -0
- package/dist/esm/components/ui/password-input.js +58 -0
- package/dist/esm/components/ui/password-input.js.map +1 -0
- package/dist/esm/components/ui/popover.js +32 -0
- package/dist/esm/components/ui/popover.js.map +1 -0
- package/dist/esm/components/ui/progress.js +31 -0
- package/dist/esm/components/ui/progress.js.map +1 -0
- package/dist/esm/components/ui/radio-group.js +40 -0
- package/dist/esm/components/ui/radio-group.js.map +1 -0
- package/dist/esm/components/ui/resizable.js +43 -0
- package/dist/esm/components/ui/resizable.js.map +1 -0
- package/dist/esm/components/ui/scroll-area.js +43 -0
- package/dist/esm/components/ui/scroll-area.js.map +1 -0
- package/dist/esm/components/ui/select.js +135 -0
- package/dist/esm/components/ui/select.js.map +1 -0
- package/dist/esm/components/ui/separator.js +29 -0
- package/dist/esm/components/ui/separator.js.map +1 -0
- package/dist/esm/components/ui/sheet.js +120 -0
- package/dist/esm/components/ui/sheet.js.map +1 -0
- package/dist/esm/components/ui/skeleton.js +24 -0
- package/dist/esm/components/ui/skeleton.js.map +1 -0
- package/dist/esm/components/ui/slider.js +28 -0
- package/dist/esm/components/ui/slider.js.map +1 -0
- package/dist/esm/components/ui/spinner.js +13 -0
- package/dist/esm/components/ui/spinner.js.map +1 -0
- package/dist/esm/components/ui/switch.js +62 -0
- package/dist/esm/components/ui/switch.js.map +1 -0
- package/dist/esm/components/ui/table.js +93 -0
- package/dist/esm/components/ui/table.js.map +1 -0
- package/dist/esm/components/ui/tabs.js +52 -0
- package/dist/esm/components/ui/tabs.js.map +1 -0
- package/dist/esm/components/ui/textarea.js +24 -0
- package/dist/esm/components/ui/textarea.js.map +1 -0
- package/dist/esm/components/ui/toast.js +105 -0
- package/dist/esm/components/ui/toast.js.map +1 -0
- package/dist/esm/components/ui/toaster.js +34 -0
- package/dist/esm/components/ui/toaster.js.map +1 -0
- package/dist/esm/components/ui/toggle-group.js +48 -0
- package/dist/esm/components/ui/toggle-group.js.map +1 -0
- package/dist/esm/components/ui/toggle.js +43 -0
- package/dist/esm/components/ui/toggle.js.map +1 -0
- package/dist/esm/components/ui/tooltip.js +38 -0
- package/dist/esm/components/ui/tooltip.js.map +1 -0
- package/dist/esm/components/ui/typography.js +47 -0
- package/dist/esm/components/ui/typography.js.map +1 -0
- package/dist/esm/components/ui/use-toast.js +130 -0
- package/dist/esm/components/ui/use-toast.js.map +1 -0
- package/dist/esm/index.js +59 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/lib/utils.js +10 -0
- package/dist/esm/lib/utils.js.map +1 -0
- package/dist/index.d.mts +967 -0
- package/dist/index.d.ts +967 -54
- package/dist/index.js +147 -53
- package/dist/index.js.map +1 -0
- package/dist/lib/utils.js +34 -4
- package/dist/lib/utils.js.map +1 -0
- package/package.json +10 -5
- package/dist/components/action-dialog.d.ts +0 -28
- package/dist/components/action-dialog.d.ts.map +0 -1
- package/dist/components/brand-icons.d.ts +0 -43
- package/dist/components/brand-icons.d.ts.map +0 -1
- package/dist/components/browser-frame/index.d.ts +0 -10
- package/dist/components/browser-frame/index.d.ts.map +0 -1
- package/dist/components/copy-button.d.ts +0 -17
- package/dist/components/copy-button.d.ts.map +0 -1
- package/dist/components/copy-field.d.ts +0 -13
- package/dist/components/copy-field.d.ts.map +0 -1
- package/dist/components/data-table/cells.d.ts +0 -31
- package/dist/components/data-table/cells.d.ts.map +0 -1
- package/dist/components/data-table/column-header.d.ts +0 -8
- package/dist/components/data-table/column-header.d.ts.map +0 -1
- package/dist/components/data-table/data-table.d.ts +0 -36
- package/dist/components/data-table/data-table.d.ts.map +0 -1
- package/dist/components/data-table/faceted-filter.d.ts +0 -16
- package/dist/components/data-table/faceted-filter.d.ts.map +0 -1
- package/dist/components/data-table/index.d.ts +0 -10
- package/dist/components/data-table/index.d.ts.map +0 -1
- package/dist/components/data-table/pagination.d.ts +0 -7
- package/dist/components/data-table/pagination.d.ts.map +0 -1
- package/dist/components/data-table/toolbar-items.d.ts +0 -8
- package/dist/components/data-table/toolbar-items.d.ts.map +0 -1
- package/dist/components/data-table/toolbar.d.ts +0 -12
- package/dist/components/data-table/toolbar.d.ts.map +0 -1
- package/dist/components/data-table/utils.d.ts +0 -3
- package/dist/components/data-table/utils.d.ts.map +0 -1
- package/dist/components/data-table/view-options.d.ts +0 -7
- package/dist/components/data-table/view-options.d.ts.map +0 -1
- package/dist/components/simple-tooltip.d.ts +0 -9
- package/dist/components/simple-tooltip.d.ts.map +0 -1
- package/dist/components/ui/accordion.d.ts +0 -14
- package/dist/components/ui/accordion.d.ts.map +0 -1
- package/dist/components/ui/alert.d.ts +0 -15
- package/dist/components/ui/alert.d.ts.map +0 -1
- package/dist/components/ui/aspect-ratio.d.ts +0 -4
- package/dist/components/ui/aspect-ratio.d.ts.map +0 -1
- package/dist/components/ui/avatar.d.ts +0 -13
- package/dist/components/ui/avatar.d.ts.map +0 -1
- package/dist/components/ui/badge.d.ts +0 -13
- package/dist/components/ui/badge.d.ts.map +0 -1
- package/dist/components/ui/breadcrumb.d.ts +0 -30
- package/dist/components/ui/breadcrumb.d.ts.map +0 -1
- package/dist/components/ui/button.d.ts +0 -28
- package/dist/components/ui/button.d.ts.map +0 -1
- package/dist/components/ui/calendar.d.ts +0 -9
- package/dist/components/ui/calendar.d.ts.map +0 -1
- package/dist/components/ui/card.d.ts +0 -23
- package/dist/components/ui/card.d.ts.map +0 -1
- package/dist/components/ui/checkbox.d.ts +0 -7
- package/dist/components/ui/checkbox.d.ts.map +0 -1
- package/dist/components/ui/collapsible.d.ts +0 -6
- package/dist/components/ui/collapsible.d.ts.map +0 -1
- package/dist/components/ui/command.d.ts +0 -18
- package/dist/components/ui/command.d.ts.map +0 -1
- package/dist/components/ui/context-menu.d.ts +0 -44
- package/dist/components/ui/context-menu.d.ts.map +0 -1
- package/dist/components/ui/dialog.d.ts +0 -34
- package/dist/components/ui/dialog.d.ts.map +0 -1
- package/dist/components/ui/dropdown-menu.d.ts +0 -47
- package/dist/components/ui/dropdown-menu.d.ts.map +0 -1
- package/dist/components/ui/form.d.ts +0 -34
- package/dist/components/ui/form.d.ts.map +0 -1
- package/dist/components/ui/hover-card.d.ts +0 -9
- package/dist/components/ui/hover-card.d.ts.map +0 -1
- package/dist/components/ui/inline-code.d.ts +0 -6
- package/dist/components/ui/inline-code.d.ts.map +0 -1
- package/dist/components/ui/input-otp.d.ts +0 -17
- package/dist/components/ui/input-otp.d.ts.map +0 -1
- package/dist/components/ui/input.d.ts +0 -20
- package/dist/components/ui/input.d.ts.map +0 -1
- package/dist/components/ui/label.d.ts +0 -11
- package/dist/components/ui/label.d.ts.map +0 -1
- package/dist/components/ui/menubar.d.ts +0 -31
- package/dist/components/ui/menubar.d.ts.map +0 -1
- package/dist/components/ui/navigation-menu.d.ts +0 -25
- package/dist/components/ui/navigation-menu.d.ts.map +0 -1
- package/dist/components/ui/password-input.d.ts +0 -7
- package/dist/components/ui/password-input.d.ts.map +0 -1
- package/dist/components/ui/popover.d.ts +0 -10
- package/dist/components/ui/popover.d.ts.map +0 -1
- package/dist/components/ui/progress.d.ts +0 -7
- package/dist/components/ui/progress.d.ts.map +0 -1
- package/dist/components/ui/radio-group.d.ts +0 -10
- package/dist/components/ui/radio-group.d.ts.map +0 -1
- package/dist/components/ui/resizable.d.ts +0 -37
- package/dist/components/ui/resizable.d.ts.map +0 -1
- package/dist/components/ui/scroll-area.d.ts +0 -10
- package/dist/components/ui/scroll-area.d.ts.map +0 -1
- package/dist/components/ui/select.d.ts +0 -30
- package/dist/components/ui/select.d.ts.map +0 -1
- package/dist/components/ui/separator.d.ts +0 -7
- package/dist/components/ui/separator.d.ts.map +0 -1
- package/dist/components/ui/sheet.d.ts +0 -33
- package/dist/components/ui/sheet.d.ts.map +0 -1
- package/dist/components/ui/skeleton.d.ts +0 -4
- package/dist/components/ui/skeleton.d.ts.map +0 -1
- package/dist/components/ui/slider.d.ts +0 -7
- package/dist/components/ui/slider.d.ts.map +0 -1
- package/dist/components/ui/spinner.d.ts +0 -7
- package/dist/components/ui/spinner.d.ts.map +0 -1
- package/dist/components/ui/switch.d.ts +0 -11
- package/dist/components/ui/switch.d.ts.map +0 -1
- package/dist/components/ui/table.d.ts +0 -27
- package/dist/components/ui/table.d.ts.map +0 -1
- package/dist/components/ui/tabs.d.ts +0 -14
- package/dist/components/ui/tabs.d.ts.map +0 -1
- package/dist/components/ui/textarea.d.ts +0 -7
- package/dist/components/ui/textarea.d.ts.map +0 -1
- package/dist/components/ui/toast.d.ts +0 -28
- package/dist/components/ui/toast.d.ts.map +0 -1
- package/dist/components/ui/toaster.d.ts +0 -2
- package/dist/components/ui/toaster.d.ts.map +0 -1
- package/dist/components/ui/toggle-group.d.ts +0 -17
- package/dist/components/ui/toggle-group.d.ts.map +0 -1
- package/dist/components/ui/toggle.d.ts +0 -15
- package/dist/components/ui/toggle.d.ts.map +0 -1
- package/dist/components/ui/tooltip.d.ts +0 -12
- package/dist/components/ui/tooltip.d.ts.map +0 -1
- package/dist/components/ui/typography.d.ts +0 -10
- package/dist/components/ui/typography.d.ts.map +0 -1
- package/dist/components/ui/use-toast.d.ts +0 -45
- package/dist/components/ui/use-toast.d.ts.map +0 -1
- package/dist/index.d.ts.map +0 -1
- package/dist/lib/utils.d.ts +0 -3
- package/dist/lib/utils.d.ts.map +0 -1
package/dist/index.d.ts
CHANGED
|
@@ -1,54 +1,967 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
1
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
+
import { LucideIcon } from 'lucide-react';
|
|
3
|
+
import * as React$1 from 'react';
|
|
4
|
+
import React__default from 'react';
|
|
5
|
+
import * as class_variance_authority_types from 'class-variance-authority/types';
|
|
6
|
+
import * as class_variance_authority from 'class-variance-authority';
|
|
7
|
+
import { VariantProps } from 'class-variance-authority';
|
|
8
|
+
import { Column, Table as Table$1, ColumnDef, ColumnFiltersState, SortingState, VisibilityState } from '@tanstack/react-table';
|
|
9
|
+
import * as AccordionPrimitive from '@radix-ui/react-accordion';
|
|
10
|
+
import * as AspectRatioPrimitive from '@radix-ui/react-aspect-ratio';
|
|
11
|
+
import * as AvatarPrimitive from '@radix-ui/react-avatar';
|
|
12
|
+
import { DayPicker } from 'react-day-picker';
|
|
13
|
+
import * as CheckboxPrimitive from '@radix-ui/react-checkbox';
|
|
14
|
+
import * as CollapsiblePrimitive from '@radix-ui/react-collapsible';
|
|
15
|
+
import * as DialogPrimitive from '@radix-ui/react-dialog';
|
|
16
|
+
import { DialogProps } from '@radix-ui/react-dialog';
|
|
17
|
+
import { Command as Command$1 } from 'cmdk';
|
|
18
|
+
import * as ContextMenuPrimitive from '@radix-ui/react-context-menu';
|
|
19
|
+
import * as DropdownMenuPrimitive from '@radix-ui/react-dropdown-menu';
|
|
20
|
+
import * as _radix_ui_react_slot from '@radix-ui/react-slot';
|
|
21
|
+
import * as react_hook_form from 'react-hook-form';
|
|
22
|
+
import { FieldValues, FieldPath, ControllerProps } from 'react-hook-form';
|
|
23
|
+
import * as LabelPrimitive from '@radix-ui/react-label';
|
|
24
|
+
import * as HoverCardPrimitive from '@radix-ui/react-hover-card';
|
|
25
|
+
import { OTPInput } from 'input-otp';
|
|
26
|
+
import * as MenubarPrimitive from '@radix-ui/react-menubar';
|
|
27
|
+
import * as NavigationMenuPrimitive from '@radix-ui/react-navigation-menu';
|
|
28
|
+
import * as PopoverPrimitive from '@radix-ui/react-popover';
|
|
29
|
+
import * as ProgressPrimitive from '@radix-ui/react-progress';
|
|
30
|
+
import * as RadioGroupPrimitive from '@radix-ui/react-radio-group';
|
|
31
|
+
import * as ScrollAreaPrimitive from '@radix-ui/react-scroll-area';
|
|
32
|
+
import * as SelectPrimitive from '@radix-ui/react-select';
|
|
33
|
+
import * as SeparatorPrimitive from '@radix-ui/react-separator';
|
|
34
|
+
import * as SliderPrimitive from '@radix-ui/react-slider';
|
|
35
|
+
import * as SwitchPrimitives from '@radix-ui/react-switch';
|
|
36
|
+
import * as TabsPrimitive from '@radix-ui/react-tabs';
|
|
37
|
+
import * as ToastPrimitives from '@radix-ui/react-toast';
|
|
38
|
+
import * as ToggleGroupPrimitive from '@radix-ui/react-toggle-group';
|
|
39
|
+
import * as TooltipPrimitive from '@radix-ui/react-tooltip';
|
|
40
|
+
import * as ResizablePrimitive from 'react-resizable-panels';
|
|
41
|
+
import { ClassValue } from 'clsx';
|
|
42
|
+
|
|
43
|
+
type ActionDialogProps = {
|
|
44
|
+
trigger?: React__default.ReactNode;
|
|
45
|
+
open?: boolean;
|
|
46
|
+
onClose?: () => void;
|
|
47
|
+
onOpenChange?: (open: boolean) => void;
|
|
48
|
+
titleIcon?: LucideIcon;
|
|
49
|
+
title: boolean | React__default.ReactNode;
|
|
50
|
+
description?: React__default.ReactNode;
|
|
51
|
+
danger?: boolean;
|
|
52
|
+
okButton?: boolean | Readonly<{
|
|
53
|
+
label?: string;
|
|
54
|
+
onClick?: () => Promise<"prevent-close" | undefined | void>;
|
|
55
|
+
props?: Partial<React__default.ComponentProps<typeof Button>>;
|
|
56
|
+
}>;
|
|
57
|
+
cancelButton?: boolean | Readonly<{
|
|
58
|
+
label?: string;
|
|
59
|
+
onClick?: () => Promise<"prevent-close" | undefined | void>;
|
|
60
|
+
props?: Partial<React__default.ComponentProps<typeof Button>>;
|
|
61
|
+
}>;
|
|
62
|
+
confirmText?: string;
|
|
63
|
+
children?: React__default.ReactNode;
|
|
64
|
+
preventClose?: boolean;
|
|
65
|
+
};
|
|
66
|
+
declare function ActionDialog(props: ActionDialogProps): react_jsx_runtime.JSX.Element;
|
|
67
|
+
|
|
68
|
+
declare function Google({ iconSize }: {
|
|
69
|
+
iconSize: number;
|
|
70
|
+
}): react_jsx_runtime.JSX.Element;
|
|
71
|
+
declare function Facebook({ iconSize }: {
|
|
72
|
+
iconSize: number;
|
|
73
|
+
}): react_jsx_runtime.JSX.Element;
|
|
74
|
+
declare function GitHub({ iconSize }: {
|
|
75
|
+
iconSize: number;
|
|
76
|
+
}): react_jsx_runtime.JSX.Element;
|
|
77
|
+
declare function Microsoft({ iconSize }: {
|
|
78
|
+
iconSize: number;
|
|
79
|
+
}): react_jsx_runtime.JSX.Element;
|
|
80
|
+
declare function Spotify({ iconSize }: {
|
|
81
|
+
iconSize: number;
|
|
82
|
+
}): react_jsx_runtime.JSX.Element;
|
|
83
|
+
declare function Discord({ iconSize }: {
|
|
84
|
+
iconSize: number;
|
|
85
|
+
}): react_jsx_runtime.JSX.Element;
|
|
86
|
+
declare function Gitlab({ iconSize }: {
|
|
87
|
+
iconSize: number;
|
|
88
|
+
}): react_jsx_runtime.JSX.Element;
|
|
89
|
+
declare function Bitbucket({ iconSize }: {
|
|
90
|
+
iconSize: number;
|
|
91
|
+
}): react_jsx_runtime.JSX.Element;
|
|
92
|
+
declare function LinkedIn({ iconSize }: {
|
|
93
|
+
iconSize: number;
|
|
94
|
+
}): react_jsx_runtime.JSX.Element;
|
|
95
|
+
declare function Apple({ iconSize }: {
|
|
96
|
+
iconSize: number;
|
|
97
|
+
}): react_jsx_runtime.JSX.Element;
|
|
98
|
+
declare function X({ iconSize }: {
|
|
99
|
+
iconSize: number;
|
|
100
|
+
}): react_jsx_runtime.JSX.Element;
|
|
101
|
+
declare function Twitch({ iconSize }: {
|
|
102
|
+
iconSize: number;
|
|
103
|
+
}): react_jsx_runtime.JSX.Element;
|
|
104
|
+
declare function Mapping({ provider, iconSize, }: {
|
|
105
|
+
provider: string;
|
|
106
|
+
iconSize: number;
|
|
107
|
+
}): react_jsx_runtime.JSX.Element;
|
|
108
|
+
declare function toTitle(id: string): string;
|
|
109
|
+
declare const BRAND_COLORS: Record<string, string>;
|
|
110
|
+
|
|
111
|
+
declare const brandIcons_Apple: typeof Apple;
|
|
112
|
+
declare const brandIcons_BRAND_COLORS: typeof BRAND_COLORS;
|
|
113
|
+
declare const brandIcons_Bitbucket: typeof Bitbucket;
|
|
114
|
+
declare const brandIcons_Discord: typeof Discord;
|
|
115
|
+
declare const brandIcons_Facebook: typeof Facebook;
|
|
116
|
+
declare const brandIcons_GitHub: typeof GitHub;
|
|
117
|
+
declare const brandIcons_Gitlab: typeof Gitlab;
|
|
118
|
+
declare const brandIcons_Google: typeof Google;
|
|
119
|
+
declare const brandIcons_LinkedIn: typeof LinkedIn;
|
|
120
|
+
declare const brandIcons_Mapping: typeof Mapping;
|
|
121
|
+
declare const brandIcons_Microsoft: typeof Microsoft;
|
|
122
|
+
declare const brandIcons_Spotify: typeof Spotify;
|
|
123
|
+
declare const brandIcons_Twitch: typeof Twitch;
|
|
124
|
+
declare const brandIcons_X: typeof X;
|
|
125
|
+
declare const brandIcons_toTitle: typeof toTitle;
|
|
126
|
+
declare namespace brandIcons {
|
|
127
|
+
export { brandIcons_Apple as Apple, brandIcons_BRAND_COLORS as BRAND_COLORS, brandIcons_Bitbucket as Bitbucket, brandIcons_Discord as Discord, brandIcons_Facebook as Facebook, brandIcons_GitHub as GitHub, brandIcons_Gitlab as Gitlab, brandIcons_Google as Google, brandIcons_LinkedIn as LinkedIn, brandIcons_Mapping as Mapping, brandIcons_Microsoft as Microsoft, brandIcons_Spotify as Spotify, brandIcons_Twitch as Twitch, brandIcons_X as X, brandIcons_toTitle as toTitle };
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
type Props = {
|
|
131
|
+
url?: string;
|
|
132
|
+
padding?: string;
|
|
133
|
+
transparentBackground?: boolean;
|
|
134
|
+
children: React__default.ReactNode;
|
|
135
|
+
className?: string;
|
|
136
|
+
};
|
|
137
|
+
declare const BrowserFrame: ({ url, padding, transparentBackground, children, className }: Props) => react_jsx_runtime.JSX.Element;
|
|
138
|
+
|
|
139
|
+
declare const CopyButton: React__default.FC<{
|
|
140
|
+
onClick?: ((e: React__default.MouseEvent<HTMLButtonElement, MouseEvent>) => void | Promise<void>) | undefined;
|
|
141
|
+
loading?: boolean | undefined;
|
|
142
|
+
loadingStyle?: "spinner" | "disabled" | undefined;
|
|
143
|
+
} & {
|
|
144
|
+
asChild?: boolean | undefined;
|
|
145
|
+
} & React__default.ButtonHTMLAttributes<HTMLButtonElement> & class_variance_authority.VariantProps<(props?: ({
|
|
146
|
+
variant?: "default" | "destructive" | "outline" | "secondary" | "ghost" | "link" | "plain" | null | undefined;
|
|
147
|
+
size?: "default" | "plain" | "sm" | "lg" | "icon" | null | undefined;
|
|
148
|
+
} & class_variance_authority_types.ClassProp) | undefined) => string> & {
|
|
149
|
+
ref?: React__default.Ref<HTMLButtonElement> | undefined;
|
|
150
|
+
} & {
|
|
151
|
+
content: string;
|
|
152
|
+
}>;
|
|
153
|
+
|
|
154
|
+
declare function CopyField(props: {
|
|
155
|
+
value: string;
|
|
156
|
+
label?: React.ReactNode;
|
|
157
|
+
helper?: React.ReactNode;
|
|
158
|
+
monospace?: boolean;
|
|
159
|
+
fixedSize?: boolean;
|
|
160
|
+
} & ({
|
|
161
|
+
type: "textarea";
|
|
162
|
+
height?: number;
|
|
163
|
+
} | {
|
|
164
|
+
type: "input";
|
|
165
|
+
})): react_jsx_runtime.JSX.Element;
|
|
166
|
+
|
|
167
|
+
declare function TextCell(props: {
|
|
168
|
+
children: React__default.ReactNode;
|
|
169
|
+
size?: number;
|
|
170
|
+
icon?: React__default.ReactNode;
|
|
171
|
+
}): react_jsx_runtime.JSX.Element;
|
|
172
|
+
declare function AvatarCell(props: {
|
|
173
|
+
src?: string;
|
|
174
|
+
fallback?: string;
|
|
175
|
+
}): react_jsx_runtime.JSX.Element;
|
|
176
|
+
declare function DateCell(props: {
|
|
177
|
+
date: Date;
|
|
178
|
+
ignoreAfterYears?: number;
|
|
179
|
+
}): react_jsx_runtime.JSX.Element;
|
|
180
|
+
type ActionItem = '-' | {
|
|
181
|
+
item: React__default.ReactNode;
|
|
182
|
+
onClick: (e: React__default.MouseEvent) => void | Promise<void>;
|
|
183
|
+
danger?: boolean;
|
|
184
|
+
disabled?: boolean;
|
|
185
|
+
disabledTooltip?: string;
|
|
186
|
+
};
|
|
187
|
+
declare function ActionCell(props: {
|
|
188
|
+
items?: ActionItem[];
|
|
189
|
+
invisible?: boolean;
|
|
190
|
+
}): react_jsx_runtime.JSX.Element;
|
|
191
|
+
declare function BadgeCell(props: {
|
|
192
|
+
badges: string[];
|
|
193
|
+
size?: number;
|
|
194
|
+
}): react_jsx_runtime.JSX.Element;
|
|
195
|
+
|
|
196
|
+
type DataTableColumnHeaderProps<TData, TValue> = {
|
|
197
|
+
column: Column<TData, TValue>;
|
|
198
|
+
columnTitle: React.ReactNode;
|
|
199
|
+
} & React.HTMLAttributes<HTMLDivElement>;
|
|
200
|
+
declare function DataTableColumnHeader<TData, TValue>({ column, columnTitle, className, }: DataTableColumnHeaderProps<TData, TValue>): react_jsx_runtime.JSX.Element;
|
|
201
|
+
|
|
202
|
+
declare function TableView<TData, TValue>(props: {
|
|
203
|
+
table: Table$1<TData>;
|
|
204
|
+
columns: ColumnDef<TData, TValue>[];
|
|
205
|
+
toolbarRender?: (table: Table$1<TData>) => React__default.ReactNode;
|
|
206
|
+
showDefaultToolbar?: boolean;
|
|
207
|
+
defaultColumnFilters: ColumnFiltersState;
|
|
208
|
+
defaultSorting: SortingState;
|
|
209
|
+
onRowClick?: (row: TData) => void;
|
|
210
|
+
}): react_jsx_runtime.JSX.Element;
|
|
211
|
+
type DataTableProps<TData, TValue> = {
|
|
212
|
+
columns: ColumnDef<TData, TValue>[];
|
|
213
|
+
data: TData[];
|
|
214
|
+
toolbarRender?: (table: Table$1<TData>) => React__default.ReactNode;
|
|
215
|
+
defaultVisibility?: VisibilityState;
|
|
216
|
+
defaultColumnFilters: ColumnFiltersState;
|
|
217
|
+
defaultSorting: SortingState;
|
|
218
|
+
showDefaultToolbar?: boolean;
|
|
219
|
+
onRowClick?: (row: TData) => void;
|
|
220
|
+
};
|
|
221
|
+
declare function DataTable<TData, TValue>({ columns, data, toolbarRender, defaultVisibility, defaultColumnFilters, defaultSorting, showDefaultToolbar, onRowClick, }: DataTableProps<TData, TValue>): react_jsx_runtime.JSX.Element;
|
|
222
|
+
type DataTableManualPaginationProps<TData, TValue> = DataTableProps<TData, TValue> & {
|
|
223
|
+
onUpdate: (options: {
|
|
224
|
+
cursor: string;
|
|
225
|
+
limit: number;
|
|
226
|
+
sorting: SortingState;
|
|
227
|
+
columnFilters: ColumnFiltersState;
|
|
228
|
+
globalFilters: any;
|
|
229
|
+
}) => Promise<{
|
|
230
|
+
nextCursor: string | null;
|
|
231
|
+
}>;
|
|
232
|
+
};
|
|
233
|
+
declare function DataTableManualPagination<TData, TValue>({ columns, data, toolbarRender, defaultVisibility, defaultColumnFilters, defaultSorting, onRowClick, onUpdate, showDefaultToolbar, }: DataTableManualPaginationProps<TData, TValue>): react_jsx_runtime.JSX.Element;
|
|
234
|
+
|
|
235
|
+
type DataTableFacetedFilterProps<TData, TValue> = {
|
|
236
|
+
column?: Column<TData, TValue>;
|
|
237
|
+
title?: string;
|
|
238
|
+
options: {
|
|
239
|
+
label: string;
|
|
240
|
+
value: string;
|
|
241
|
+
icon?: React__default.ComponentType<{
|
|
242
|
+
className?: string;
|
|
243
|
+
}>;
|
|
244
|
+
}[];
|
|
245
|
+
};
|
|
246
|
+
declare function DataTableFacetedFilter<TData, TValue>({ column, title, options, }: DataTableFacetedFilterProps<TData, TValue>): react_jsx_runtime.JSX.Element;
|
|
247
|
+
|
|
248
|
+
type DataTablePaginationProps<TData> = {
|
|
249
|
+
table: Table$1<TData>;
|
|
250
|
+
};
|
|
251
|
+
declare function DataTablePagination<TData>({ table, }: DataTablePaginationProps<TData>): react_jsx_runtime.JSX.Element;
|
|
252
|
+
|
|
253
|
+
declare function SearchToolbarItem<TData>(props: {
|
|
254
|
+
table: Table$1<TData>;
|
|
255
|
+
keyName?: string | null;
|
|
256
|
+
placeholder: string;
|
|
257
|
+
className?: string;
|
|
258
|
+
}): react_jsx_runtime.JSX.Element;
|
|
259
|
+
|
|
260
|
+
type DataTableToolbarProps<TData> = {
|
|
261
|
+
table: Table$1<TData>;
|
|
262
|
+
toolbarRender?: (table: Table$1<TData>) => React.ReactNode;
|
|
263
|
+
showDefaultToolbar?: boolean;
|
|
264
|
+
defaultColumnFilters: ColumnFiltersState;
|
|
265
|
+
defaultSorting: SortingState;
|
|
266
|
+
showResetFilters?: boolean;
|
|
267
|
+
};
|
|
268
|
+
declare function DataTableToolbar<TData>({ table, toolbarRender, showDefaultToolbar, defaultColumnFilters, defaultSorting, showResetFilters, }: DataTableToolbarProps<TData>): react_jsx_runtime.JSX.Element;
|
|
269
|
+
|
|
270
|
+
declare function standardFilterFn(row: any, id: string, value: any): any;
|
|
271
|
+
declare function arrayFilterFn(row: any, id: string, value: any): any;
|
|
272
|
+
|
|
273
|
+
type DataTableViewOptionsProps<TData> = {
|
|
274
|
+
table: Table$1<TData>;
|
|
275
|
+
};
|
|
276
|
+
declare function DataTableViewOptions<TData>({ table, }: DataTableViewOptionsProps<TData>): react_jsx_runtime.JSX.Element;
|
|
277
|
+
|
|
278
|
+
declare function SimpleTooltip(props: {
|
|
279
|
+
tooltip: React.ReactNode;
|
|
280
|
+
children?: React.ReactNode;
|
|
281
|
+
type?: 'info' | 'warning';
|
|
282
|
+
inline?: boolean;
|
|
283
|
+
className?: string;
|
|
284
|
+
disabled?: boolean;
|
|
285
|
+
}): react_jsx_runtime.JSX.Element;
|
|
286
|
+
|
|
287
|
+
declare const Accordion: React__default.ForwardRefExoticComponent<(AccordionPrimitive.AccordionSingleProps | AccordionPrimitive.AccordionMultipleProps) & React__default.RefAttributes<HTMLDivElement>>;
|
|
288
|
+
declare const AccordionItem: React__default.FC<Omit<AccordionPrimitive.AccordionItemProps & React__default.RefAttributes<HTMLDivElement>, "ref"> & {
|
|
289
|
+
ref?: React__default.Ref<HTMLDivElement> | undefined;
|
|
290
|
+
}>;
|
|
291
|
+
declare const AccordionTrigger: React__default.FC<Omit<AccordionPrimitive.AccordionTriggerProps & React__default.RefAttributes<HTMLButtonElement>, "ref"> & {
|
|
292
|
+
ref?: React__default.Ref<HTMLButtonElement> | undefined;
|
|
293
|
+
}>;
|
|
294
|
+
declare const AccordionContent: React__default.FC<Omit<AccordionPrimitive.AccordionContentProps & React__default.RefAttributes<HTMLDivElement>, "ref"> & {
|
|
295
|
+
ref?: React__default.Ref<HTMLDivElement> | undefined;
|
|
296
|
+
}>;
|
|
297
|
+
|
|
298
|
+
declare const Alert: React__default.FC<React__default.HTMLAttributes<HTMLDivElement> & VariantProps<(props?: ({
|
|
299
|
+
variant?: "default" | "destructive" | "success" | null | undefined;
|
|
300
|
+
} & class_variance_authority_types.ClassProp) | undefined) => string> & {
|
|
301
|
+
ref?: React__default.Ref<HTMLDivElement> | undefined;
|
|
302
|
+
}>;
|
|
303
|
+
declare const AlertTitle: React__default.FC<React__default.HTMLAttributes<HTMLHeadingElement> & {
|
|
304
|
+
ref?: React__default.Ref<HTMLParagraphElement> | undefined;
|
|
305
|
+
}>;
|
|
306
|
+
declare const AlertDescription: React__default.FC<React__default.HTMLAttributes<HTMLParagraphElement> & {
|
|
307
|
+
ref?: React__default.Ref<HTMLParagraphElement> | undefined;
|
|
308
|
+
}>;
|
|
309
|
+
|
|
310
|
+
declare const AspectRatio: React$1.ForwardRefExoticComponent<AspectRatioPrimitive.AspectRatioProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
311
|
+
|
|
312
|
+
declare const Avatar: React__default.FC<Omit<AvatarPrimitive.AvatarProps & React__default.RefAttributes<HTMLSpanElement>, "ref"> & {
|
|
313
|
+
ref?: React__default.Ref<HTMLSpanElement> | undefined;
|
|
314
|
+
}>;
|
|
315
|
+
declare const AvatarImage: React__default.FC<Omit<AvatarPrimitive.AvatarImageProps & React__default.RefAttributes<HTMLImageElement>, "ref"> & {
|
|
316
|
+
ref?: React__default.Ref<HTMLImageElement> | undefined;
|
|
317
|
+
}>;
|
|
318
|
+
declare const AvatarFallback: React__default.FC<Omit<AvatarPrimitive.AvatarFallbackProps & React__default.RefAttributes<HTMLSpanElement>, "ref"> & {
|
|
319
|
+
ref?: React__default.Ref<HTMLSpanElement> | undefined;
|
|
320
|
+
}>;
|
|
321
|
+
|
|
322
|
+
declare const badgeVariants: (props?: ({
|
|
323
|
+
variant?: "default" | "destructive" | "outline" | "secondary" | null | undefined;
|
|
324
|
+
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
325
|
+
type BadgeProps = React__default.HTMLAttributes<HTMLDivElement> & VariantProps<typeof badgeVariants>;
|
|
326
|
+
declare const Badge: React__default.FC<React__default.HTMLAttributes<HTMLDivElement> & VariantProps<(props?: ({
|
|
327
|
+
variant?: "default" | "destructive" | "outline" | "secondary" | null | undefined;
|
|
328
|
+
} & class_variance_authority_types.ClassProp) | undefined) => string> & {
|
|
329
|
+
ref?: React__default.Ref<HTMLDivElement> | undefined;
|
|
330
|
+
}>;
|
|
331
|
+
|
|
332
|
+
declare const Breadcrumb: React__default.FC<Omit<React__default.DetailedHTMLProps<React__default.HTMLAttributes<HTMLElement>, HTMLElement>, "ref"> & {
|
|
333
|
+
separator?: React__default.ReactNode;
|
|
334
|
+
} & {
|
|
335
|
+
ref?: React__default.Ref<HTMLElement> | undefined;
|
|
336
|
+
}>;
|
|
337
|
+
declare const BreadcrumbList: React__default.FC<Omit<React__default.DetailedHTMLProps<React__default.OlHTMLAttributes<HTMLOListElement>, HTMLOListElement>, "ref"> & {
|
|
338
|
+
ref?: React__default.Ref<HTMLOListElement> | undefined;
|
|
339
|
+
}>;
|
|
340
|
+
declare const BreadcrumbItem: React__default.FC<Omit<React__default.DetailedHTMLProps<React__default.LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "ref"> & {
|
|
341
|
+
ref?: React__default.Ref<HTMLLIElement> | undefined;
|
|
342
|
+
}>;
|
|
343
|
+
declare const BreadcrumbLink: React__default.FC<Omit<React__default.DetailedHTMLProps<React__default.AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, "ref"> & {
|
|
344
|
+
asChild?: boolean | undefined;
|
|
345
|
+
} & {
|
|
346
|
+
ref?: React__default.Ref<HTMLAnchorElement> | undefined;
|
|
347
|
+
}>;
|
|
348
|
+
declare const BreadcrumbPage: React__default.FC<Omit<React__default.DetailedHTMLProps<React__default.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
|
|
349
|
+
ref?: React__default.Ref<HTMLSpanElement> | undefined;
|
|
350
|
+
}>;
|
|
351
|
+
declare const BreadcrumbSeparator: {
|
|
352
|
+
({ children, className, ...props }: React__default.ComponentProps<"li">): react_jsx_runtime.JSX.Element;
|
|
353
|
+
displayName: string;
|
|
354
|
+
};
|
|
355
|
+
declare const BreadcrumbEllipsis: {
|
|
356
|
+
({ className, ...props }: React__default.ComponentProps<"span">): react_jsx_runtime.JSX.Element;
|
|
357
|
+
displayName: string;
|
|
358
|
+
};
|
|
359
|
+
|
|
360
|
+
declare const buttonVariants: (props?: ({
|
|
361
|
+
variant?: "default" | "destructive" | "outline" | "secondary" | "ghost" | "link" | "plain" | null | undefined;
|
|
362
|
+
size?: "default" | "plain" | "sm" | "lg" | "icon" | null | undefined;
|
|
363
|
+
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
364
|
+
type OriginalButtonProps = {
|
|
365
|
+
asChild?: boolean;
|
|
366
|
+
} & React__default.ButtonHTMLAttributes<HTMLButtonElement> & VariantProps<typeof buttonVariants>;
|
|
367
|
+
type ButtonProps = {
|
|
368
|
+
onClick?: (e: React__default.MouseEvent<HTMLButtonElement>) => void | Promise<void>;
|
|
369
|
+
loading?: boolean;
|
|
370
|
+
loadingStyle?: "spinner" | "disabled";
|
|
371
|
+
} & OriginalButtonProps;
|
|
372
|
+
declare const Button: React__default.FC<{
|
|
373
|
+
onClick?: ((e: React__default.MouseEvent<HTMLButtonElement>) => void | Promise<void>) | undefined;
|
|
374
|
+
loading?: boolean | undefined;
|
|
375
|
+
loadingStyle?: "spinner" | "disabled" | undefined;
|
|
376
|
+
} & {
|
|
377
|
+
asChild?: boolean | undefined;
|
|
378
|
+
} & React__default.ButtonHTMLAttributes<HTMLButtonElement> & VariantProps<(props?: ({
|
|
379
|
+
variant?: "default" | "destructive" | "outline" | "secondary" | "ghost" | "link" | "plain" | null | undefined;
|
|
380
|
+
size?: "default" | "plain" | "sm" | "lg" | "icon" | null | undefined;
|
|
381
|
+
} & class_variance_authority_types.ClassProp) | undefined) => string> & {
|
|
382
|
+
ref?: React__default.Ref<HTMLButtonElement> | undefined;
|
|
383
|
+
}>;
|
|
384
|
+
|
|
385
|
+
type CalendarProps = React__default.ComponentProps<typeof DayPicker>;
|
|
386
|
+
declare function Calendar({ className, classNames, showOutsideDays, ...props }: CalendarProps): react_jsx_runtime.JSX.Element;
|
|
387
|
+
declare namespace Calendar {
|
|
388
|
+
var displayName: string;
|
|
389
|
+
}
|
|
390
|
+
|
|
391
|
+
declare const Card: React$1.FC<React$1.HTMLAttributes<HTMLDivElement> & {
|
|
392
|
+
ref?: React$1.Ref<HTMLDivElement> | undefined;
|
|
393
|
+
}>;
|
|
394
|
+
declare const CardHeader: React$1.FC<React$1.HTMLAttributes<HTMLDivElement> & {
|
|
395
|
+
ref?: React$1.Ref<HTMLDivElement> | undefined;
|
|
396
|
+
}>;
|
|
397
|
+
declare const CardTitle: React$1.FC<React$1.HTMLAttributes<HTMLHeadingElement> & {
|
|
398
|
+
ref?: React$1.Ref<HTMLParagraphElement> | undefined;
|
|
399
|
+
}>;
|
|
400
|
+
declare const CardDescription: React$1.FC<React$1.HTMLAttributes<HTMLParagraphElement> & {
|
|
401
|
+
ref?: React$1.Ref<HTMLParagraphElement> | undefined;
|
|
402
|
+
}>;
|
|
403
|
+
declare const CardContent: React$1.FC<React$1.HTMLAttributes<HTMLDivElement> & {
|
|
404
|
+
ref?: React$1.Ref<HTMLDivElement> | undefined;
|
|
405
|
+
}>;
|
|
406
|
+
declare const CardSubtitle: React$1.FC<React$1.HTMLAttributes<HTMLParagraphElement> & {
|
|
407
|
+
ref?: React$1.Ref<HTMLParagraphElement> | undefined;
|
|
408
|
+
}>;
|
|
409
|
+
declare const CardFooter: React$1.FC<React$1.HTMLAttributes<HTMLDivElement> & {
|
|
410
|
+
ref?: React$1.Ref<HTMLDivElement> | undefined;
|
|
411
|
+
}>;
|
|
412
|
+
|
|
413
|
+
declare const Checkbox: React__default.FC<Omit<CheckboxPrimitive.CheckboxProps & React__default.RefAttributes<HTMLButtonElement>, "ref"> & {
|
|
414
|
+
ref?: React__default.Ref<HTMLButtonElement> | undefined;
|
|
415
|
+
}>;
|
|
416
|
+
|
|
417
|
+
declare const Collapsible: React$1.ForwardRefExoticComponent<CollapsiblePrimitive.CollapsibleProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
418
|
+
declare const CollapsibleTrigger: React$1.ForwardRefExoticComponent<CollapsiblePrimitive.CollapsibleTriggerProps & React$1.RefAttributes<HTMLButtonElement>>;
|
|
419
|
+
declare const CollapsibleContent: React$1.ForwardRefExoticComponent<CollapsiblePrimitive.CollapsibleContentProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
420
|
+
|
|
421
|
+
declare const Command: React__default.FC<React__default.ComponentPropsWithoutRef<typeof Command$1>>;
|
|
422
|
+
type CommandDialogProps = {} & DialogProps;
|
|
423
|
+
declare const CommandDialog: ({ children, ...props }: CommandDialogProps) => react_jsx_runtime.JSX.Element;
|
|
424
|
+
declare const CommandInput: React__default.FC<React__default.ComponentPropsWithoutRef<typeof Command$1.Input>>;
|
|
425
|
+
declare const CommandList: React__default.FC<React__default.ComponentPropsWithoutRef<typeof Command$1.List>>;
|
|
426
|
+
declare const CommandEmpty: React__default.FC<React__default.ComponentPropsWithoutRef<typeof Command$1.Empty>>;
|
|
427
|
+
declare const CommandGroup: React__default.FC<React__default.ComponentPropsWithoutRef<typeof Command$1.Group>>;
|
|
428
|
+
declare const CommandSeparator: React__default.FC<React__default.ComponentPropsWithoutRef<typeof Command$1.Separator>>;
|
|
429
|
+
declare const CommandItem: React__default.FC<React__default.ComponentPropsWithoutRef<typeof Command$1.Item>>;
|
|
430
|
+
declare const CommandShortcut: {
|
|
431
|
+
({ className, ...props }: React__default.HTMLAttributes<HTMLSpanElement>): react_jsx_runtime.JSX.Element;
|
|
432
|
+
displayName: string;
|
|
433
|
+
};
|
|
434
|
+
|
|
435
|
+
declare const ContextMenu: React__default.FC<ContextMenuPrimitive.ContextMenuProps>;
|
|
436
|
+
declare const ContextMenuTrigger: React__default.ForwardRefExoticComponent<ContextMenuPrimitive.ContextMenuTriggerProps & React__default.RefAttributes<HTMLSpanElement>>;
|
|
437
|
+
declare const ContextMenuGroup: React__default.ForwardRefExoticComponent<ContextMenuPrimitive.ContextMenuGroupProps & React__default.RefAttributes<HTMLDivElement>>;
|
|
438
|
+
declare const ContextMenuPortal: React__default.FC<ContextMenuPrimitive.ContextMenuPortalProps>;
|
|
439
|
+
declare const ContextMenuSub: React__default.FC<ContextMenuPrimitive.ContextMenuSubProps>;
|
|
440
|
+
declare const ContextMenuRadioGroup: React__default.ForwardRefExoticComponent<ContextMenuPrimitive.ContextMenuRadioGroupProps & React__default.RefAttributes<HTMLDivElement>>;
|
|
441
|
+
declare const ContextMenuSubTrigger: React__default.FC<Omit<ContextMenuPrimitive.ContextMenuSubTriggerProps & React__default.RefAttributes<HTMLDivElement>, "ref"> & {
|
|
442
|
+
inset?: boolean | undefined;
|
|
443
|
+
} & {
|
|
444
|
+
ref?: React__default.Ref<HTMLDivElement> | undefined;
|
|
445
|
+
}>;
|
|
446
|
+
declare const ContextMenuSubContent: React__default.FC<Omit<ContextMenuPrimitive.ContextMenuSubContentProps & React__default.RefAttributes<HTMLDivElement>, "ref"> & {
|
|
447
|
+
ref?: React__default.Ref<HTMLDivElement> | undefined;
|
|
448
|
+
}>;
|
|
449
|
+
declare const ContextMenuContent: React__default.FC<Omit<ContextMenuPrimitive.ContextMenuContentProps & React__default.RefAttributes<HTMLDivElement>, "ref"> & {
|
|
450
|
+
ref?: React__default.Ref<HTMLDivElement> | undefined;
|
|
451
|
+
}>;
|
|
452
|
+
declare const ContextMenuItem: React__default.FC<Omit<ContextMenuPrimitive.ContextMenuItemProps & React__default.RefAttributes<HTMLDivElement>, "ref"> & {
|
|
453
|
+
inset?: boolean | undefined;
|
|
454
|
+
} & {
|
|
455
|
+
ref?: React__default.Ref<HTMLDivElement> | undefined;
|
|
456
|
+
}>;
|
|
457
|
+
declare const ContextMenuCheckboxItem: React__default.FC<Omit<ContextMenuPrimitive.ContextMenuCheckboxItemProps & React__default.RefAttributes<HTMLDivElement>, "ref"> & {
|
|
458
|
+
ref?: React__default.Ref<HTMLDivElement> | undefined;
|
|
459
|
+
}>;
|
|
460
|
+
declare const ContextMenuRadioItem: React__default.FC<Omit<ContextMenuPrimitive.ContextMenuRadioItemProps & React__default.RefAttributes<HTMLDivElement>, "ref"> & {
|
|
461
|
+
ref?: React__default.Ref<HTMLDivElement> | undefined;
|
|
462
|
+
}>;
|
|
463
|
+
declare const ContextMenuLabel: React__default.FC<Omit<ContextMenuPrimitive.ContextMenuLabelProps & React__default.RefAttributes<HTMLDivElement>, "ref"> & {
|
|
464
|
+
inset?: boolean | undefined;
|
|
465
|
+
} & {
|
|
466
|
+
ref?: React__default.Ref<HTMLDivElement> | undefined;
|
|
467
|
+
}>;
|
|
468
|
+
declare const ContextMenuSeparator: React__default.FC<Omit<ContextMenuPrimitive.ContextMenuSeparatorProps & React__default.RefAttributes<HTMLDivElement>, "ref"> & {
|
|
469
|
+
ref?: React__default.Ref<HTMLDivElement> | undefined;
|
|
470
|
+
}>;
|
|
471
|
+
declare const ContextMenuShortcut: {
|
|
472
|
+
({ className, ...props }: React__default.HTMLAttributes<HTMLSpanElement>): react_jsx_runtime.JSX.Element;
|
|
473
|
+
displayName: string;
|
|
474
|
+
};
|
|
475
|
+
|
|
476
|
+
declare const Dialog: React__default.FC<DialogPrimitive.DialogProps>;
|
|
477
|
+
declare const DialogTrigger: React__default.ForwardRefExoticComponent<DialogPrimitive.DialogTriggerProps & React__default.RefAttributes<HTMLButtonElement>>;
|
|
478
|
+
declare const DialogPortal: React__default.FC<DialogPrimitive.DialogPortalProps>;
|
|
479
|
+
declare const DialogClose: React__default.ForwardRefExoticComponent<DialogPrimitive.DialogCloseProps & React__default.RefAttributes<HTMLButtonElement>>;
|
|
480
|
+
declare const DialogOverlay: React__default.FC<Omit<DialogPrimitive.DialogOverlayProps & React__default.RefAttributes<HTMLDivElement>, "ref"> & {
|
|
481
|
+
ref?: React__default.Ref<HTMLDivElement> | undefined;
|
|
482
|
+
}>;
|
|
483
|
+
declare const DialogContent: React__default.FC<Omit<DialogPrimitive.DialogContentProps & React__default.RefAttributes<HTMLDivElement>, "ref"> & {
|
|
484
|
+
overlayProps?: Omit<Omit<DialogPrimitive.DialogOverlayProps & React__default.RefAttributes<HTMLDivElement>, "ref"> & {
|
|
485
|
+
ref?: React__default.Ref<HTMLDivElement> | undefined;
|
|
486
|
+
}, "ref"> | undefined;
|
|
487
|
+
noCloseButton?: boolean | undefined;
|
|
488
|
+
} & {
|
|
489
|
+
ref?: React__default.Ref<HTMLDivElement> | undefined;
|
|
490
|
+
}>;
|
|
491
|
+
declare const DialogBody: ({ className, ...props }: React__default.HTMLAttributes<HTMLDivElement>) => react_jsx_runtime.JSX.Element;
|
|
492
|
+
declare const DialogHeader: {
|
|
493
|
+
({ className, ...props }: React__default.HTMLAttributes<HTMLDivElement>): react_jsx_runtime.JSX.Element;
|
|
494
|
+
displayName: string;
|
|
495
|
+
};
|
|
496
|
+
declare const DialogFooter: {
|
|
497
|
+
({ className, ...props }: React__default.HTMLAttributes<HTMLDivElement>): react_jsx_runtime.JSX.Element;
|
|
498
|
+
displayName: string;
|
|
499
|
+
};
|
|
500
|
+
declare const DialogTitle: React__default.FC<Omit<DialogPrimitive.DialogTitleProps & React__default.RefAttributes<HTMLHeadingElement>, "ref"> & {
|
|
501
|
+
ref?: React__default.Ref<HTMLHeadingElement> | undefined;
|
|
502
|
+
}>;
|
|
503
|
+
declare const DialogDescription: React__default.FC<Omit<DialogPrimitive.DialogDescriptionProps & React__default.RefAttributes<HTMLParagraphElement>, "ref"> & {
|
|
504
|
+
ref?: React__default.Ref<HTMLParagraphElement> | undefined;
|
|
505
|
+
}>;
|
|
506
|
+
|
|
507
|
+
declare const DropdownMenu: React__default.FC<DropdownMenuPrimitive.DropdownMenuProps & {
|
|
508
|
+
ref?: React__default.Ref<never> | undefined;
|
|
509
|
+
}>;
|
|
510
|
+
declare const DropdownMenuTrigger: React__default.ForwardRefExoticComponent<DropdownMenuPrimitive.DropdownMenuTriggerProps & React__default.RefAttributes<HTMLButtonElement>>;
|
|
511
|
+
declare const DropdownMenuGroup: React__default.ForwardRefExoticComponent<DropdownMenuPrimitive.DropdownMenuGroupProps & React__default.RefAttributes<HTMLDivElement>>;
|
|
512
|
+
declare const DropdownMenuPortal: React__default.FC<DropdownMenuPrimitive.DropdownMenuPortalProps>;
|
|
513
|
+
declare const DropdownMenuSub: React__default.FC<DropdownMenuPrimitive.DropdownMenuSubProps>;
|
|
514
|
+
declare const DropdownMenuRadioGroup: React__default.ForwardRefExoticComponent<DropdownMenuPrimitive.DropdownMenuRadioGroupProps & React__default.RefAttributes<HTMLDivElement>>;
|
|
515
|
+
declare const DropdownMenuSubTrigger: React__default.FC<Omit<DropdownMenuPrimitive.DropdownMenuSubTriggerProps & React__default.RefAttributes<HTMLDivElement>, "ref"> & {
|
|
516
|
+
inset?: boolean | undefined;
|
|
517
|
+
} & {
|
|
518
|
+
ref?: React__default.Ref<HTMLDivElement> | undefined;
|
|
519
|
+
}>;
|
|
520
|
+
declare const DropdownMenuSubContent: React__default.FC<Omit<DropdownMenuPrimitive.DropdownMenuSubContentProps & React__default.RefAttributes<HTMLDivElement>, "ref"> & {
|
|
521
|
+
ref?: React__default.Ref<HTMLDivElement> | undefined;
|
|
522
|
+
}>;
|
|
523
|
+
declare const DropdownMenuContent: React__default.FC<Omit<DropdownMenuPrimitive.DropdownMenuContentProps & React__default.RefAttributes<HTMLDivElement>, "ref"> & {
|
|
524
|
+
ref?: React__default.Ref<HTMLDivElement> | undefined;
|
|
525
|
+
}>;
|
|
526
|
+
declare const DropdownMenuItem: React__default.FC<Omit<Omit<DropdownMenuPrimitive.DropdownMenuItemProps & React__default.RefAttributes<HTMLDivElement>, "ref">, "onClick"> & {
|
|
527
|
+
inset?: boolean | undefined;
|
|
528
|
+
onClick?: ((event: React__default.MouseEvent<HTMLDivElement, MouseEvent>) => void | Promise<void>) | undefined;
|
|
529
|
+
} & {
|
|
530
|
+
ref?: React__default.Ref<HTMLDivElement> | undefined;
|
|
531
|
+
}>;
|
|
532
|
+
declare const DropdownMenuCheckboxItem: React__default.FC<Omit<DropdownMenuPrimitive.DropdownMenuCheckboxItemProps & React__default.RefAttributes<HTMLDivElement>, "ref"> & {
|
|
533
|
+
ref?: React__default.Ref<HTMLDivElement> | undefined;
|
|
534
|
+
}>;
|
|
535
|
+
declare const DropdownMenuRadioItem: React__default.FC<Omit<DropdownMenuPrimitive.DropdownMenuRadioItemProps & React__default.RefAttributes<HTMLDivElement>, "ref"> & {
|
|
536
|
+
ref?: React__default.Ref<HTMLDivElement> | undefined;
|
|
537
|
+
}>;
|
|
538
|
+
declare const DropdownMenuLabel: React__default.FC<Omit<DropdownMenuPrimitive.DropdownMenuLabelProps & React__default.RefAttributes<HTMLDivElement>, "ref"> & {
|
|
539
|
+
inset?: boolean | undefined;
|
|
540
|
+
} & {
|
|
541
|
+
ref?: React__default.Ref<HTMLDivElement> | undefined;
|
|
542
|
+
}>;
|
|
543
|
+
declare const DropdownMenuSeparator: React__default.FC<Omit<DropdownMenuPrimitive.DropdownMenuSeparatorProps & React__default.RefAttributes<HTMLDivElement>, "ref"> & {
|
|
544
|
+
ref?: React__default.Ref<HTMLDivElement> | undefined;
|
|
545
|
+
}>;
|
|
546
|
+
declare const DropdownMenuShortcut: {
|
|
547
|
+
({ className, ...props }: React__default.HTMLAttributes<HTMLSpanElement>): react_jsx_runtime.JSX.Element;
|
|
548
|
+
displayName: string;
|
|
549
|
+
};
|
|
550
|
+
|
|
551
|
+
declare const Form: <TFieldValues extends FieldValues, TContext = any, TTransformedValues extends FieldValues | undefined = undefined>(props: react_hook_form.FormProviderProps<TFieldValues, TContext, TTransformedValues>) => React__default.JSX.Element;
|
|
552
|
+
declare const FormField: <TFieldValues extends FieldValues = FieldValues, TName extends FieldPath<TFieldValues> = FieldPath<TFieldValues>>({ ...props }: ControllerProps<TFieldValues, TName>) => react_jsx_runtime.JSX.Element;
|
|
553
|
+
declare const useFormField: () => {
|
|
554
|
+
invalid: boolean;
|
|
555
|
+
isDirty: boolean;
|
|
556
|
+
isTouched: boolean;
|
|
557
|
+
isValidating: boolean;
|
|
558
|
+
error?: react_hook_form.FieldError | undefined;
|
|
559
|
+
id: string;
|
|
560
|
+
name: string;
|
|
561
|
+
formItemId: string;
|
|
562
|
+
formDescriptionId: string;
|
|
563
|
+
formMessageId: string;
|
|
564
|
+
};
|
|
565
|
+
declare const FormItem: React__default.FC<React__default.HTMLAttributes<HTMLDivElement> & {
|
|
566
|
+
ref?: React__default.Ref<HTMLDivElement> | undefined;
|
|
567
|
+
}>;
|
|
568
|
+
declare const FormLabel: React__default.FC<Omit<LabelPrimitive.LabelProps & React__default.RefAttributes<HTMLLabelElement>, "ref"> & {
|
|
569
|
+
ref?: React__default.Ref<HTMLLabelElement> | undefined;
|
|
570
|
+
}>;
|
|
571
|
+
declare const FormControl: React__default.FC<Omit<_radix_ui_react_slot.SlotProps & React__default.RefAttributes<HTMLElement>, "ref"> & {
|
|
572
|
+
ref?: React__default.Ref<HTMLElement> | undefined;
|
|
573
|
+
}>;
|
|
574
|
+
declare const FormDescription: React__default.FC<React__default.HTMLAttributes<HTMLParagraphElement> & {
|
|
575
|
+
ref?: React__default.Ref<HTMLParagraphElement> | undefined;
|
|
576
|
+
}>;
|
|
577
|
+
declare const FormMessage: React__default.FC<React__default.HTMLAttributes<HTMLParagraphElement> & {
|
|
578
|
+
ref?: React__default.Ref<HTMLParagraphElement> | undefined;
|
|
579
|
+
}>;
|
|
580
|
+
|
|
581
|
+
declare const HoverCard: React__default.FC<HoverCardPrimitive.HoverCardProps>;
|
|
582
|
+
declare const HoverCardTrigger: React__default.ForwardRefExoticComponent<HoverCardPrimitive.HoverCardTriggerProps & React__default.RefAttributes<HTMLAnchorElement>>;
|
|
583
|
+
declare const HoverCardContent: React__default.FC<Omit<HoverCardPrimitive.HoverCardContentProps & React__default.RefAttributes<HTMLDivElement>, "ref"> & {
|
|
584
|
+
ref?: React__default.Ref<HTMLDivElement> | undefined;
|
|
585
|
+
}>;
|
|
586
|
+
|
|
587
|
+
declare const InlineCode: React__default.FC<Omit<React__default.DetailedHTMLProps<React__default.HTMLAttributes<HTMLElement>, HTMLElement>, "ref"> & {
|
|
588
|
+
ref?: React__default.Ref<HTMLElement> | undefined;
|
|
589
|
+
}>;
|
|
590
|
+
|
|
591
|
+
type InputProps = {
|
|
592
|
+
prefixItem?: React__default.ReactNode;
|
|
593
|
+
} & React__default.InputHTMLAttributes<HTMLInputElement>;
|
|
594
|
+
declare const Input: React__default.FC<{
|
|
595
|
+
prefixItem?: React__default.ReactNode;
|
|
596
|
+
} & React__default.InputHTMLAttributes<HTMLInputElement> & {
|
|
597
|
+
ref?: React__default.Ref<HTMLInputElement> | undefined;
|
|
598
|
+
}>;
|
|
599
|
+
type DelayedInputProps = {
|
|
600
|
+
delay?: number;
|
|
601
|
+
} & InputProps;
|
|
602
|
+
declare const DelayedInput: React__default.FC<{
|
|
603
|
+
delay?: number | undefined;
|
|
604
|
+
} & {
|
|
605
|
+
prefixItem?: React__default.ReactNode;
|
|
606
|
+
} & React__default.InputHTMLAttributes<HTMLInputElement> & {
|
|
607
|
+
ref?: React__default.Ref<HTMLInputElement> | undefined;
|
|
608
|
+
}>;
|
|
609
|
+
|
|
610
|
+
declare const InputOTP: React__default.FC<React__default.ComponentPropsWithoutRef<typeof OTPInput>>;
|
|
611
|
+
declare const InputOTPGroup: React__default.FC<Omit<React__default.DetailedHTMLProps<React__default.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
612
|
+
ref?: React__default.Ref<HTMLDivElement> | undefined;
|
|
613
|
+
}>;
|
|
614
|
+
declare const InputOTPSlot: React__default.FC<Omit<React__default.DetailedHTMLProps<React__default.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
615
|
+
index: number;
|
|
616
|
+
size?: "default" | "lg" | undefined;
|
|
617
|
+
} & {
|
|
618
|
+
ref?: React__default.Ref<HTMLDivElement> | undefined;
|
|
619
|
+
}>;
|
|
620
|
+
declare const InputOTPSeparator: React__default.FC<Omit<React__default.DetailedHTMLProps<React__default.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
621
|
+
ref?: React__default.Ref<HTMLDivElement> | undefined;
|
|
622
|
+
}>;
|
|
623
|
+
|
|
624
|
+
declare const Label: React__default.FC<Omit<LabelPrimitive.LabelProps & React__default.RefAttributes<HTMLLabelElement>, "ref"> & VariantProps<(props?: class_variance_authority_types.ClassProp | undefined) => string> & {
|
|
625
|
+
ref?: React__default.Ref<HTMLLabelElement> | undefined;
|
|
626
|
+
}>;
|
|
627
|
+
declare const SpanLabel: React__default.FC<Omit<LabelPrimitive.LabelProps & React__default.RefAttributes<HTMLLabelElement>, "ref"> & VariantProps<(props?: class_variance_authority_types.ClassProp | undefined) => string> & {
|
|
628
|
+
ref?: React__default.Ref<HTMLLabelElement> | undefined;
|
|
629
|
+
}>;
|
|
630
|
+
|
|
631
|
+
declare const MenubarMenu: any;
|
|
632
|
+
declare const MenubarGroup: React__default.ForwardRefExoticComponent<MenubarPrimitive.MenubarGroupProps & React__default.RefAttributes<HTMLDivElement>>;
|
|
633
|
+
declare const MenubarPortal: React__default.FC<MenubarPrimitive.MenubarPortalProps>;
|
|
634
|
+
declare const MenubarSub: React__default.FC<MenubarPrimitive.MenubarSubProps>;
|
|
635
|
+
declare const MenubarRadioGroup: React__default.ForwardRefExoticComponent<MenubarPrimitive.MenubarRadioGroupProps & React__default.RefAttributes<HTMLDivElement>>;
|
|
636
|
+
declare const Menubar: React__default.ForwardRefExoticComponent<Omit<MenubarPrimitive.MenubarProps & React__default.RefAttributes<HTMLDivElement>, "ref"> & React__default.RefAttributes<HTMLDivElement>>;
|
|
637
|
+
declare const MenubarTrigger: React__default.ForwardRefExoticComponent<Omit<MenubarPrimitive.MenubarTriggerProps & React__default.RefAttributes<HTMLButtonElement>, "ref"> & React__default.RefAttributes<HTMLButtonElement>>;
|
|
638
|
+
declare const MenubarSubTrigger: React__default.ForwardRefExoticComponent<Omit<MenubarPrimitive.MenubarSubTriggerProps & React__default.RefAttributes<HTMLDivElement>, "ref"> & {
|
|
639
|
+
inset?: boolean | undefined;
|
|
640
|
+
} & React__default.RefAttributes<HTMLDivElement>>;
|
|
641
|
+
declare const MenubarSubContent: React__default.ForwardRefExoticComponent<Omit<MenubarPrimitive.MenubarSubContentProps & React__default.RefAttributes<HTMLDivElement>, "ref"> & React__default.RefAttributes<HTMLDivElement>>;
|
|
642
|
+
declare const MenubarContent: React__default.ForwardRefExoticComponent<Omit<MenubarPrimitive.MenubarContentProps & React__default.RefAttributes<HTMLDivElement>, "ref"> & React__default.RefAttributes<HTMLDivElement>>;
|
|
643
|
+
declare const MenubarItem: React__default.ForwardRefExoticComponent<Omit<MenubarPrimitive.MenubarItemProps & React__default.RefAttributes<HTMLDivElement>, "ref"> & {
|
|
644
|
+
inset?: boolean | undefined;
|
|
645
|
+
} & React__default.RefAttributes<HTMLDivElement>>;
|
|
646
|
+
declare const MenubarCheckboxItem: React__default.ForwardRefExoticComponent<Omit<MenubarPrimitive.MenubarCheckboxItemProps & React__default.RefAttributes<HTMLDivElement>, "ref"> & React__default.RefAttributes<HTMLDivElement>>;
|
|
647
|
+
declare const MenubarRadioItem: React__default.ForwardRefExoticComponent<Omit<MenubarPrimitive.MenubarRadioItemProps & React__default.RefAttributes<HTMLDivElement>, "ref"> & React__default.RefAttributes<HTMLDivElement>>;
|
|
648
|
+
declare const MenubarLabel: React__default.ForwardRefExoticComponent<Omit<MenubarPrimitive.MenubarLabelProps & React__default.RefAttributes<HTMLDivElement>, "ref"> & {
|
|
649
|
+
inset?: boolean | undefined;
|
|
650
|
+
} & React__default.RefAttributes<HTMLDivElement>>;
|
|
651
|
+
declare const MenubarSeparator: React__default.FC<Omit<MenubarPrimitive.MenubarSeparatorProps & React__default.RefAttributes<HTMLDivElement>, "ref"> & {
|
|
652
|
+
ref?: React__default.Ref<HTMLDivElement> | undefined;
|
|
653
|
+
}>;
|
|
654
|
+
declare const MenubarShortcut: {
|
|
655
|
+
({ className, ...props }: React__default.HTMLAttributes<HTMLSpanElement>): react_jsx_runtime.JSX.Element;
|
|
656
|
+
displayname: string;
|
|
657
|
+
};
|
|
658
|
+
|
|
659
|
+
declare const NavigationMenu: React__default.FC<Omit<NavigationMenuPrimitive.NavigationMenuProps & React__default.RefAttributes<HTMLElement>, "ref"> & {
|
|
660
|
+
ref?: React__default.Ref<HTMLElement> | undefined;
|
|
661
|
+
}>;
|
|
662
|
+
declare const NavigationMenuList: React__default.FC<Omit<NavigationMenuPrimitive.NavigationMenuListProps & React__default.RefAttributes<HTMLUListElement>, "ref"> & {
|
|
663
|
+
ref?: React__default.Ref<HTMLUListElement> | undefined;
|
|
664
|
+
}>;
|
|
665
|
+
declare const NavigationMenuItem: React__default.ForwardRefExoticComponent<NavigationMenuPrimitive.NavigationMenuItemProps & React__default.RefAttributes<HTMLLIElement>>;
|
|
666
|
+
declare const navigationMenuTriggerStyle: (props?: class_variance_authority_types.ClassProp | undefined) => string;
|
|
667
|
+
declare const NavigationMenuTrigger: React__default.FC<Omit<NavigationMenuPrimitive.NavigationMenuTriggerProps & React__default.RefAttributes<HTMLButtonElement>, "ref"> & {
|
|
668
|
+
ref?: React__default.Ref<HTMLButtonElement> | undefined;
|
|
669
|
+
}>;
|
|
670
|
+
declare const NavigationMenuContent: React__default.FC<Omit<NavigationMenuPrimitive.NavigationMenuContentProps & React__default.RefAttributes<HTMLDivElement>, "ref"> & {
|
|
671
|
+
ref?: React__default.Ref<HTMLDivElement> | undefined;
|
|
672
|
+
}>;
|
|
673
|
+
declare const NavigationMenuLink: React__default.ForwardRefExoticComponent<NavigationMenuPrimitive.NavigationMenuLinkProps & React__default.RefAttributes<HTMLAnchorElement>>;
|
|
674
|
+
declare const NavigationMenuViewport: React__default.FC<Omit<NavigationMenuPrimitive.NavigationMenuViewportProps & React__default.RefAttributes<HTMLDivElement>, "ref"> & {
|
|
675
|
+
ref?: React__default.Ref<HTMLDivElement> | undefined;
|
|
676
|
+
}>;
|
|
677
|
+
declare const NavigationMenuIndicator: React__default.FC<Omit<NavigationMenuPrimitive.NavigationMenuIndicatorProps & React__default.RefAttributes<HTMLDivElement>, "ref"> & {
|
|
678
|
+
ref?: React__default.Ref<HTMLDivElement> | undefined;
|
|
679
|
+
}>;
|
|
680
|
+
|
|
681
|
+
declare const PasswordInput: React$1.FC<{
|
|
682
|
+
prefixItem?: React$1.ReactNode;
|
|
683
|
+
} & React$1.InputHTMLAttributes<HTMLInputElement> & {
|
|
684
|
+
ref?: React$1.Ref<HTMLInputElement> | undefined;
|
|
685
|
+
}>;
|
|
686
|
+
|
|
687
|
+
declare const Popover: React__default.FC<PopoverPrimitive.PopoverProps>;
|
|
688
|
+
declare const PopoverTrigger: React__default.ForwardRefExoticComponent<PopoverPrimitive.PopoverTriggerProps & React__default.RefAttributes<HTMLButtonElement>>;
|
|
689
|
+
declare const PopoverAnchor: React__default.ForwardRefExoticComponent<PopoverPrimitive.PopoverAnchorProps & React__default.RefAttributes<HTMLDivElement>>;
|
|
690
|
+
declare const PopoverContent: React__default.FC<Omit<PopoverPrimitive.PopoverContentProps & React__default.RefAttributes<HTMLDivElement>, "ref"> & {
|
|
691
|
+
ref?: React__default.Ref<HTMLDivElement> | undefined;
|
|
692
|
+
}>;
|
|
693
|
+
|
|
694
|
+
declare const Progress: React__default.FC<Omit<ProgressPrimitive.ProgressProps & React__default.RefAttributes<HTMLDivElement>, "ref"> & {
|
|
695
|
+
ref?: React__default.Ref<HTMLDivElement> | undefined;
|
|
696
|
+
}>;
|
|
697
|
+
|
|
698
|
+
declare const RadioGroup: React__default.FC<Omit<RadioGroupPrimitive.RadioGroupProps & React__default.RefAttributes<HTMLDivElement>, "ref"> & {
|
|
699
|
+
ref?: React__default.Ref<HTMLDivElement> | undefined;
|
|
700
|
+
}>;
|
|
701
|
+
declare const RadioGroupItem: React__default.FC<Omit<RadioGroupPrimitive.RadioGroupItemProps & React__default.RefAttributes<HTMLButtonElement>, "ref"> & {
|
|
702
|
+
ref?: React__default.Ref<HTMLButtonElement> | undefined;
|
|
703
|
+
}>;
|
|
704
|
+
|
|
705
|
+
declare const ScrollArea: React__default.FC<Omit<ScrollAreaPrimitive.ScrollAreaProps & React__default.RefAttributes<HTMLDivElement>, "ref"> & {
|
|
706
|
+
ref?: React__default.Ref<HTMLDivElement> | undefined;
|
|
707
|
+
}>;
|
|
708
|
+
declare const ScrollBar: React__default.FC<Omit<ScrollAreaPrimitive.ScrollAreaScrollbarProps & React__default.RefAttributes<HTMLDivElement>, "ref"> & {
|
|
709
|
+
ref?: React__default.Ref<HTMLDivElement> | undefined;
|
|
710
|
+
}>;
|
|
711
|
+
|
|
712
|
+
declare const Select: React__default.FC<SelectPrimitive.SelectProps>;
|
|
713
|
+
declare const SelectGroup: React__default.ForwardRefExoticComponent<SelectPrimitive.SelectGroupProps & React__default.RefAttributes<HTMLDivElement>>;
|
|
714
|
+
declare const SelectValue: React__default.ForwardRefExoticComponent<SelectPrimitive.SelectValueProps & React__default.RefAttributes<HTMLSpanElement>>;
|
|
715
|
+
declare const SelectTrigger: React__default.FC<Omit<SelectPrimitive.SelectTriggerProps & React__default.RefAttributes<HTMLButtonElement>, "ref"> & {
|
|
716
|
+
loading?: boolean | undefined;
|
|
717
|
+
} & {
|
|
718
|
+
ref?: React__default.Ref<HTMLButtonElement> | undefined;
|
|
719
|
+
}>;
|
|
720
|
+
declare const SelectScrollUpButton: React__default.FC<Omit<SelectPrimitive.SelectScrollUpButtonProps & React__default.RefAttributes<HTMLDivElement>, "ref"> & {
|
|
721
|
+
ref?: React__default.Ref<HTMLDivElement> | undefined;
|
|
722
|
+
}>;
|
|
723
|
+
declare const SelectScrollDownButton: React__default.FC<Omit<SelectPrimitive.SelectScrollDownButtonProps & React__default.RefAttributes<HTMLDivElement>, "ref"> & {
|
|
724
|
+
ref?: React__default.Ref<HTMLDivElement> | undefined;
|
|
725
|
+
}>;
|
|
726
|
+
declare const SelectContent: React__default.FC<Omit<SelectPrimitive.SelectContentProps & React__default.RefAttributes<HTMLDivElement>, "ref"> & {
|
|
727
|
+
ref?: React__default.Ref<HTMLDivElement> | undefined;
|
|
728
|
+
}>;
|
|
729
|
+
declare const SelectLabel: React__default.FC<Omit<SelectPrimitive.SelectLabelProps & React__default.RefAttributes<HTMLDivElement>, "ref"> & {
|
|
730
|
+
ref?: React__default.Ref<HTMLDivElement> | undefined;
|
|
731
|
+
}>;
|
|
732
|
+
declare const SelectItem: React__default.FC<Omit<SelectPrimitive.SelectItemProps & React__default.RefAttributes<HTMLDivElement>, "ref"> & {
|
|
733
|
+
ref?: React__default.Ref<HTMLDivElement> | undefined;
|
|
734
|
+
}>;
|
|
735
|
+
declare const SelectSeparator: React__default.FC<Omit<SelectPrimitive.SelectSeparatorProps & React__default.RefAttributes<HTMLDivElement>, "ref"> & {
|
|
736
|
+
ref?: React__default.Ref<HTMLDivElement> | undefined;
|
|
737
|
+
}>;
|
|
738
|
+
|
|
739
|
+
declare const Separator: React__default.FC<Omit<SeparatorPrimitive.SeparatorProps & React__default.RefAttributes<HTMLDivElement>, "ref"> & {
|
|
740
|
+
ref?: React__default.Ref<HTMLDivElement> | undefined;
|
|
741
|
+
}>;
|
|
742
|
+
|
|
743
|
+
declare const Sheet: React__default.FC<DialogPrimitive.DialogProps>;
|
|
744
|
+
declare const SheetTrigger: React__default.ForwardRefExoticComponent<DialogPrimitive.DialogTriggerProps & React__default.RefAttributes<HTMLButtonElement>>;
|
|
745
|
+
declare const SheetClose: React__default.ForwardRefExoticComponent<DialogPrimitive.DialogCloseProps & React__default.RefAttributes<HTMLButtonElement>>;
|
|
746
|
+
declare const SheetPortal: React__default.FC<DialogPrimitive.DialogPortalProps>;
|
|
747
|
+
declare const SheetOverlay: React__default.FC<Omit<DialogPrimitive.DialogOverlayProps & React__default.RefAttributes<HTMLDivElement>, "ref"> & {
|
|
748
|
+
ref?: React__default.Ref<HTMLDivElement> | undefined;
|
|
749
|
+
}>;
|
|
750
|
+
declare const SheetContent: React__default.FC<{
|
|
751
|
+
hasCloseButton?: boolean | undefined;
|
|
752
|
+
} & Omit<DialogPrimitive.DialogContentProps & React__default.RefAttributes<HTMLDivElement>, "ref"> & VariantProps<(props?: ({
|
|
753
|
+
side?: "bottom" | "left" | "right" | "top" | null | undefined;
|
|
754
|
+
} & class_variance_authority_types.ClassProp) | undefined) => string> & {
|
|
755
|
+
ref?: React__default.Ref<HTMLDivElement> | undefined;
|
|
756
|
+
}>;
|
|
757
|
+
declare const SheetHeader: {
|
|
758
|
+
({ className, ...props }: React__default.HTMLAttributes<HTMLDivElement>): react_jsx_runtime.JSX.Element;
|
|
759
|
+
displayName: string;
|
|
760
|
+
};
|
|
761
|
+
declare const SheetFooter: {
|
|
762
|
+
({ className, ...props }: React__default.HTMLAttributes<HTMLDivElement>): react_jsx_runtime.JSX.Element;
|
|
763
|
+
displayName: string;
|
|
764
|
+
};
|
|
765
|
+
declare const SheetTitle: React__default.FC<Omit<DialogPrimitive.DialogTitleProps & React__default.RefAttributes<HTMLHeadingElement>, "ref"> & {
|
|
766
|
+
ref?: React__default.Ref<HTMLHeadingElement> | undefined;
|
|
767
|
+
}>;
|
|
768
|
+
declare const SheetDescription: React__default.FC<Omit<DialogPrimitive.DialogDescriptionProps & React__default.RefAttributes<HTMLParagraphElement>, "ref"> & {
|
|
769
|
+
ref?: React__default.Ref<HTMLParagraphElement> | undefined;
|
|
770
|
+
}>;
|
|
771
|
+
|
|
772
|
+
declare function Skeleton({ className, children, ...props }: React__default.HTMLAttributes<HTMLDivElement>): react_jsx_runtime.JSX.Element;
|
|
773
|
+
|
|
774
|
+
declare const Slider: React__default.FC<Omit<SliderPrimitive.SliderProps & React__default.RefAttributes<HTMLSpanElement>, "ref"> & {
|
|
775
|
+
ref?: React__default.Ref<HTMLSpanElement> | undefined;
|
|
776
|
+
}>;
|
|
777
|
+
|
|
778
|
+
declare const Spinner: React__default.FC<Omit<React__default.DetailedHTMLProps<React__default.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
|
|
779
|
+
size?: number | undefined;
|
|
780
|
+
} & {
|
|
781
|
+
ref?: React__default.Ref<HTMLSpanElement> | undefined;
|
|
782
|
+
}>;
|
|
783
|
+
|
|
784
|
+
declare const Switch: React__default.FC<{
|
|
785
|
+
onCheckedChange?: ((checked: boolean) => Promise<void> | void) | undefined;
|
|
786
|
+
onClick?: ((e: React__default.MouseEvent<HTMLButtonElement>) => Promise<void> | void) | undefined;
|
|
787
|
+
loading?: boolean | undefined;
|
|
788
|
+
} & SwitchPrimitives.SwitchProps & React__default.RefAttributes<HTMLButtonElement> & {
|
|
789
|
+
ref?: React__default.Ref<HTMLButtonElement> | undefined;
|
|
790
|
+
}>;
|
|
791
|
+
|
|
792
|
+
declare const Table: React__default.FC<React__default.HTMLAttributes<HTMLTableElement> & {
|
|
793
|
+
ref?: React__default.Ref<HTMLTableElement> | undefined;
|
|
794
|
+
}>;
|
|
795
|
+
declare const TableHeader: React__default.FC<React__default.HTMLAttributes<HTMLTableSectionElement> & {
|
|
796
|
+
ref?: React__default.Ref<HTMLTableSectionElement> | undefined;
|
|
797
|
+
}>;
|
|
798
|
+
declare const TableBody: React__default.FC<React__default.HTMLAttributes<HTMLTableSectionElement> & {
|
|
799
|
+
ref?: React__default.Ref<HTMLTableSectionElement> | undefined;
|
|
800
|
+
}>;
|
|
801
|
+
declare const TableFooter: React__default.FC<React__default.HTMLAttributes<HTMLTableSectionElement> & {
|
|
802
|
+
ref?: React__default.Ref<HTMLTableSectionElement> | undefined;
|
|
803
|
+
}>;
|
|
804
|
+
declare const TableRow: React__default.FC<React__default.HTMLAttributes<HTMLTableRowElement> & {
|
|
805
|
+
ref?: React__default.Ref<HTMLTableRowElement> | undefined;
|
|
806
|
+
}>;
|
|
807
|
+
declare const TableHead: React__default.FC<React__default.ThHTMLAttributes<HTMLTableCellElement> & {
|
|
808
|
+
ref?: React__default.Ref<HTMLTableCellElement> | undefined;
|
|
809
|
+
}>;
|
|
810
|
+
declare const TableCell: React__default.FC<React__default.TdHTMLAttributes<HTMLTableCellElement> & {
|
|
811
|
+
ref?: React__default.Ref<HTMLTableCellElement> | undefined;
|
|
812
|
+
}>;
|
|
813
|
+
declare const TableCaption: React__default.FC<React__default.HTMLAttributes<HTMLTableCaptionElement> & {
|
|
814
|
+
ref?: React__default.Ref<HTMLTableCaptionElement> | undefined;
|
|
815
|
+
}>;
|
|
816
|
+
|
|
817
|
+
declare const Tabs: React__default.ForwardRefExoticComponent<TabsPrimitive.TabsProps & React__default.RefAttributes<HTMLDivElement>>;
|
|
818
|
+
declare const TabsList: React__default.FC<Omit<TabsPrimitive.TabsListProps & React__default.RefAttributes<HTMLDivElement>, "ref"> & {
|
|
819
|
+
ref?: React__default.Ref<HTMLDivElement> | undefined;
|
|
820
|
+
}>;
|
|
821
|
+
declare const TabsTrigger: React__default.FC<Omit<TabsPrimitive.TabsTriggerProps & React__default.RefAttributes<HTMLButtonElement>, "ref"> & {
|
|
822
|
+
ref?: React__default.Ref<HTMLButtonElement> | undefined;
|
|
823
|
+
}>;
|
|
824
|
+
declare const TabsContent: React__default.FC<Omit<TabsPrimitive.TabsContentProps & React__default.RefAttributes<HTMLDivElement>, "ref"> & {
|
|
825
|
+
ref?: React__default.Ref<HTMLDivElement> | undefined;
|
|
826
|
+
}>;
|
|
827
|
+
|
|
828
|
+
type TextareaProps = {} & React__default.TextareaHTMLAttributes<HTMLTextAreaElement>;
|
|
829
|
+
declare const Textarea: React__default.FC<React__default.TextareaHTMLAttributes<HTMLTextAreaElement> & {
|
|
830
|
+
ref?: React__default.Ref<HTMLTextAreaElement> | undefined;
|
|
831
|
+
}>;
|
|
832
|
+
|
|
833
|
+
declare const ToastProvider: React__default.FC<ToastPrimitives.ToastProviderProps>;
|
|
834
|
+
declare const ToastViewport: React__default.FC<Omit<ToastPrimitives.ToastViewportProps & React__default.RefAttributes<HTMLOListElement>, "ref"> & {
|
|
835
|
+
ref?: React__default.Ref<HTMLOListElement> | undefined;
|
|
836
|
+
}>;
|
|
837
|
+
declare const Toast$1: React__default.FC<Omit<ToastPrimitives.ToastProps & React__default.RefAttributes<HTMLLIElement>, "ref"> & VariantProps<(props?: ({
|
|
838
|
+
variant?: "default" | "destructive" | "success" | null | undefined;
|
|
839
|
+
} & class_variance_authority_types.ClassProp) | undefined) => string> & {
|
|
840
|
+
ref?: React__default.Ref<HTMLLIElement> | undefined;
|
|
841
|
+
}>;
|
|
842
|
+
declare const ToastAction: React__default.FC<Omit<ToastPrimitives.ToastActionProps & React__default.RefAttributes<HTMLButtonElement>, "ref"> & {
|
|
843
|
+
ref?: React__default.Ref<HTMLButtonElement> | undefined;
|
|
844
|
+
}>;
|
|
845
|
+
declare const ToastClose: React__default.FC<Omit<ToastPrimitives.ToastCloseProps & React__default.RefAttributes<HTMLButtonElement>, "ref"> & {
|
|
846
|
+
ref?: React__default.Ref<HTMLButtonElement> | undefined;
|
|
847
|
+
}>;
|
|
848
|
+
declare const ToastTitle: React__default.FC<Omit<ToastPrimitives.ToastTitleProps & React__default.RefAttributes<HTMLDivElement>, "ref"> & {
|
|
849
|
+
ref?: React__default.Ref<HTMLDivElement> | undefined;
|
|
850
|
+
}>;
|
|
851
|
+
declare const ToastDescription: React__default.FC<Omit<ToastPrimitives.ToastDescriptionProps & React__default.RefAttributes<HTMLDivElement>, "ref"> & {
|
|
852
|
+
ref?: React__default.Ref<HTMLDivElement> | undefined;
|
|
853
|
+
}>;
|
|
854
|
+
type ToastProps = React__default.ComponentPropsWithoutRef<typeof Toast$1>;
|
|
855
|
+
type ToastActionElement = React__default.ReactElement<typeof ToastAction>;
|
|
856
|
+
|
|
857
|
+
declare function Toaster(): react_jsx_runtime.JSX.Element;
|
|
858
|
+
|
|
859
|
+
declare const ToggleGroup: React__default.FC<((Omit<ToggleGroupPrimitive.ToggleGroupSingleProps & React__default.RefAttributes<HTMLDivElement>, "ref"> | Omit<ToggleGroupPrimitive.ToggleGroupMultipleProps & React__default.RefAttributes<HTMLDivElement>, "ref">) & VariantProps<(props?: ({
|
|
860
|
+
variant?: "default" | "outline" | null | undefined;
|
|
861
|
+
size?: "default" | "sm" | "lg" | null | undefined;
|
|
862
|
+
} & class_variance_authority_types.ClassProp) | undefined) => string>) & {
|
|
863
|
+
ref?: React__default.Ref<HTMLDivElement> | undefined;
|
|
864
|
+
}>;
|
|
865
|
+
declare const ToggleGroupItem: React__default.FC<Omit<ToggleGroupPrimitive.ToggleGroupItemProps & React__default.RefAttributes<HTMLButtonElement>, "ref"> & VariantProps<(props?: ({
|
|
866
|
+
variant?: "default" | "outline" | null | undefined;
|
|
867
|
+
size?: "default" | "sm" | "lg" | null | undefined;
|
|
868
|
+
} & class_variance_authority_types.ClassProp) | undefined) => string> & {
|
|
869
|
+
ref?: React__default.Ref<HTMLButtonElement> | undefined;
|
|
870
|
+
}>;
|
|
871
|
+
|
|
872
|
+
declare const TooltipProvider: React__default.FC<TooltipPrimitive.TooltipProviderProps & {
|
|
873
|
+
ref?: React__default.Ref<void> | undefined;
|
|
874
|
+
}>;
|
|
875
|
+
declare const Tooltip: React__default.FC<TooltipPrimitive.TooltipProps>;
|
|
876
|
+
declare const TooltipTrigger: React__default.ForwardRefExoticComponent<TooltipPrimitive.TooltipTriggerProps & React__default.RefAttributes<HTMLButtonElement>>;
|
|
877
|
+
declare const TooltipContent: React__default.FC<Omit<TooltipPrimitive.TooltipContentProps & React__default.RefAttributes<HTMLDivElement>, "ref"> & {
|
|
878
|
+
ref?: React__default.Ref<HTMLDivElement> | undefined;
|
|
879
|
+
}>;
|
|
880
|
+
|
|
881
|
+
declare const Typography: React__default.FC<React__default.HTMLAttributes<HTMLHeadingElement> & VariantProps<(props?: ({
|
|
882
|
+
type?: "div" | "h1" | "h2" | "h3" | "h4" | "label" | "p" | "footnote" | null | undefined;
|
|
883
|
+
variant?: "destructive" | "secondary" | "success" | "primary" | null | undefined;
|
|
884
|
+
} & class_variance_authority_types.ClassProp) | undefined) => string> & {
|
|
885
|
+
ref?: React__default.Ref<HTMLHeadingElement> | undefined;
|
|
886
|
+
}>;
|
|
887
|
+
|
|
888
|
+
type ToasterToast = ToastProps & {
|
|
889
|
+
id: string;
|
|
890
|
+
title?: React__default.ReactNode;
|
|
891
|
+
description?: React__default.ReactNode;
|
|
892
|
+
action?: ToastActionElement;
|
|
893
|
+
};
|
|
894
|
+
declare const actionTypes: {
|
|
895
|
+
readonly ADD_TOAST: "ADD_TOAST";
|
|
896
|
+
readonly UPDATE_TOAST: "UPDATE_TOAST";
|
|
897
|
+
readonly DISMISS_TOAST: "DISMISS_TOAST";
|
|
898
|
+
readonly REMOVE_TOAST: "REMOVE_TOAST";
|
|
899
|
+
};
|
|
900
|
+
type ActionType = typeof actionTypes;
|
|
901
|
+
type Action = {
|
|
902
|
+
type: ActionType["ADD_TOAST"];
|
|
903
|
+
toast: ToasterToast;
|
|
904
|
+
} | {
|
|
905
|
+
type: ActionType["UPDATE_TOAST"];
|
|
906
|
+
toast: Partial<ToasterToast>;
|
|
907
|
+
} | {
|
|
908
|
+
type: ActionType["DISMISS_TOAST"];
|
|
909
|
+
toastId?: ToasterToast["id"];
|
|
910
|
+
} | {
|
|
911
|
+
type: ActionType["REMOVE_TOAST"];
|
|
912
|
+
toastId?: ToasterToast["id"];
|
|
913
|
+
};
|
|
914
|
+
type State = {
|
|
915
|
+
toasts: ToasterToast[];
|
|
916
|
+
};
|
|
917
|
+
declare const reducer: (state: State, action: Action) => State;
|
|
918
|
+
type Toast = Omit<ToasterToast, "id">;
|
|
919
|
+
declare function toast({ ...props }: Toast): {
|
|
920
|
+
id: string;
|
|
921
|
+
dismiss: () => void;
|
|
922
|
+
update: (props: ToasterToast) => void;
|
|
923
|
+
};
|
|
924
|
+
declare function useToast(): {
|
|
925
|
+
toast: typeof toast;
|
|
926
|
+
dismiss: (toastId?: string) => void;
|
|
927
|
+
toasts: ToasterToast[];
|
|
928
|
+
};
|
|
929
|
+
|
|
930
|
+
declare const ResizablePanelGroup: ({ className, ...props }: React.ComponentProps<typeof ResizablePrimitive.PanelGroup>) => react_jsx_runtime.JSX.Element;
|
|
931
|
+
declare const ResizablePanel: React$1.ForwardRefExoticComponent<Omit<React$1.HTMLAttributes<HTMLButtonElement | HTMLElement | HTMLDivElement | HTMLObjectElement | HTMLLinkElement | HTMLFormElement | HTMLSlotElement | HTMLStyleElement | HTMLTitleElement | HTMLAnchorElement | HTMLAreaElement | HTMLAudioElement | HTMLBaseElement | HTMLQuoteElement | HTMLBodyElement | HTMLBRElement | HTMLCanvasElement | HTMLTableColElement | HTMLDataElement | HTMLDataListElement | HTMLModElement | HTMLDetailsElement | HTMLDialogElement | HTMLDListElement | HTMLEmbedElement | HTMLFieldSetElement | HTMLHeadingElement | HTMLHeadElement | HTMLHRElement | HTMLHtmlElement | HTMLIFrameElement | HTMLImageElement | HTMLInputElement | HTMLLabelElement | HTMLLegendElement | HTMLLIElement | HTMLMapElement | HTMLMetaElement | HTMLMeterElement | HTMLOListElement | HTMLOptGroupElement | HTMLOptionElement | HTMLOutputElement | HTMLParagraphElement | HTMLPreElement | HTMLProgressElement | HTMLScriptElement | HTMLSelectElement | HTMLSourceElement | HTMLSpanElement | HTMLTableElement | HTMLTemplateElement | HTMLTableSectionElement | HTMLTableCellElement | HTMLTextAreaElement | HTMLTimeElement | HTMLTableRowElement | HTMLTrackElement | HTMLUListElement | HTMLVideoElement | HTMLTableCaptionElement | HTMLMenuElement | HTMLPictureElement>, "id" | "onResize"> & {
|
|
932
|
+
className?: string | undefined;
|
|
933
|
+
collapsedSize?: number | undefined;
|
|
934
|
+
collapsible?: boolean | undefined;
|
|
935
|
+
defaultSize?: number | undefined;
|
|
936
|
+
id?: string | undefined;
|
|
937
|
+
maxSize?: number | undefined;
|
|
938
|
+
minSize?: number | undefined;
|
|
939
|
+
onCollapse?: ResizablePrimitive.PanelOnCollapse | undefined;
|
|
940
|
+
onExpand?: ResizablePrimitive.PanelOnExpand | undefined;
|
|
941
|
+
onResize?: ResizablePrimitive.PanelOnResize | undefined;
|
|
942
|
+
order?: number | undefined;
|
|
943
|
+
style?: object | undefined;
|
|
944
|
+
tagName?: keyof HTMLElementTagNameMap | undefined;
|
|
945
|
+
} & {
|
|
946
|
+
children?: React$1.ReactNode;
|
|
947
|
+
} & React$1.RefAttributes<ResizablePrimitive.ImperativePanelHandle>>;
|
|
948
|
+
declare const ResizableHandle: ({ withHandle, className, ...props }: Omit<React$1.HTMLAttributes<keyof HTMLElementTagNameMap>, "id" | "onFocus" | "onBlur"> & {
|
|
949
|
+
className?: string | undefined;
|
|
950
|
+
disabled?: boolean | undefined;
|
|
951
|
+
hitAreaMargins?: ResizablePrimitive.PointerHitAreaMargins | undefined;
|
|
952
|
+
id?: string | null | undefined;
|
|
953
|
+
onBlur?: (() => void) | undefined;
|
|
954
|
+
onDragging?: ResizablePrimitive.PanelResizeHandleOnDragging | undefined;
|
|
955
|
+
onFocus?: (() => void) | undefined;
|
|
956
|
+
style?: React$1.CSSProperties | undefined;
|
|
957
|
+
tabIndex?: number | undefined;
|
|
958
|
+
tagName?: keyof HTMLElementTagNameMap | undefined;
|
|
959
|
+
} & {
|
|
960
|
+
children?: React$1.ReactNode;
|
|
961
|
+
} & {
|
|
962
|
+
withHandle?: boolean | undefined;
|
|
963
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
964
|
+
|
|
965
|
+
declare function cn(...inputs: ClassValue[]): string;
|
|
966
|
+
|
|
967
|
+
export { Accordion, AccordionContent, AccordionItem, AccordionTrigger, ActionCell, ActionDialog, type ActionDialogProps, Alert, AlertDescription, AlertTitle, AspectRatio, Avatar, AvatarCell, AvatarFallback, AvatarImage, Badge, BadgeCell, type BadgeProps, brandIcons as BrandIcons, Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator, BrowserFrame, Button, type ButtonProps, Calendar, type CalendarProps, Card, CardContent, CardDescription, CardFooter, CardHeader, CardSubtitle, CardTitle, Checkbox, Collapsible, CollapsibleContent, CollapsibleTrigger, Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, CommandShortcut, ContextMenu, ContextMenuCheckboxItem, ContextMenuContent, ContextMenuGroup, ContextMenuItem, ContextMenuLabel, ContextMenuPortal, ContextMenuRadioGroup, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuShortcut, ContextMenuSub, ContextMenuSubContent, ContextMenuSubTrigger, ContextMenuTrigger, CopyButton, CopyField, DataTable, DataTableColumnHeader, DataTableFacetedFilter, DataTableManualPagination, DataTablePagination, DataTableToolbar, DataTableViewOptions, DateCell, DelayedInput, type DelayedInputProps, Dialog, DialogBody, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, Form, FormControl, FormDescription, FormField, FormItem, FormLabel, FormMessage, HoverCard, HoverCardContent, HoverCardTrigger, InlineCode, Input, InputOTP, InputOTPGroup, InputOTPSeparator, InputOTPSlot, type InputProps, Label, Menubar, MenubarCheckboxItem, MenubarContent, MenubarGroup, MenubarItem, MenubarLabel, MenubarMenu, MenubarPortal, MenubarRadioGroup, MenubarRadioItem, MenubarSeparator, MenubarShortcut, MenubarSub, MenubarSubContent, MenubarSubTrigger, MenubarTrigger, NavigationMenu, NavigationMenuContent, NavigationMenuIndicator, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuTrigger, NavigationMenuViewport, type OriginalButtonProps, PasswordInput, Popover, PopoverAnchor, PopoverContent, PopoverTrigger, Progress, type Props, RadioGroup, RadioGroupItem, ResizableHandle, ResizablePanel, ResizablePanelGroup, ScrollArea, ScrollBar, SearchToolbarItem, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, Separator, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetOverlay, SheetPortal, SheetTitle, SheetTrigger, SimpleTooltip, Skeleton, Slider, SpanLabel, Spinner, Switch, Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow, TableView, Tabs, TabsContent, TabsList, TabsTrigger, TextCell, Textarea, type TextareaProps, Toast$1 as Toast, ToastAction, type ToastActionElement, ToastClose, ToastDescription, type ToastProps, ToastProvider, ToastTitle, ToastViewport, Toaster, ToggleGroup, ToggleGroupItem, Tooltip, TooltipContent, TooltipProvider, TooltipTrigger, Typography, arrayFilterFn, badgeVariants, buttonVariants, cn, navigationMenuTriggerStyle, reducer, standardFilterFn, toast, useFormField, useToast };
|