@nyuccl/smile 0.2.0-beta.2 → 0.2.0-beta.21
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/module.json +1 -1
- package/dist/module.mjs +23 -9
- package/dist/runtime/components/builtins/AdvertisementView.vue +2 -1
- package/dist/runtime/components/builtins/DebriefView.vue +2 -1
- package/dist/runtime/components/builtins/DemographicSurveyView.vue +8 -6
- package/dist/runtime/components/builtins/DeviceSurveyView.vue +5 -3
- package/dist/runtime/components/builtins/ExpView.vue +3 -1
- package/dist/runtime/components/builtins/ExperimentStatusBar.vue +3 -0
- package/dist/runtime/components/builtins/FavoriteColor.vue +3 -1
- package/dist/runtime/components/builtins/FavoriteNumber.vue +3 -1
- package/dist/runtime/components/builtins/InformedConsentModal.vue +3 -1
- package/dist/runtime/components/builtins/InformedConsentView.vue +1 -0
- package/dist/runtime/components/builtins/InstructionsQuiz.vue +7 -5
- package/dist/runtime/components/builtins/InstructionsView.vue +4 -2
- package/dist/runtime/components/builtins/MTurkRecruitView.vue +1 -0
- package/dist/runtime/components/builtins/PresentationModeView.vue +1 -0
- package/dist/runtime/components/builtins/StatusBar.vue +6 -3
- package/dist/runtime/components/builtins/StudyPreviewText.vue +4 -2
- package/dist/runtime/components/builtins/TaskFeedbackSurveyView.vue +3 -1
- package/dist/runtime/components/builtins/ThanksView.vue +18 -16
- package/dist/runtime/components/builtins/WindowSizerView.vue +5 -3
- package/dist/runtime/components/builtins/WithdrawModal.vue +4 -2
- package/dist/runtime/components/builtins/WithdrawView.vue +4 -2
- package/dist/runtime/components/dev/RecruitmentChooserView.vue +21 -19
- package/dist/runtime/components/dev/ResponsiveDeviceContainer.vue +7 -5
- package/dist/runtime/components/dev/console/ConfigList.vue +4 -2
- package/dist/runtime/components/dev/console/ConsoleConfigPanel.vue +3 -1
- package/dist/runtime/components/dev/console/ConsoleDatabaseBrowsePanel.vue +3 -1
- package/dist/runtime/components/dev/console/ConsoleLogPanel.vue +17 -14
- package/dist/runtime/components/dev/console/DatabaseList.vue +4 -2
- package/dist/runtime/components/dev/console/SmileDevConsole.vue +6 -4
- package/dist/runtime/components/dev/menu/DevConfigPanel.vue +3 -1
- package/dist/runtime/components/dev/menu/ResponsiveDeviceSelect.vue +1 -0
- package/dist/runtime/components/dev/menu/SmileDevAppMenu.vue +9 -7
- package/dist/runtime/components/dev/navbar/ColorModeButton.vue +4 -3
- package/dist/runtime/components/dev/navbar/DatabaseButtonGroup.vue +6 -4
- package/dist/runtime/components/dev/navbar/FullScreenButton.vue +4 -2
- package/dist/runtime/components/dev/navbar/ReloadButton.vue +3 -1
- package/dist/runtime/components/dev/navbar/ResetButton.vue +3 -1
- package/dist/runtime/components/dev/navbar/RouteJumper.vue +7 -4
- package/dist/runtime/components/dev/navbar/SmileDevNavBar.vue +4 -2
- package/dist/runtime/components/dev/navbar/StepInfoButtonGroup.vue +5 -3
- package/dist/runtime/components/dev/navbar/ViewButton.vue +1 -0
- package/dist/runtime/components/dev/navbar/ViewInfoButtonGroup.vue +12 -10
- package/dist/runtime/components/dev/presentation/DarkModeButton.vue +4 -3
- package/dist/runtime/components/dev/presentation/LogoutButton.vue +2 -1
- package/dist/runtime/components/dev/presentation/PresentationModeResetButton.vue +2 -1
- package/dist/runtime/components/dev/presentation/PresentationNavBar.vue +3 -2
- package/dist/runtime/components/dev/presentation/QRCodeButton.vue +4 -2
- package/dist/runtime/components/dev/sidebar/AppProgressPanel.vue +4 -3
- package/dist/runtime/components/dev/sidebar/DatabaseStatusInfoPanel.vue +1 -0
- package/dist/runtime/components/dev/sidebar/RandomizationSidebarPanel.vue +1 -0
- package/dist/runtime/components/dev/sidebar/SmileDevSideBar.vue +1 -0
- package/dist/runtime/components/dev/sidebar/StepDataViewer.d.vue.ts +2 -2
- package/dist/runtime/components/dev/sidebar/StepDataViewer.vue.d.ts +2 -2
- package/dist/runtime/components/dev/sidebar/StepExplorerPanel.vue +8 -6
- package/dist/runtime/components/dev/sidebar/StepNode.vue +3 -2
- package/dist/runtime/components/forms/MonthYearDayPicker.vue +1 -0
- package/dist/runtime/components/layouts/ConstrainedPage.d.vue.ts +1 -1
- package/dist/runtime/components/layouts/ConstrainedPage.vue.d.ts +1 -1
- package/dist/runtime/components/layouts/ConstrainedTaskWindow.d.vue.ts +2 -2
- package/dist/runtime/components/layouts/ConstrainedTaskWindow.vue.d.ts +2 -2
- package/dist/runtime/components/layouts/TitleTwoCol.d.vue.ts +1 -1
- package/dist/runtime/components/layouts/TitleTwoCol.vue.d.ts +1 -1
- package/dist/runtime/components/layouts/TwoCol.d.vue.ts +1 -1
- package/dist/runtime/components/layouts/TwoCol.vue.d.ts +1 -1
- package/dist/runtime/components/ui/avatar/Avatar.vue +1 -0
- package/dist/runtime/components/ui/avatar/AvatarFallback.vue +1 -0
- package/dist/runtime/components/ui/badge/Badge.vue +1 -0
- package/dist/runtime/components/ui/breadcrumb/BreadcrumbEllipsis.vue +1 -0
- package/dist/runtime/components/ui/breadcrumb/BreadcrumbItem.vue +1 -0
- package/dist/runtime/components/ui/breadcrumb/BreadcrumbLink.vue +1 -0
- package/dist/runtime/components/ui/breadcrumb/BreadcrumbList.vue +1 -0
- package/dist/runtime/components/ui/breadcrumb/BreadcrumbPage.vue +1 -0
- package/dist/runtime/components/ui/breadcrumb/BreadcrumbSeparator.vue +1 -0
- package/dist/runtime/components/ui/button/Button.vue +1 -0
- package/dist/runtime/components/ui/button/index.d.ts +1 -1
- package/dist/runtime/components/ui/button-group/ButtonGroup.d.vue.ts +1 -1
- package/dist/runtime/components/ui/button-group/ButtonGroup.vue +1 -0
- package/dist/runtime/components/ui/button-group/ButtonGroup.vue.d.ts +1 -1
- package/dist/runtime/components/ui/button-group/ButtonGroupItem.vue +1 -0
- package/dist/runtime/components/ui/calendar/Calendar.vue +1 -0
- package/dist/runtime/components/ui/calendar/CalendarCell.vue +1 -0
- package/dist/runtime/components/ui/calendar/CalendarCellTrigger.vue +1 -0
- package/dist/runtime/components/ui/calendar/CalendarGrid.vue +1 -0
- package/dist/runtime/components/ui/calendar/CalendarGridRow.vue +1 -0
- package/dist/runtime/components/ui/calendar/CalendarHeadCell.vue +1 -0
- package/dist/runtime/components/ui/calendar/CalendarHeader.vue +1 -0
- package/dist/runtime/components/ui/calendar/CalendarHeading.vue +1 -0
- package/dist/runtime/components/ui/calendar/CalendarNextButton.vue +1 -0
- package/dist/runtime/components/ui/calendar/CalendarPrevButton.vue +1 -0
- package/dist/runtime/components/ui/card/Card.vue +1 -0
- package/dist/runtime/components/ui/card/CardAction.vue +1 -0
- package/dist/runtime/components/ui/card/CardContent.vue +1 -0
- package/dist/runtime/components/ui/card/CardDescription.vue +1 -0
- package/dist/runtime/components/ui/card/CardFooter.vue +1 -0
- package/dist/runtime/components/ui/card/CardHeader.vue +1 -0
- package/dist/runtime/components/ui/card/CardTitle.vue +1 -0
- package/dist/runtime/components/ui/checkbox/Checkbox.d.vue.ts +5 -5
- package/dist/runtime/components/ui/checkbox/Checkbox.vue +1 -0
- package/dist/runtime/components/ui/checkbox/Checkbox.vue.d.ts +5 -5
- package/dist/runtime/components/ui/checkbox/index.d.ts +1 -1
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuCheckboxItem.d.vue.ts +4 -4
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuCheckboxItem.vue +1 -0
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuCheckboxItem.vue.d.ts +4 -4
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuContent.d.vue.ts +2 -2
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuContent.vue +1 -0
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuContent.vue.d.ts +2 -2
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuItem.d.vue.ts +1 -1
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuItem.vue +1 -0
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuItem.vue.d.ts +1 -1
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuLabel.d.vue.ts +1 -1
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuLabel.vue +1 -0
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuLabel.vue.d.ts +1 -1
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuRadioItem.vue +1 -0
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuSeparator.vue +1 -0
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuShortcut.vue +1 -0
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuSubContent.d.vue.ts +2 -2
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuSubContent.vue +1 -0
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuSubContent.vue.d.ts +2 -2
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuSubTrigger.d.vue.ts +1 -1
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuSubTrigger.vue +1 -0
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuSubTrigger.vue.d.ts +1 -1
- package/dist/runtime/components/ui/input/Input.d.vue.ts +4 -4
- package/dist/runtime/components/ui/input/Input.vue +1 -0
- package/dist/runtime/components/ui/input/Input.vue.d.ts +4 -4
- package/dist/runtime/components/ui/label/Label.vue +1 -0
- package/dist/runtime/components/ui/multiselect/MultiSelect.d.vue.ts +1 -1
- package/dist/runtime/components/ui/multiselect/MultiSelect.vue +1 -0
- package/dist/runtime/components/ui/multiselect/MultiSelect.vue.d.ts +1 -1
- package/dist/runtime/components/ui/pagination/Pagination.vue +1 -0
- package/dist/runtime/components/ui/pagination/PaginationContent.vue +1 -0
- package/dist/runtime/components/ui/pagination/PaginationEllipsis.vue +1 -0
- package/dist/runtime/components/ui/pagination/PaginationFirst.vue +1 -0
- package/dist/runtime/components/ui/pagination/PaginationItem.vue +1 -0
- package/dist/runtime/components/ui/pagination/PaginationLast.vue +1 -0
- package/dist/runtime/components/ui/pagination/PaginationNext.vue +1 -0
- package/dist/runtime/components/ui/pagination/PaginationPrevious.vue +1 -0
- package/dist/runtime/components/ui/popover/PopoverContent.d.vue.ts +2 -2
- package/dist/runtime/components/ui/popover/PopoverContent.vue +1 -0
- package/dist/runtime/components/ui/popover/PopoverContent.vue.d.ts +2 -2
- package/dist/runtime/components/ui/progress/Progress.vue +1 -0
- package/dist/runtime/components/ui/resizable/ResizableHandle.vue +1 -0
- package/dist/runtime/components/ui/resizable/ResizablePanelGroup.vue +1 -0
- package/dist/runtime/components/ui/select/SelectContent.d.vue.ts +2 -2
- package/dist/runtime/components/ui/select/SelectContent.vue +1 -0
- package/dist/runtime/components/ui/select/SelectContent.vue.d.ts +2 -2
- package/dist/runtime/components/ui/select/SelectItem.vue +1 -0
- package/dist/runtime/components/ui/select/SelectLabel.vue +1 -0
- package/dist/runtime/components/ui/select/SelectScrollDownButton.vue +1 -0
- package/dist/runtime/components/ui/select/SelectScrollUpButton.vue +1 -0
- package/dist/runtime/components/ui/select/SelectSeparator.vue +1 -0
- package/dist/runtime/components/ui/select/SelectTrigger.vue +1 -0
- package/dist/runtime/components/ui/separator/Separator.d.vue.ts +1 -1
- package/dist/runtime/components/ui/separator/Separator.vue +1 -0
- package/dist/runtime/components/ui/separator/Separator.vue.d.ts +1 -1
- package/dist/runtime/components/ui/sheet/SheetContent.vue +1 -0
- package/dist/runtime/components/ui/sheet/SheetDescription.vue +1 -0
- package/dist/runtime/components/ui/sheet/SheetFooter.vue +1 -0
- package/dist/runtime/components/ui/sheet/SheetHeader.vue +1 -0
- package/dist/runtime/components/ui/sheet/SheetOverlay.vue +1 -0
- package/dist/runtime/components/ui/sheet/SheetTitle.vue +1 -0
- package/dist/runtime/components/ui/sidebar/Sidebar.vue +1 -0
- package/dist/runtime/components/ui/sidebar/SidebarContent.vue +1 -0
- package/dist/runtime/components/ui/sidebar/SidebarFooter.vue +1 -0
- package/dist/runtime/components/ui/sidebar/SidebarGroup.vue +1 -0
- package/dist/runtime/components/ui/sidebar/SidebarGroupAction.vue +1 -0
- package/dist/runtime/components/ui/sidebar/SidebarGroupContent.vue +1 -0
- package/dist/runtime/components/ui/sidebar/SidebarGroupLabel.vue +1 -0
- package/dist/runtime/components/ui/sidebar/SidebarHeader.vue +1 -0
- package/dist/runtime/components/ui/sidebar/SidebarInput.vue +1 -0
- package/dist/runtime/components/ui/sidebar/SidebarInset.vue +1 -0
- package/dist/runtime/components/ui/sidebar/SidebarMenu.vue +1 -0
- package/dist/runtime/components/ui/sidebar/SidebarMenuAction.vue +1 -0
- package/dist/runtime/components/ui/sidebar/SidebarMenuBadge.vue +1 -0
- package/dist/runtime/components/ui/sidebar/SidebarMenuButton.d.vue.ts +1 -1
- package/dist/runtime/components/ui/sidebar/SidebarMenuButton.vue.d.ts +1 -1
- package/dist/runtime/components/ui/sidebar/SidebarMenuButtonChild.d.vue.ts +1 -1
- package/dist/runtime/components/ui/sidebar/SidebarMenuButtonChild.vue +1 -0
- package/dist/runtime/components/ui/sidebar/SidebarMenuButtonChild.vue.d.ts +1 -1
- package/dist/runtime/components/ui/sidebar/SidebarMenuItem.vue +1 -0
- package/dist/runtime/components/ui/sidebar/SidebarMenuSkeleton.vue +1 -0
- package/dist/runtime/components/ui/sidebar/SidebarMenuSub.vue +1 -0
- package/dist/runtime/components/ui/sidebar/SidebarMenuSubButton.vue +1 -0
- package/dist/runtime/components/ui/sidebar/SidebarMenuSubItem.vue +1 -0
- package/dist/runtime/components/ui/sidebar/SidebarProvider.vue +1 -0
- package/dist/runtime/components/ui/sidebar/SidebarRail.vue +1 -0
- package/dist/runtime/components/ui/sidebar/SidebarSeparator.vue +1 -0
- package/dist/runtime/components/ui/sidebar/SidebarTrigger.vue +1 -0
- package/dist/runtime/components/ui/skeleton/Skeleton.vue +1 -0
- package/dist/runtime/components/ui/sonner/Sonner.d.vue.ts +4 -4
- package/dist/runtime/components/ui/sonner/Sonner.vue.d.ts +4 -4
- package/dist/runtime/components/ui/stepper/Stepper.vue +1 -0
- package/dist/runtime/components/ui/stepper/StepperDescription.vue +1 -0
- package/dist/runtime/components/ui/stepper/StepperIndicator.vue +1 -0
- package/dist/runtime/components/ui/stepper/StepperItem.d.vue.ts +1 -1
- package/dist/runtime/components/ui/stepper/StepperItem.vue +1 -0
- package/dist/runtime/components/ui/stepper/StepperItem.vue.d.ts +1 -1
- package/dist/runtime/components/ui/stepper/StepperSeparator.vue +1 -0
- package/dist/runtime/components/ui/stepper/StepperTitle.vue +1 -0
- package/dist/runtime/components/ui/stepper/StepperTrigger.vue +1 -0
- package/dist/runtime/components/ui/switch/Switch.d.vue.ts +1 -1
- package/dist/runtime/components/ui/switch/Switch.vue +1 -0
- package/dist/runtime/components/ui/switch/Switch.vue.d.ts +1 -1
- package/dist/runtime/components/ui/switch/index.d.ts +1 -1
- package/dist/runtime/components/ui/table/Table.vue +1 -0
- package/dist/runtime/components/ui/table/TableBody.vue +1 -0
- package/dist/runtime/components/ui/table/TableCaption.vue +1 -0
- package/dist/runtime/components/ui/table/TableCell.vue +1 -0
- package/dist/runtime/components/ui/table/TableEmpty.vue +1 -0
- package/dist/runtime/components/ui/table/TableFooter.vue +1 -0
- package/dist/runtime/components/ui/table/TableHead.vue +1 -0
- package/dist/runtime/components/ui/table/TableHeader.vue +1 -0
- package/dist/runtime/components/ui/table/TableRow.vue +1 -0
- package/dist/runtime/components/ui/tabs/Tabs.vue +1 -0
- package/dist/runtime/components/ui/tabs/TabsContent.d.vue.ts +2 -2
- package/dist/runtime/components/ui/tabs/TabsContent.vue +1 -0
- package/dist/runtime/components/ui/tabs/TabsContent.vue.d.ts +2 -2
- package/dist/runtime/components/ui/tabs/TabsList.vue +1 -0
- package/dist/runtime/components/ui/tabs/TabsTrigger.d.vue.ts +2 -2
- package/dist/runtime/components/ui/tabs/TabsTrigger.vue +1 -0
- package/dist/runtime/components/ui/tabs/TabsTrigger.vue.d.ts +2 -2
- package/dist/runtime/components/ui/tags-input/TagsInput.d.vue.ts +2 -2
- package/dist/runtime/components/ui/tags-input/TagsInput.vue +1 -0
- package/dist/runtime/components/ui/tags-input/TagsInput.vue.d.ts +2 -2
- package/dist/runtime/components/ui/tags-input/TagsInputInput.vue +1 -0
- package/dist/runtime/components/ui/tags-input/TagsInputItem.d.vue.ts +2 -2
- package/dist/runtime/components/ui/tags-input/TagsInputItem.vue +1 -0
- package/dist/runtime/components/ui/tags-input/TagsInputItem.vue.d.ts +2 -2
- package/dist/runtime/components/ui/tags-input/TagsInputItemDelete.vue +1 -0
- package/dist/runtime/components/ui/tags-input/TagsInputItemText.vue +1 -0
- package/dist/runtime/components/ui/textarea/Textarea.d.vue.ts +4 -4
- package/dist/runtime/components/ui/textarea/Textarea.vue +1 -0
- package/dist/runtime/components/ui/textarea/Textarea.vue.d.ts +4 -4
- package/dist/runtime/components/ui/toggle/Toggle.d.vue.ts +1 -1
- package/dist/runtime/components/ui/toggle/Toggle.vue +1 -0
- package/dist/runtime/components/ui/toggle/Toggle.vue.d.ts +1 -1
- package/dist/runtime/components/ui/toggle-group/ToggleGroup.d.vue.ts +1 -1
- package/dist/runtime/components/ui/toggle-group/ToggleGroup.vue +1 -0
- package/dist/runtime/components/ui/toggle-group/ToggleGroup.vue.d.ts +1 -1
- package/dist/runtime/components/ui/toggle-group/ToggleGroupItem.vue +1 -0
- package/dist/runtime/components/ui/tooltip/TooltipContent.d.vue.ts +2 -2
- package/dist/runtime/components/ui/tooltip/TooltipContent.vue +1 -0
- package/dist/runtime/components/ui/tooltip/TooltipContent.vue.d.ts +2 -2
- package/dist/runtime/composables/useAPI.js +0 -1
- package/dist/runtime/core/timeline/Timeline.js +1 -0
- package/dist/runtime/layouts/development.vue +1 -0
- package/dist/runtime/layouts/presentation.vue +1 -0
- package/dist/runtime/pages/[...slug].vue +2 -0
- package/dist/runtime/pages/dev/[...slug].vue +2 -0
- package/dist/runtime/pages/info.vue +1 -0
- package/dist/runtime/pages/presentation/[...slug].vue +2 -0
- package/package.json +4 -4
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
<script setup>
|
|
2
|
+
import { ChevronLeft, ChevronRight, SquareMinus } from "lucide-vue-next";
|
|
3
|
+
import useViewAPI from "../../../composables/useViewAPI";
|
|
2
4
|
const api = useViewAPI();
|
|
3
5
|
</script>
|
|
4
6
|
|
|
@@ -16,7 +18,7 @@ const api = useViewAPI();
|
|
|
16
18
|
:disabled="!api.store.dev.viewProvidesStepper || !api.hasPrevStep()"
|
|
17
19
|
@click="api.goPrevStep()"
|
|
18
20
|
>
|
|
19
|
-
<
|
|
21
|
+
<ChevronLeft />
|
|
20
22
|
</ButtonGroupItem>
|
|
21
23
|
</TooltipTrigger>
|
|
22
24
|
<TooltipContent side="bottom">
|
|
@@ -32,7 +34,7 @@ const api = useViewAPI();
|
|
|
32
34
|
v-if="api.pathString"
|
|
33
35
|
class="counter"
|
|
34
36
|
>{{ api.pathString }}</span>
|
|
35
|
-
<
|
|
37
|
+
<SquareMinus v-else />
|
|
36
38
|
</ButtonGroupItem>
|
|
37
39
|
</TooltipTrigger>
|
|
38
40
|
<TooltipContent side="bottom">
|
|
@@ -47,7 +49,7 @@ const api = useViewAPI();
|
|
|
47
49
|
:disabled="!api.store.dev.viewProvidesStepper || !api.hasNextStep()"
|
|
48
50
|
@click="api.goNextStep()"
|
|
49
51
|
>
|
|
50
|
-
<
|
|
52
|
+
<ChevronRight />
|
|
51
53
|
</ButtonGroupItem>
|
|
52
54
|
</TooltipTrigger>
|
|
53
55
|
<TooltipContent side="bottom">
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
<script setup>
|
|
2
|
+
import { ArrowDown, ChevronsLeft, ChevronsRight, Diamond, Pin, PinOff, Presentation, WandSparkles } from "lucide-vue-next";
|
|
2
3
|
import { computed } from "vue";
|
|
3
4
|
import RouteJumper from "./RouteJumper.vue";
|
|
5
|
+
import useAPI from "../../../composables/useAPI";
|
|
4
6
|
const api = useAPI();
|
|
5
7
|
const route = useRoute();
|
|
6
8
|
const isDevMode = computed(() => route.path.startsWith("/dev/") || route.path === "/dev");
|
|
@@ -41,7 +43,7 @@ const togglePin = () => {
|
|
|
41
43
|
:disabled="!api.hasAutofill()"
|
|
42
44
|
@click="api.autofill()"
|
|
43
45
|
>
|
|
44
|
-
<
|
|
46
|
+
<WandSparkles />
|
|
45
47
|
</ButtonGroupItem>
|
|
46
48
|
</TooltipTrigger>
|
|
47
49
|
<TooltipContent side="bottom">
|
|
@@ -57,7 +59,7 @@ const togglePin = () => {
|
|
|
57
59
|
:disabled="api.store.dev.pinnedRoute !== null"
|
|
58
60
|
@click="api.goToView(api.route?.meta?.prev)"
|
|
59
61
|
>
|
|
60
|
-
<
|
|
62
|
+
<ChevronsLeft />
|
|
61
63
|
</ButtonGroupItem>
|
|
62
64
|
</TooltipTrigger>
|
|
63
65
|
<TooltipContent side="bottom">
|
|
@@ -67,7 +69,7 @@ const togglePin = () => {
|
|
|
67
69
|
</template>
|
|
68
70
|
<template v-else>
|
|
69
71
|
<ButtonGroupItem disabled>
|
|
70
|
-
<
|
|
72
|
+
<ChevronsLeft />
|
|
71
73
|
</ButtonGroupItem>
|
|
72
74
|
</template>
|
|
73
75
|
|
|
@@ -79,7 +81,7 @@ const togglePin = () => {
|
|
|
79
81
|
:disabled="api.store.dev.pinnedRoute !== null"
|
|
80
82
|
@click="api.goNextView()"
|
|
81
83
|
>
|
|
82
|
-
<
|
|
84
|
+
<ChevronsRight />
|
|
83
85
|
</ButtonGroupItem>
|
|
84
86
|
</TooltipTrigger>
|
|
85
87
|
<TooltipContent side="bottom">
|
|
@@ -89,7 +91,7 @@ const togglePin = () => {
|
|
|
89
91
|
</template>
|
|
90
92
|
<template v-else>
|
|
91
93
|
<ButtonGroupItem disabled>
|
|
92
|
-
<
|
|
94
|
+
<ChevronsRight />
|
|
93
95
|
</ButtonGroupItem>
|
|
94
96
|
</template>
|
|
95
97
|
|
|
@@ -101,8 +103,8 @@ const togglePin = () => {
|
|
|
101
103
|
:class="{ pinned: api.store.dev.pinnedRoute !== null }"
|
|
102
104
|
@click="togglePin()"
|
|
103
105
|
>
|
|
104
|
-
<
|
|
105
|
-
<
|
|
106
|
+
<PinOff v-if="api.store.dev.pinnedRoute !== null" />
|
|
107
|
+
<Pin v-else />
|
|
106
108
|
</ButtonGroupItem>
|
|
107
109
|
</TooltipTrigger>
|
|
108
110
|
<TooltipContent side="bottom">
|
|
@@ -120,15 +122,15 @@ const togglePin = () => {
|
|
|
120
122
|
<ButtonGroupItem :class="buttonstyle">
|
|
121
123
|
<div class="font-mono text-[0.65rem] font-medium min-w-[100px]">
|
|
122
124
|
<!-- Route type icons -->
|
|
123
|
-
<
|
|
125
|
+
<ArrowDown
|
|
124
126
|
v-if="currentTimelineMeta.sequential"
|
|
125
127
|
class="inline size-3 mr-1"
|
|
126
128
|
/>
|
|
127
|
-
<
|
|
129
|
+
<Presentation
|
|
128
130
|
v-else-if="api.currentRouteName() === 'presentation_home'"
|
|
129
131
|
class="inline size-3 mr-1"
|
|
130
132
|
/>
|
|
131
|
-
<
|
|
133
|
+
<Diamond
|
|
132
134
|
v-else
|
|
133
135
|
class="inline size-3 mr-1"
|
|
134
136
|
/>
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
<script setup>
|
|
2
|
+
import { Moon, Sun, SunMoon } from "lucide-vue-next";
|
|
2
3
|
const {
|
|
3
4
|
state: _globalColorMode,
|
|
4
5
|
mode: globalColorModeRaw,
|
|
@@ -19,11 +20,11 @@ const {
|
|
|
19
20
|
@click="toggleColorMode"
|
|
20
21
|
>
|
|
21
22
|
<!-- Light mode icon -->
|
|
22
|
-
<
|
|
23
|
+
<Moon v-if="globalColorModeRaw === 'light'" />
|
|
23
24
|
<!-- Dark mode icon -->
|
|
24
|
-
<
|
|
25
|
+
<SunMoon v-else-if="globalColorModeRaw === 'dark'" />
|
|
25
26
|
<!-- System mode icon -->
|
|
26
|
-
<
|
|
27
|
+
<Sun v-else />
|
|
27
28
|
</Button>
|
|
28
29
|
</TooltipTrigger>
|
|
29
30
|
<!-- Tooltip content with dynamic text -->
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
<script setup>
|
|
2
|
+
import { LogOut } from "lucide-vue-next";
|
|
2
3
|
import { ref, onMounted } from "vue";
|
|
3
4
|
const isLoggedIn = ref(false);
|
|
4
5
|
onMounted(async () => {
|
|
@@ -27,7 +28,7 @@ async function logout() {
|
|
|
27
28
|
variant="outline"
|
|
28
29
|
@click="logout"
|
|
29
30
|
>
|
|
30
|
-
<
|
|
31
|
+
<LogOut />
|
|
31
32
|
</Button>
|
|
32
33
|
</TooltipTrigger>
|
|
33
34
|
<TooltipContent>
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
<script setup>
|
|
2
|
+
import { Home } from "lucide-vue-next";
|
|
2
3
|
const _props = defineProps(["icon"]);
|
|
3
4
|
function goHome() {
|
|
4
5
|
navigateTo("/presentation/");
|
|
@@ -14,7 +15,7 @@ function goHome() {
|
|
|
14
15
|
variant="outline"
|
|
15
16
|
@click="goHome"
|
|
16
17
|
>
|
|
17
|
-
<
|
|
18
|
+
<Home />
|
|
18
19
|
</Button>
|
|
19
20
|
</TooltipTrigger>
|
|
20
21
|
<TooltipContent>
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
<script setup>
|
|
2
|
+
import { Presentation } from "lucide-vue-next";
|
|
2
3
|
import RouteInfoButton from "../navbar/ViewInfoButtonGroup.vue";
|
|
3
4
|
import ResetButton from "./PresentationModeResetButton.vue";
|
|
4
5
|
import QRCodeButton from "./QRCodeButton.vue";
|
|
@@ -15,13 +16,13 @@ import LogoutButton from "./LogoutButton.vue";
|
|
|
15
16
|
<!-- Desktop presentation mode label -->
|
|
16
17
|
<div class="hidden sm:block">
|
|
17
18
|
<div class="flex items-center text-xs font-normal">
|
|
18
|
-
<
|
|
19
|
+
<Presentation class="size-4 mr-1" /><b>PRESENTATION MODE</b>
|
|
19
20
|
</div>
|
|
20
21
|
</div>
|
|
21
22
|
<!-- Mobile presentation mode label -->
|
|
22
23
|
<div class="block sm:hidden">
|
|
23
24
|
<div class="flex items-center text-xs font-semibold">
|
|
24
|
-
<
|
|
25
|
+
<Presentation class="size-4 mr-1" /><b>PRES</b>
|
|
25
26
|
</div>
|
|
26
27
|
</div>
|
|
27
28
|
</div>
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
<script setup>
|
|
2
|
+
import { Download, QrCode } from "lucide-vue-next";
|
|
2
3
|
import { computed } from "vue";
|
|
4
|
+
import useAPI from "../../../composables/useAPI";
|
|
3
5
|
const api = useAPI();
|
|
4
6
|
const qrUrl = computed(() => {
|
|
5
7
|
const deployUrl = api.config.deployURL || (import.meta.client ? window.location.origin : "");
|
|
@@ -16,7 +18,7 @@ const qrUrl = computed(() => {
|
|
|
16
18
|
size="menu"
|
|
17
19
|
variant="outline"
|
|
18
20
|
>
|
|
19
|
-
<
|
|
21
|
+
<QrCode />
|
|
20
22
|
</Button>
|
|
21
23
|
</DropdownMenuTrigger>
|
|
22
24
|
<!-- Dropdown content -->
|
|
@@ -55,7 +57,7 @@ const qrUrl = computed(() => {
|
|
|
55
57
|
download="qr.svg"
|
|
56
58
|
class="flex items-center gap-2"
|
|
57
59
|
>
|
|
58
|
-
<
|
|
60
|
+
<Download class="size-3" />
|
|
59
61
|
<span>Download QR</span>
|
|
60
62
|
</a>
|
|
61
63
|
</Button>
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
<script setup>
|
|
2
|
+
import { CloudUpload, Database, UserMinus } from "lucide-vue-next";
|
|
2
3
|
const api = useAPI();
|
|
3
4
|
</script>
|
|
4
5
|
|
|
@@ -20,7 +21,7 @@ const api = useAPI();
|
|
|
20
21
|
class="z-10 rounded-full shrink-0 p-3"
|
|
21
22
|
:class="[api.store.cookieState.knownUser ? 'bg-green-200' : 'bg-muted']"
|
|
22
23
|
>
|
|
23
|
-
<
|
|
24
|
+
<UserMinus
|
|
24
25
|
:class="[api.store.cookieState.knownUser ? 'text-green-500' : 'text-gray-500']"
|
|
25
26
|
/>
|
|
26
27
|
</div>
|
|
@@ -58,7 +59,7 @@ const api = useAPI();
|
|
|
58
59
|
:class="[api.store.browserEphemeral.dataLoaded ? 'bg-green-200' : 'bg-muted']"
|
|
59
60
|
@click="api.connectDB()"
|
|
60
61
|
>
|
|
61
|
-
<
|
|
62
|
+
<Database :class="[api.store.browserEphemeral.dataLoaded ? 'text-green-500' : 'text-gray-500']" />
|
|
62
63
|
</div>
|
|
63
64
|
</StepperTrigger>
|
|
64
65
|
|
|
@@ -88,7 +89,7 @@ const api = useAPI();
|
|
|
88
89
|
: 'bg-muted',
|
|
89
90
|
]"
|
|
90
91
|
>
|
|
91
|
-
<
|
|
92
|
+
<CloudUpload
|
|
92
93
|
:class="[
|
|
93
94
|
api.store.browserEphemeral.dataLoaded && !api.store.browserEphemeral.unsavedChanges
|
|
94
95
|
? 'text-green-500'
|
|
@@ -5,6 +5,7 @@ import DatabaseStatusInfoPanel from "./DatabaseStatusInfoPanel.vue";
|
|
|
5
5
|
import RandomizationSidebarPanel from "./RandomizationSidebarPanel.vue";
|
|
6
6
|
import StudyInfoPanel from "./StudyInfoPanel.vue";
|
|
7
7
|
import AppProgressPanel from "./AppProgressPanel.vue";
|
|
8
|
+
import useAPI from "../../../composables/useAPI";
|
|
8
9
|
const api = useAPI();
|
|
9
10
|
</script>
|
|
10
11
|
|
|
@@ -11,12 +11,12 @@ export type Props = {
|
|
|
11
11
|
};
|
|
12
12
|
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
13
13
|
data: {
|
|
14
|
-
type: (
|
|
14
|
+
type: (NumberConstructor | StringConstructor | ObjectConstructor | ArrayConstructor | BooleanConstructor | null)[];
|
|
15
15
|
required: true;
|
|
16
16
|
};
|
|
17
17
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
18
18
|
data: {
|
|
19
|
-
type: (
|
|
19
|
+
type: (NumberConstructor | StringConstructor | ObjectConstructor | ArrayConstructor | BooleanConstructor | null)[];
|
|
20
20
|
required: true;
|
|
21
21
|
};
|
|
22
22
|
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -11,12 +11,12 @@ export type Props = {
|
|
|
11
11
|
};
|
|
12
12
|
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
13
13
|
data: {
|
|
14
|
-
type: (
|
|
14
|
+
type: (NumberConstructor | StringConstructor | ObjectConstructor | ArrayConstructor | BooleanConstructor | null)[];
|
|
15
15
|
required: true;
|
|
16
16
|
};
|
|
17
17
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
18
18
|
data: {
|
|
19
|
-
type: (
|
|
19
|
+
type: (NumberConstructor | StringConstructor | ObjectConstructor | ArrayConstructor | BooleanConstructor | null)[];
|
|
20
20
|
required: true;
|
|
21
21
|
};
|
|
22
22
|
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
<script setup>
|
|
2
|
+
import { ChevronLeft, ChevronRight, Home, Trash2 } from "lucide-vue-next";
|
|
2
3
|
import { ref, computed, watch } from "vue";
|
|
3
4
|
import StepNode from "./StepNode.vue";
|
|
4
5
|
import StepDataViewer from "./StepDataViewer.vue";
|
|
6
|
+
import useViewAPI from "../../../composables/useViewAPI";
|
|
5
7
|
const api = useViewAPI();
|
|
6
8
|
const stateMachine = computed(() => api.steps.visualize());
|
|
7
9
|
const _pathToString = (pathArray) => {
|
|
@@ -135,7 +137,7 @@ watch(
|
|
|
135
137
|
:disabled="!api.hasSteps()"
|
|
136
138
|
@click="api.goPrevStep()"
|
|
137
139
|
>
|
|
138
|
-
<
|
|
140
|
+
<ChevronLeft />
|
|
139
141
|
</ButtonGroupItem>
|
|
140
142
|
</TooltipTrigger>
|
|
141
143
|
<TooltipContent side="bottom">
|
|
@@ -149,7 +151,7 @@ watch(
|
|
|
149
151
|
:disabled="!api.hasSteps()"
|
|
150
152
|
@click="api.goNextStep()"
|
|
151
153
|
>
|
|
152
|
-
<
|
|
154
|
+
<ChevronRight />
|
|
153
155
|
</ButtonGroupItem>
|
|
154
156
|
</TooltipTrigger>
|
|
155
157
|
<TooltipContent side="bottom">
|
|
@@ -163,7 +165,7 @@ watch(
|
|
|
163
165
|
:disabled="!api.hasSteps()"
|
|
164
166
|
@click="api.goFirstStep()"
|
|
165
167
|
>
|
|
166
|
-
<
|
|
168
|
+
<Home />
|
|
167
169
|
</ButtonGroupItem>
|
|
168
170
|
</TooltipTrigger>
|
|
169
171
|
<TooltipContent side="bottom">
|
|
@@ -177,7 +179,7 @@ watch(
|
|
|
177
179
|
:disabled="!api.hasSteps()"
|
|
178
180
|
@click="api.clear()"
|
|
179
181
|
>
|
|
180
|
-
<
|
|
182
|
+
<Trash2 />
|
|
181
183
|
</ButtonGroupItem>
|
|
182
184
|
</TooltipTrigger>
|
|
183
185
|
<TooltipContent side="bottom">
|
|
@@ -263,7 +265,7 @@ watch(
|
|
|
263
265
|
data-tooltip="Delete Global Variables"
|
|
264
266
|
@click="api.clearPersist()"
|
|
265
267
|
>
|
|
266
|
-
<
|
|
268
|
+
<Trash2 />
|
|
267
269
|
</Button>
|
|
268
270
|
</div>
|
|
269
271
|
<div class="global-data-display">
|
|
@@ -295,7 +297,7 @@ watch(
|
|
|
295
297
|
class="button is-small nav-button-small has-tooltip-arrow has-tooltip-bottom"
|
|
296
298
|
data-tooltip="Delete Nodes"
|
|
297
299
|
>
|
|
298
|
-
<span><
|
|
300
|
+
<span><Trash2 /></span>
|
|
299
301
|
</button>
|
|
300
302
|
-->
|
|
301
303
|
<StepDataViewer
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
<script setup>
|
|
2
|
+
import { Flag, Leaf } from "lucide-vue-next";
|
|
2
3
|
const props = defineProps({
|
|
3
4
|
state: Object,
|
|
4
5
|
index: Number,
|
|
@@ -57,11 +58,11 @@ const getChildVerticalLines = (verticalLines, index, total) => {
|
|
|
57
58
|
<span
|
|
58
59
|
class="node-path"
|
|
59
60
|
:class="{ 'leaf-state': !state.isLeaf }"
|
|
60
|
-
>{{ state.path }} <
|
|
61
|
+
>{{ state.path }} <Flag
|
|
61
62
|
v-if="state.isFirstLeaf"
|
|
62
63
|
class="home-icon inline"
|
|
63
64
|
/>
|
|
64
|
-
<
|
|
65
|
+
<Leaf
|
|
65
66
|
v-else-if="state.isLeaf"
|
|
66
67
|
class="text-green-400 dark:text-green-500 inline"
|
|
67
68
|
/>
|
|
@@ -3,6 +3,7 @@ import { CalendarRoot, useDateFormatter } from "reka-ui";
|
|
|
3
3
|
import { createDecade, createYear, toDate } from "reka-ui/date";
|
|
4
4
|
import { getLocalTimeZone, today, CalendarDate } from "@internationalized/date";
|
|
5
5
|
import { computed, ref, watch } from "vue";
|
|
6
|
+
import { cn } from "../../lib/utils";
|
|
6
7
|
const props = defineProps({
|
|
7
8
|
defaultValue: { type: null, required: false },
|
|
8
9
|
defaultPlaceholder: { type: null, required: false },
|
|
@@ -45,10 +45,10 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
45
45
|
description: string;
|
|
46
46
|
};
|
|
47
47
|
}>> & Readonly<{}>, {
|
|
48
|
-
class: string;
|
|
49
48
|
width: number;
|
|
50
49
|
height: number;
|
|
51
50
|
responsiveUI: boolean;
|
|
51
|
+
class: string;
|
|
52
52
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
53
53
|
type __VLS_Slots = {
|
|
54
54
|
default?: ((props: {}) => any) | undefined;
|
|
@@ -45,10 +45,10 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
45
45
|
description: string;
|
|
46
46
|
};
|
|
47
47
|
}>> & Readonly<{}>, {
|
|
48
|
-
class: string;
|
|
49
48
|
width: number;
|
|
50
49
|
height: number;
|
|
51
50
|
responsiveUI: boolean;
|
|
51
|
+
class: string;
|
|
52
52
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
53
53
|
type __VLS_Slots = {
|
|
54
54
|
default?: ((props: {}) => any) | undefined;
|
|
@@ -55,11 +55,11 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
55
55
|
description: string;
|
|
56
56
|
};
|
|
57
57
|
}>> & Readonly<{}>, {
|
|
58
|
-
class: string;
|
|
59
58
|
width: number;
|
|
60
|
-
variant: string;
|
|
61
59
|
height: number;
|
|
62
60
|
responsiveUI: boolean;
|
|
61
|
+
class: string;
|
|
62
|
+
variant: string;
|
|
63
63
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
64
64
|
type __VLS_Slots = {
|
|
65
65
|
default?: ((props: {}) => any) | undefined;
|
|
@@ -55,11 +55,11 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
55
55
|
description: string;
|
|
56
56
|
};
|
|
57
57
|
}>> & Readonly<{}>, {
|
|
58
|
-
class: string;
|
|
59
58
|
width: number;
|
|
60
|
-
variant: string;
|
|
61
59
|
height: number;
|
|
62
60
|
responsiveUI: boolean;
|
|
61
|
+
class: string;
|
|
62
|
+
variant: string;
|
|
63
63
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
64
64
|
type __VLS_Slots = {
|
|
65
65
|
default?: ((props: {}) => any) | undefined;
|
|
@@ -47,8 +47,8 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
47
47
|
description: string;
|
|
48
48
|
};
|
|
49
49
|
}>> & Readonly<{}>, {
|
|
50
|
-
class: string;
|
|
51
50
|
responsiveUI: boolean;
|
|
51
|
+
class: string;
|
|
52
52
|
leftFirst: boolean;
|
|
53
53
|
leftWidth: string;
|
|
54
54
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -47,8 +47,8 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
47
47
|
description: string;
|
|
48
48
|
};
|
|
49
49
|
}>> & Readonly<{}>, {
|
|
50
|
-
class: string;
|
|
51
50
|
responsiveUI: boolean;
|
|
51
|
+
class: string;
|
|
52
52
|
leftFirst: boolean;
|
|
53
53
|
leftWidth: string;
|
|
54
54
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -47,8 +47,8 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
47
47
|
description: string;
|
|
48
48
|
};
|
|
49
49
|
}>> & Readonly<{}>, {
|
|
50
|
-
class: string;
|
|
51
50
|
responsiveUI: boolean;
|
|
51
|
+
class: string;
|
|
52
52
|
leftFirst: boolean;
|
|
53
53
|
leftWidth: string;
|
|
54
54
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -47,8 +47,8 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
47
47
|
description: string;
|
|
48
48
|
};
|
|
49
49
|
}>> & Readonly<{}>, {
|
|
50
|
-
class: string;
|
|
51
50
|
responsiveUI: boolean;
|
|
51
|
+
class: string;
|
|
52
52
|
leftFirst: boolean;
|
|
53
53
|
leftWidth: string;
|
|
54
54
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export { default as Button } from "./Button.vue.js";
|
|
2
2
|
export const buttonVariants: (props?: ({
|
|
3
|
-
variant?: "
|
|
3
|
+
variant?: "success" | "default" | "link" | "outline" | "ghost" | "secondary" | "warning-light" | "info" | "danger-light" | "destructive" | "primary" | "primary-light" | "button-link" | "button-link-light" | "info-light" | "success-light" | "warning" | "danger" | null | undefined;
|
|
4
4
|
size?: "default" | "menu" | "xs" | "sm" | "icon" | "lg" | "xl" | null | undefined;
|
|
5
5
|
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
@@ -75,10 +75,10 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
75
75
|
required: false;
|
|
76
76
|
};
|
|
77
77
|
}>> & Readonly<{}>, {
|
|
78
|
+
orientation: string;
|
|
78
79
|
disabled: boolean;
|
|
79
80
|
asChild: boolean;
|
|
80
81
|
as: any;
|
|
81
|
-
orientation: string;
|
|
82
82
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
83
83
|
type __VLS_Slots = {
|
|
84
84
|
default?: ((props: {}) => any) | undefined;
|
|
@@ -75,10 +75,10 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
75
75
|
required: false;
|
|
76
76
|
};
|
|
77
77
|
}>> & Readonly<{}>, {
|
|
78
|
+
orientation: string;
|
|
78
79
|
disabled: boolean;
|
|
79
80
|
asChild: boolean;
|
|
80
81
|
as: any;
|
|
81
|
-
orientation: string;
|
|
82
82
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
83
83
|
type __VLS_Slots = {
|
|
84
84
|
default?: ((props: {}) => any) | undefined;
|