@nyuccl/smile 0.2.0-beta.11 → 0.2.0-beta.12
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 +0 -5
- package/dist/runtime/components/builtins/DebriefView.vue +1 -0
- package/dist/runtime/components/builtins/DemographicSurveyView.vue +3 -0
- package/dist/runtime/components/builtins/DeviceSurveyView.vue +3 -0
- package/dist/runtime/components/builtins/ExpView.vue +1 -0
- package/dist/runtime/components/builtins/FavoriteColor.vue +1 -0
- package/dist/runtime/components/builtins/FavoriteNumber.vue +1 -0
- package/dist/runtime/components/builtins/InformedConsentModal.vue +1 -0
- package/dist/runtime/components/builtins/InstructionsQuiz.vue +4 -0
- package/dist/runtime/components/builtins/InstructionsView.vue +2 -0
- package/dist/runtime/components/builtins/StatusBar.vue +3 -0
- package/dist/runtime/components/builtins/StudyPreviewText.vue +1 -0
- package/dist/runtime/components/builtins/TaskFeedbackSurveyView.vue +1 -0
- package/dist/runtime/components/builtins/ThanksView.vue +3 -0
- package/dist/runtime/components/builtins/WindowSizerView.vue +2 -0
- package/dist/runtime/components/builtins/WithdrawModal.vue +2 -0
- package/dist/runtime/components/builtins/WithdrawView.vue +2 -0
- package/dist/runtime/components/dev/RecruitmentChooserView.vue +2 -0
- package/dist/runtime/components/dev/ResponsiveDeviceContainer.vue +5 -0
- package/dist/runtime/components/dev/console/ConfigList.vue +2 -0
- package/dist/runtime/components/dev/console/ConsoleConfigPanel.vue +1 -0
- package/dist/runtime/components/dev/console/ConsoleDatabaseBrowsePanel.vue +1 -0
- package/dist/runtime/components/dev/console/ConsoleLogPanel.vue +6 -0
- package/dist/runtime/components/dev/console/DatabaseList.vue +2 -0
- package/dist/runtime/components/dev/console/SmileDevConsole.vue +4 -0
- package/dist/runtime/components/dev/menu/DevConfigPanel.vue +1 -0
- package/dist/runtime/components/dev/menu/SmileDevAppMenu.vue +7 -0
- package/dist/runtime/components/dev/navbar/ColorModeButton.vue +3 -0
- package/dist/runtime/components/dev/navbar/DatabaseButtonGroup.vue +2 -0
- package/dist/runtime/components/dev/navbar/FullScreenButton.vue +2 -0
- package/dist/runtime/components/dev/navbar/ReloadButton.vue +1 -0
- package/dist/runtime/components/dev/navbar/ResetButton.vue +1 -0
- package/dist/runtime/components/dev/navbar/RouteJumper.vue +4 -0
- package/dist/runtime/components/dev/navbar/SmileDevNavBar.vue +1 -0
- package/dist/runtime/components/dev/navbar/StepInfoButtonGroup.vue +3 -0
- package/dist/runtime/components/dev/navbar/ViewInfoButtonGroup.vue +8 -0
- package/dist/runtime/components/dev/presentation/DarkModeButton.vue +3 -0
- package/dist/runtime/components/dev/presentation/LogoutButton.vue +1 -0
- package/dist/runtime/components/dev/presentation/PresentationModeResetButton.vue +1 -0
- package/dist/runtime/components/dev/presentation/PresentationNavBar.vue +2 -0
- package/dist/runtime/components/dev/presentation/QRCodeButton.vue +2 -0
- package/dist/runtime/components/dev/sidebar/AppProgressPanel.vue +3 -0
- package/dist/runtime/components/dev/sidebar/StepExplorerPanel.vue +5 -0
- package/dist/runtime/components/dev/sidebar/StepNode.vue +2 -0
- package/dist/runtime/components/ui/badge/index.d.ts +1 -1
- package/dist/runtime/components/ui/button/index.d.ts +2 -2
- package/dist/runtime/components/ui/checkbox/Checkbox.d.vue.ts +2 -2
- package/dist/runtime/components/ui/checkbox/Checkbox.vue.d.ts +2 -2
- package/dist/runtime/components/ui/checkbox/index.d.ts +1 -1
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuItem.d.vue.ts +1 -1
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuItem.vue.d.ts +1 -1
- package/dist/runtime/components/ui/multiselect/MultiSelect.d.vue.ts +1 -1
- package/dist/runtime/components/ui/multiselect/MultiSelect.vue.d.ts +1 -1
- package/dist/runtime/components/ui/resizable/ResizablePanel.d.vue.ts +1 -1
- package/dist/runtime/components/ui/resizable/ResizablePanel.vue.d.ts +1 -1
- package/dist/runtime/components/ui/select/Select.d.vue.ts +1 -1
- package/dist/runtime/components/ui/select/Select.vue.d.ts +1 -1
- package/dist/runtime/components/ui/sheet/SheetContent.d.vue.ts +1 -1
- package/dist/runtime/components/ui/sheet/SheetContent.vue.d.ts +1 -1
- package/dist/runtime/components/ui/sidebar/Sidebar.d.vue.ts +1 -1
- package/dist/runtime/components/ui/sidebar/Sidebar.vue.d.ts +1 -1
- 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.d.ts +1 -1
- package/dist/runtime/components/ui/sidebar/index.d.ts +1 -1
- package/dist/runtime/components/ui/switch/Switch.d.vue.ts +2 -2
- package/dist/runtime/components/ui/switch/Switch.vue.d.ts +2 -2
- package/dist/runtime/components/ui/switch/index.d.ts +1 -1
- package/dist/runtime/components/ui/tags-input/TagsInput.d.vue.ts +1 -1
- package/dist/runtime/components/ui/tags-input/TagsInput.vue.d.ts +1 -1
- package/dist/runtime/components/ui/toggle/Toggle.d.vue.ts +2 -2
- package/dist/runtime/components/ui/toggle/Toggle.vue.d.ts +2 -2
- package/dist/runtime/components/ui/toggle/index.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.d.ts +1 -1
- package/package.json +1 -1
package/dist/module.json
CHANGED
package/dist/module.mjs
CHANGED
|
@@ -2,8 +2,6 @@ import { defineNuxtModule, createResolver, addServerScanDir, addServerImportsDir
|
|
|
2
2
|
import { fileURLToPath } from 'node:url';
|
|
3
3
|
import tailwindcss from '@tailwindcss/vite';
|
|
4
4
|
import Icons from 'unplugin-icons/vite';
|
|
5
|
-
import Components from 'unplugin-vue-components/vite';
|
|
6
|
-
import IconsResolver from 'unplugin-icons/resolver';
|
|
7
5
|
|
|
8
6
|
const module$1 = defineNuxtModule({
|
|
9
7
|
meta: {
|
|
@@ -33,9 +31,6 @@ const module$1 = defineNuxtModule({
|
|
|
33
31
|
_nuxt.options.alias["#smile-dev"] = resolver.resolve("./runtime/components/dev");
|
|
34
32
|
_nuxt.options.vite.plugins = _nuxt.options.vite.plugins || [];
|
|
35
33
|
_nuxt.options.vite.plugins.push(tailwindcss());
|
|
36
|
-
addVitePlugin(Components({
|
|
37
|
-
resolvers: [IconsResolver()]
|
|
38
|
-
}));
|
|
39
34
|
addVitePlugin(Icons({
|
|
40
35
|
compiler: "vue3"
|
|
41
36
|
}));
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
<script setup>
|
|
2
|
+
import IFa6SolidArrowLeft from "~icons/fa6-solid/arrow-left";
|
|
3
|
+
import IFa6SolidArrowRight from "~icons/fa6-solid/arrow-right";
|
|
4
|
+
import IFa6SolidPerson from "~icons/fa6-solid/person";
|
|
2
5
|
import { reactive, computed, ref } from "vue";
|
|
3
6
|
import { cn } from "../../lib/utils";
|
|
4
7
|
import { CalendarIcon } from "lucide-vue-next";
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
<script setup>
|
|
2
|
+
import IFa6SolidArrowLeft from "~icons/fa6-solid/arrow-left";
|
|
3
|
+
import IFa6SolidArrowRight from "~icons/fa6-solid/arrow-right";
|
|
4
|
+
import IFa6SolidDesktop from "~icons/fa6-solid/desktop";
|
|
2
5
|
import { reactive, computed } from "vue";
|
|
3
6
|
import useViewAPI from "../../composables/useViewAPI";
|
|
4
7
|
const api = useViewAPI();
|
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
<script setup>
|
|
2
|
+
import IBxError from "~icons/bx/error";
|
|
3
|
+
import IFa6SolidArrowLeft from "~icons/fa6-solid/arrow-left";
|
|
4
|
+
import IFa6SolidArrowRight from "~icons/fa6-solid/arrow-right";
|
|
5
|
+
import IFa6SolidSquareCheck from "~icons/fa6-solid/square-check";
|
|
2
6
|
import { computed } from "vue";
|
|
3
7
|
import useViewAPI from "../../composables/useViewAPI";
|
|
4
8
|
const api = useViewAPI();
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
<script setup>
|
|
2
|
+
import IFa6SolidArrowRight from "~icons/fa6-solid/arrow-right";
|
|
3
|
+
import IMaterialSymbolsIntegrationInstructions from "~icons/material-symbols/integration-instructions";
|
|
2
4
|
import { computed } from "vue";
|
|
3
5
|
import useViewAPI from "../../composables/useViewAPI";
|
|
4
6
|
const api = useViewAPI();
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
<script setup>
|
|
2
|
+
import IFa6SolidCircleXmark from "~icons/fa6-solid/circle-xmark";
|
|
3
|
+
import IFa6SolidHand from "~icons/fa6-solid/hand";
|
|
4
|
+
import IFa6SolidMagnifyingGlass from "~icons/fa6-solid/magnifying-glass";
|
|
2
5
|
import { ref } from "vue";
|
|
3
6
|
import useSmileStore from "../../stores/smilestore";
|
|
4
7
|
import useAPI from "../../composables/useAPI";
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
<script setup>
|
|
2
|
+
import IFa6SolidArrowRight from "~icons/fa6-solid/arrow-right";
|
|
3
|
+
import IFa6SolidClipboard from "~icons/fa6-solid/clipboard";
|
|
4
|
+
import IFa6SolidSquareCheck from "~icons/fa6-solid/square-check";
|
|
2
5
|
import Clipboard from "clipboard";
|
|
3
6
|
import { onMounted, ref } from "vue";
|
|
4
7
|
import useAPI from "../../composables/useAPI";
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
<script setup>
|
|
2
|
+
import IFa6SolidArrowRight from "~icons/fa6-solid/arrow-right";
|
|
3
|
+
import IFa6SolidArrowsUpDownLeftRight from "~icons/fa6-solid/arrows-up-down-left-right";
|
|
2
4
|
import useViewAPI from "../../composables/useViewAPI";
|
|
3
5
|
const api = useViewAPI();
|
|
4
6
|
const props = defineProps(["triggered"]);
|
|
@@ -1,4 +1,9 @@
|
|
|
1
1
|
<script setup>
|
|
2
|
+
import ICarbonRotateCounterclockwiseFilled from "~icons/carbon/rotate-counterclockwise-filled";
|
|
3
|
+
import IIcOutlineFullscreen from "~icons/ic/outline-fullscreen";
|
|
4
|
+
import ILucideMoon from "~icons/lucide/moon";
|
|
5
|
+
import ILucideSun from "~icons/lucide/sun";
|
|
6
|
+
import ILucideSunMoon from "~icons/lucide/sun-moon";
|
|
2
7
|
import { ref, computed } from "vue";
|
|
3
8
|
import ResponsiveDeviceSelect from "./menu/ResponsiveDeviceSelect.vue";
|
|
4
9
|
import { useElementSize } from "@vueuse/core";
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
<script setup>
|
|
2
|
+
import IFa6SolidAngleRight from "~icons/fa6-solid/angle-right";
|
|
3
|
+
import IFa6SolidHouse from "~icons/fa6-solid/house";
|
|
2
4
|
import { computed } from "vue";
|
|
3
5
|
import useAPI from "../../../composables/useAPI";
|
|
4
6
|
const props = defineProps(["data", "selected"]);
|
|
@@ -1,4 +1,10 @@
|
|
|
1
1
|
<script setup>
|
|
2
|
+
import IFa6RegularClock from "~icons/fa6-regular/clock";
|
|
3
|
+
import IFa6SolidAngleRight from "~icons/fa6-solid/angle-right";
|
|
4
|
+
import IFa6SolidClock from "~icons/fa6-solid/clock";
|
|
5
|
+
import IFa6SolidCodeBranch from "~icons/fa6-solid/code-branch";
|
|
6
|
+
import IFa6SolidDatabase from "~icons/fa6-solid/database";
|
|
7
|
+
import IFa6SolidGear from "~icons/fa6-solid/gear";
|
|
2
8
|
import { computed } from "vue";
|
|
3
9
|
import useLog from "../../../stores/log";
|
|
4
10
|
import useAPI from "../../../composables/useAPI";
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
<script setup>
|
|
2
|
+
import IFa6SolidAngleRight from "~icons/fa6-solid/angle-right";
|
|
3
|
+
import IFa6SolidHouse from "~icons/fa6-solid/house";
|
|
2
4
|
import { computed } from "vue";
|
|
3
5
|
import useAPI from "../../../composables/useAPI";
|
|
4
6
|
const props = defineProps(["data", "selected"]);
|
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
<script setup>
|
|
2
|
+
import IFa6SolidGear from "~icons/fa6-solid/gear";
|
|
3
|
+
import IMdiConsoleLine from "~icons/mdi/console-line";
|
|
4
|
+
import ITdesignDataBaseFilled from "~icons/tdesign/data-base-filled";
|
|
5
|
+
import IUilDownArrow from "~icons/uil/down-arrow";
|
|
2
6
|
import ConsoleDatabaseBrowsePanel from "./ConsoleDatabaseBrowsePanel.vue";
|
|
3
7
|
import ConsoleLogPanel from "./ConsoleLogPanel.vue";
|
|
4
8
|
import ConsoleConfigPanel from "./ConsoleConfigPanel.vue";
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
<script setup>
|
|
2
|
+
import ICarbonRotateCounterclockwiseFilled from "~icons/carbon/rotate-counterclockwise-filled";
|
|
2
3
|
import ResponsiveDeviceSelect from "./ResponsiveDeviceSelect.vue";
|
|
3
4
|
import { devicePresets } from "../devicePresets.js";
|
|
4
5
|
import useAPI from "../../../composables/useAPI";
|
|
@@ -1,4 +1,11 @@
|
|
|
1
1
|
<script setup>
|
|
2
|
+
import ILucideBookMarked from "~icons/lucide/book-marked";
|
|
3
|
+
import ILucideBugPlay from "~icons/lucide/bug-play";
|
|
4
|
+
import ILucideInfo from "~icons/lucide/info";
|
|
5
|
+
import ILucideMoon from "~icons/lucide/moon";
|
|
6
|
+
import ILucideSettings from "~icons/lucide/settings";
|
|
7
|
+
import ILucideSmile from "~icons/lucide/smile";
|
|
8
|
+
import ILucideSun from "~icons/lucide/sun";
|
|
2
9
|
import { computed } from "vue";
|
|
3
10
|
import DevConfigPanel from "./DevConfigPanel.vue";
|
|
4
11
|
import useAPI from "../../../composables/useAPI";
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
<script setup>
|
|
2
|
+
import ILucideMoon from "~icons/lucide/moon";
|
|
3
|
+
import ILucideSun from "~icons/lucide/sun";
|
|
4
|
+
import ILucideSunMoon from "~icons/lucide/sun-moon";
|
|
2
5
|
const { mode: experimentColorMode, toggle: toggleColorMode, system } = useSmileColorMode("experiment");
|
|
3
6
|
</script>
|
|
4
7
|
|
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
<script setup>
|
|
2
|
+
import ILucideArrowDown from "~icons/lucide/arrow-down";
|
|
3
|
+
import ILucideDiamond from "~icons/lucide/diamond";
|
|
4
|
+
import ILucideHouse from "~icons/lucide/house";
|
|
5
|
+
import ILucidePresentation from "~icons/lucide/presentation";
|
|
2
6
|
import { watch, ref, computed } from "vue";
|
|
3
7
|
import useLog from "../../../stores/log";
|
|
4
8
|
import useAPI from "../../../composables/useAPI";
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
<script setup>
|
|
2
|
+
import IIconoirRemoveEmpty from "~icons/iconoir/remove-empty";
|
|
3
|
+
import ILucideChevronLeft from "~icons/lucide/chevron-left";
|
|
4
|
+
import ILucideChevronRight from "~icons/lucide/chevron-right";
|
|
2
5
|
import useViewAPI from "../../../composables/useViewAPI";
|
|
3
6
|
const api = useViewAPI();
|
|
4
7
|
</script>
|
|
@@ -1,4 +1,12 @@
|
|
|
1
1
|
<script setup>
|
|
2
|
+
import IIcBaselinePinOff from "~icons/ic/baseline-pin-off";
|
|
3
|
+
import IIcBaselinePushPin from "~icons/ic/baseline-push-pin";
|
|
4
|
+
import ILucideArrowDown from "~icons/lucide/arrow-down";
|
|
5
|
+
import ILucideDiamond from "~icons/lucide/diamond";
|
|
6
|
+
import ILucidePresentation from "~icons/lucide/presentation";
|
|
7
|
+
import IMdiMagic from "~icons/mdi/magic";
|
|
8
|
+
import IMeteorIconsAnglesLeft from "~icons/meteor-icons/angles-left";
|
|
9
|
+
import IMeteorIconsAnglesRight from "~icons/meteor-icons/angles-right";
|
|
2
10
|
import { computed } from "vue";
|
|
3
11
|
import RouteJumper from "./RouteJumper.vue";
|
|
4
12
|
import useAPI from "../../../composables/useAPI";
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
<script setup>
|
|
2
|
+
import ILucidePresentation from "~icons/lucide/presentation";
|
|
3
|
+
import IUilPresentationLine from "~icons/uil/presentation-line";
|
|
2
4
|
import RouteInfoButton from "../navbar/ViewInfoButtonGroup.vue";
|
|
3
5
|
import ResetButton from "./PresentationModeResetButton.vue";
|
|
4
6
|
import QRCodeButton from "./QRCodeButton.vue";
|
|
@@ -1,4 +1,9 @@
|
|
|
1
1
|
<script setup>
|
|
2
|
+
import IFa6SolidTrash from "~icons/fa6-solid/trash";
|
|
3
|
+
import IFamiconsHome from "~icons/famicons/home";
|
|
4
|
+
import ILucideChevronLeft from "~icons/lucide/chevron-left";
|
|
5
|
+
import ILucideChevronRight from "~icons/lucide/chevron-right";
|
|
6
|
+
import IMdiTrash from "~icons/mdi/trash";
|
|
2
7
|
import { ref, computed, watch } from "vue";
|
|
3
8
|
import StepNode from "./StepNode.vue";
|
|
4
9
|
import StepDataViewer from "./StepDataViewer.vue";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export { default as Badge } from "./Badge.vue.js";
|
|
2
2
|
export const badgeVariants: (props?: ({
|
|
3
|
-
variant?: "default" | "
|
|
3
|
+
variant?: "default" | "secondary" | "outline" | "destructive" | null | undefined;
|
|
4
4
|
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export { default as Button } from "./Button.vue.js";
|
|
2
2
|
export const buttonVariants: (props?: ({
|
|
3
|
-
variant?: "success" | "default" | "link" | "
|
|
4
|
-
size?: "default" | "menu" | "xs" | "
|
|
3
|
+
variant?: "success" | "default" | "link" | "secondary" | "ghost" | "outline" | "warning-light" | "info" | "danger-light" | "destructive" | "primary" | "primary-light" | "button-link" | "button-link-light" | "info-light" | "success-light" | "warning" | "danger" | null | undefined;
|
|
4
|
+
size?: "default" | "menu" | "xs" | "lg" | "sm" | "icon" | "xl" | null | undefined;
|
|
5
5
|
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
@@ -112,10 +112,10 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
112
112
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
113
113
|
}>, {
|
|
114
114
|
size: string;
|
|
115
|
-
variant: string;
|
|
116
|
-
required: boolean;
|
|
117
115
|
disabled: boolean;
|
|
116
|
+
required: boolean;
|
|
118
117
|
asChild: boolean;
|
|
118
|
+
variant: string;
|
|
119
119
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
120
120
|
type __VLS_Slots = {
|
|
121
121
|
default?: ((props: {}) => any) | undefined;
|
|
@@ -112,10 +112,10 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
112
112
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
113
113
|
}>, {
|
|
114
114
|
size: string;
|
|
115
|
-
variant: string;
|
|
116
|
-
required: boolean;
|
|
117
115
|
disabled: boolean;
|
|
116
|
+
required: boolean;
|
|
118
117
|
asChild: boolean;
|
|
118
|
+
variant: string;
|
|
119
119
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
120
120
|
type __VLS_Slots = {
|
|
121
121
|
default?: ((props: {}) => any) | undefined;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export { default as Checkbox } from "./Checkbox.vue.js";
|
|
2
2
|
export const checkboxVariants: (props?: ({
|
|
3
3
|
variant?: "success" | "default" | "info" | "primary" | "warning" | "danger" | null | undefined;
|
|
4
|
-
size?: "default" | "xs" | "
|
|
4
|
+
size?: "default" | "xs" | "lg" | "sm" | "xl" | null | undefined;
|
|
5
5
|
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
@@ -65,10 +65,10 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
65
65
|
default: string;
|
|
66
66
|
};
|
|
67
67
|
}>> & Readonly<{}>, {
|
|
68
|
-
variant: string;
|
|
69
68
|
disabled: boolean;
|
|
70
69
|
inset: boolean;
|
|
71
70
|
asChild: boolean;
|
|
71
|
+
variant: string;
|
|
72
72
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
73
73
|
type __VLS_Slots = {
|
|
74
74
|
default?: ((props: {}) => any) | undefined;
|
|
@@ -65,10 +65,10 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
65
65
|
default: string;
|
|
66
66
|
};
|
|
67
67
|
}>> & Readonly<{}>, {
|
|
68
|
-
variant: string;
|
|
69
68
|
disabled: boolean;
|
|
70
69
|
inset: boolean;
|
|
71
70
|
asChild: boolean;
|
|
71
|
+
variant: string;
|
|
72
72
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
73
73
|
type __VLS_Slots = {
|
|
74
74
|
default?: ((props: {}) => any) | undefined;
|
|
@@ -74,7 +74,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
74
74
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
75
75
|
}>, {
|
|
76
76
|
size: string;
|
|
77
|
-
variant: string;
|
|
78
77
|
disabled: boolean;
|
|
79
78
|
modelValue: unknown[];
|
|
79
|
+
variant: string;
|
|
80
80
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -74,7 +74,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
74
74
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
75
75
|
}>, {
|
|
76
76
|
size: string;
|
|
77
|
-
variant: string;
|
|
78
77
|
disabled: boolean;
|
|
79
78
|
modelValue: unknown[];
|
|
79
|
+
variant: string;
|
|
80
80
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -93,8 +93,8 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
93
93
|
onExpand?: ((...args: any[]) => any) | undefined;
|
|
94
94
|
onCollapse?: ((...args: any[]) => any) | undefined;
|
|
95
95
|
}>, {
|
|
96
|
-
collapsible: boolean;
|
|
97
96
|
asChild: boolean;
|
|
97
|
+
collapsible: boolean;
|
|
98
98
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
99
99
|
type __VLS_Slots = {
|
|
100
100
|
default?: ((props: {}) => any) | undefined;
|
|
@@ -93,8 +93,8 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
93
93
|
onExpand?: ((...args: any[]) => any) | undefined;
|
|
94
94
|
onCollapse?: ((...args: any[]) => any) | undefined;
|
|
95
95
|
}>, {
|
|
96
|
-
collapsible: boolean;
|
|
97
96
|
asChild: boolean;
|
|
97
|
+
collapsible: boolean;
|
|
98
98
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
99
99
|
type __VLS_Slots = {
|
|
100
100
|
default?: ((props: {}) => any) | undefined;
|
|
@@ -101,8 +101,8 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
101
101
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
102
102
|
"onUpdate:open"?: ((...args: any[]) => any) | undefined;
|
|
103
103
|
}>, {
|
|
104
|
-
required: boolean;
|
|
105
104
|
disabled: boolean;
|
|
105
|
+
required: boolean;
|
|
106
106
|
multiple: boolean;
|
|
107
107
|
defaultOpen: boolean;
|
|
108
108
|
open: boolean;
|
|
@@ -101,8 +101,8 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
101
101
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
102
102
|
"onUpdate:open"?: ((...args: any[]) => any) | undefined;
|
|
103
103
|
}>, {
|
|
104
|
-
required: boolean;
|
|
105
104
|
disabled: boolean;
|
|
105
|
+
required: boolean;
|
|
106
106
|
multiple: boolean;
|
|
107
107
|
defaultOpen: boolean;
|
|
108
108
|
open: boolean;
|
|
@@ -79,8 +79,8 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
79
79
|
onCloseAutoFocus?: ((...args: any[]) => any) | undefined;
|
|
80
80
|
onOpenAutoFocus?: ((...args: any[]) => any) | undefined;
|
|
81
81
|
}>, {
|
|
82
|
-
side: string;
|
|
83
82
|
asChild: boolean;
|
|
83
|
+
side: string;
|
|
84
84
|
forceMount: boolean;
|
|
85
85
|
disableOutsidePointerEvents: boolean;
|
|
86
86
|
trapFocus: boolean;
|
|
@@ -79,8 +79,8 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
79
79
|
onCloseAutoFocus?: ((...args: any[]) => any) | undefined;
|
|
80
80
|
onOpenAutoFocus?: ((...args: any[]) => any) | undefined;
|
|
81
81
|
}>, {
|
|
82
|
-
side: string;
|
|
83
82
|
asChild: boolean;
|
|
83
|
+
side: string;
|
|
84
84
|
forceMount: boolean;
|
|
85
85
|
disableOutsidePointerEvents: boolean;
|
|
86
86
|
trapFocus: boolean;
|
|
@@ -45,8 +45,8 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
45
45
|
required: false;
|
|
46
46
|
};
|
|
47
47
|
}>> & Readonly<{}>, {
|
|
48
|
-
side: string;
|
|
49
48
|
variant: string;
|
|
49
|
+
side: string;
|
|
50
50
|
collapsible: string;
|
|
51
51
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
52
52
|
type __VLS_Slots = {
|
|
@@ -45,8 +45,8 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
45
45
|
required: false;
|
|
46
46
|
};
|
|
47
47
|
}>> & Readonly<{}>, {
|
|
48
|
-
side: string;
|
|
49
48
|
variant: string;
|
|
49
|
+
side: string;
|
|
50
50
|
collapsible: string;
|
|
51
51
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
52
52
|
type __VLS_Slots = {
|
|
@@ -70,9 +70,9 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
70
70
|
};
|
|
71
71
|
}>> & Readonly<{}>, {
|
|
72
72
|
size: any;
|
|
73
|
-
variant: any;
|
|
74
73
|
asChild: boolean;
|
|
75
74
|
as: any;
|
|
75
|
+
variant: any;
|
|
76
76
|
isActive: boolean;
|
|
77
77
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
78
78
|
type __VLS_Slots = {
|
|
@@ -70,9 +70,9 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
70
70
|
};
|
|
71
71
|
}>> & Readonly<{}>, {
|
|
72
72
|
size: any;
|
|
73
|
-
variant: any;
|
|
74
73
|
asChild: boolean;
|
|
75
74
|
as: any;
|
|
75
|
+
variant: any;
|
|
76
76
|
isActive: boolean;
|
|
77
77
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
78
78
|
type __VLS_Slots = {
|
|
@@ -62,9 +62,9 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
62
62
|
};
|
|
63
63
|
}>> & Readonly<{}>, {
|
|
64
64
|
size: any;
|
|
65
|
-
variant: any;
|
|
66
65
|
asChild: boolean;
|
|
67
66
|
as: any;
|
|
67
|
+
variant: any;
|
|
68
68
|
isActive: boolean;
|
|
69
69
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
70
70
|
type __VLS_Slots = {
|
|
@@ -62,9 +62,9 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
62
62
|
};
|
|
63
63
|
}>> & Readonly<{}>, {
|
|
64
64
|
size: any;
|
|
65
|
-
variant: any;
|
|
66
65
|
asChild: boolean;
|
|
67
66
|
as: any;
|
|
67
|
+
variant: any;
|
|
68
68
|
isActive: boolean;
|
|
69
69
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
70
70
|
type __VLS_Slots = {
|
|
@@ -24,5 +24,5 @@ export { default as SidebarTrigger } from "./SidebarTrigger.vue.js";
|
|
|
24
24
|
export { useSidebar } from "./utils.js";
|
|
25
25
|
export const sidebarMenuButtonVariants: (props?: ({
|
|
26
26
|
variant?: "default" | "outline" | null | undefined;
|
|
27
|
-
size?: "default" | "
|
|
27
|
+
size?: "default" | "lg" | "sm" | null | undefined;
|
|
28
28
|
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
@@ -112,11 +112,11 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
112
112
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
113
113
|
}>, {
|
|
114
114
|
size: string;
|
|
115
|
-
variant: string;
|
|
116
|
-
required: boolean;
|
|
117
115
|
disabled: boolean;
|
|
116
|
+
required: boolean;
|
|
118
117
|
defaultValue: boolean;
|
|
119
118
|
asChild: boolean;
|
|
119
|
+
variant: string;
|
|
120
120
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
121
121
|
type __VLS_Slots = {
|
|
122
122
|
thumb?: ((props: {}) => any) | undefined;
|
|
@@ -112,11 +112,11 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
112
112
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
113
113
|
}>, {
|
|
114
114
|
size: string;
|
|
115
|
-
variant: string;
|
|
116
|
-
required: boolean;
|
|
117
115
|
disabled: boolean;
|
|
116
|
+
required: boolean;
|
|
118
117
|
defaultValue: boolean;
|
|
119
118
|
asChild: boolean;
|
|
119
|
+
variant: string;
|
|
120
120
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
121
121
|
type __VLS_Slots = {
|
|
122
122
|
thumb?: ((props: {}) => any) | undefined;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export { default as Switch } from "./Switch.vue.js";
|
|
2
2
|
export const switchVariants: (props?: ({
|
|
3
3
|
variant?: "success" | "default" | "info" | "primary" | "warning" | "danger" | null | undefined;
|
|
4
|
-
size?: "default" | "
|
|
4
|
+
size?: "default" | "lg" | "sm" | "xl" | null | undefined;
|
|
5
5
|
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
@@ -161,8 +161,8 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
161
161
|
onAddTag?: ((...args: any[]) => any) | undefined;
|
|
162
162
|
onRemoveTag?: ((...args: any[]) => any) | undefined;
|
|
163
163
|
}>, {
|
|
164
|
-
required: boolean;
|
|
165
164
|
disabled: boolean;
|
|
165
|
+
required: boolean;
|
|
166
166
|
asChild: boolean;
|
|
167
167
|
addOnPaste: boolean;
|
|
168
168
|
addOnTab: boolean;
|
|
@@ -161,8 +161,8 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
161
161
|
onAddTag?: ((...args: any[]) => any) | undefined;
|
|
162
162
|
onRemoveTag?: ((...args: any[]) => any) | undefined;
|
|
163
163
|
}>, {
|
|
164
|
-
required: boolean;
|
|
165
164
|
disabled: boolean;
|
|
165
|
+
required: boolean;
|
|
166
166
|
asChild: boolean;
|
|
167
167
|
addOnPaste: boolean;
|
|
168
168
|
addOnTab: boolean;
|
|
@@ -98,11 +98,11 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
98
98
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
99
99
|
}>, {
|
|
100
100
|
size: any;
|
|
101
|
-
variant: any;
|
|
102
|
-
required: boolean;
|
|
103
101
|
disabled: boolean;
|
|
102
|
+
required: boolean;
|
|
104
103
|
defaultValue: boolean;
|
|
105
104
|
asChild: boolean;
|
|
105
|
+
variant: any;
|
|
106
106
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
107
107
|
type __VLS_Slots = {
|
|
108
108
|
default?: ((props: {
|
|
@@ -98,11 +98,11 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
98
98
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
99
99
|
}>, {
|
|
100
100
|
size: any;
|
|
101
|
-
variant: any;
|
|
102
|
-
required: boolean;
|
|
103
101
|
disabled: boolean;
|
|
102
|
+
required: boolean;
|
|
104
103
|
defaultValue: boolean;
|
|
105
104
|
asChild: boolean;
|
|
105
|
+
variant: any;
|
|
106
106
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
107
107
|
type __VLS_Slots = {
|
|
108
108
|
default?: ((props: {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export { default as Toggle } from "./Toggle.vue.js";
|
|
2
2
|
export const toggleVariants: (props?: ({
|
|
3
3
|
variant?: "default" | "outline" | null | undefined;
|
|
4
|
-
size?: "default" | "
|
|
4
|
+
size?: "default" | "lg" | "sm" | null | undefined;
|
|
5
5
|
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
@@ -132,8 +132,8 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
132
132
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
133
133
|
}>, {
|
|
134
134
|
loop: boolean;
|
|
135
|
-
required: boolean;
|
|
136
135
|
disabled: boolean;
|
|
136
|
+
required: boolean;
|
|
137
137
|
asChild: boolean;
|
|
138
138
|
rovingFocus: boolean;
|
|
139
139
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -132,8 +132,8 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
132
132
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
133
133
|
}>, {
|
|
134
134
|
loop: boolean;
|
|
135
|
-
required: boolean;
|
|
136
135
|
disabled: boolean;
|
|
136
|
+
required: boolean;
|
|
137
137
|
asChild: boolean;
|
|
138
138
|
rovingFocus: boolean;
|
|
139
139
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|