@nyuccl/smile 0.2.0-beta.0

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.
Files changed (810) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +50 -0
  3. package/dist/module.d.mts +8 -0
  4. package/dist/module.json +9 -0
  5. package/dist/module.mjs +102 -0
  6. package/dist/runtime/components/builtins/AdvertisementView.d.vue.ts +3 -0
  7. package/dist/runtime/components/builtins/AdvertisementView.vue +62 -0
  8. package/dist/runtime/components/builtins/AdvertisementView.vue.d.ts +3 -0
  9. package/dist/runtime/components/builtins/DebriefView.d.vue.ts +22 -0
  10. package/dist/runtime/components/builtins/DebriefView.vue +43 -0
  11. package/dist/runtime/components/builtins/DebriefView.vue.d.ts +22 -0
  12. package/dist/runtime/components/builtins/DemographicSurveyView.d.vue.ts +3 -0
  13. package/dist/runtime/components/builtins/DemographicSurveyView.vue +1206 -0
  14. package/dist/runtime/components/builtins/DemographicSurveyView.vue.d.ts +3 -0
  15. package/dist/runtime/components/builtins/DeviceSurveyView.d.vue.ts +3 -0
  16. package/dist/runtime/components/builtins/DeviceSurveyView.vue +452 -0
  17. package/dist/runtime/components/builtins/DeviceSurveyView.vue.d.ts +3 -0
  18. package/dist/runtime/components/builtins/ExpView.d.vue.ts +3 -0
  19. package/dist/runtime/components/builtins/ExpView.vue +39 -0
  20. package/dist/runtime/components/builtins/ExpView.vue.d.ts +3 -0
  21. package/dist/runtime/components/builtins/ExperimentStatusBar.d.vue.ts +3 -0
  22. package/dist/runtime/components/builtins/ExperimentStatusBar.vue +12 -0
  23. package/dist/runtime/components/builtins/ExperimentStatusBar.vue.d.ts +3 -0
  24. package/dist/runtime/components/builtins/FavoriteColor.d.vue.ts +3 -0
  25. package/dist/runtime/components/builtins/FavoriteColor.vue +57 -0
  26. package/dist/runtime/components/builtins/FavoriteColor.vue.d.ts +3 -0
  27. package/dist/runtime/components/builtins/FavoriteNumber.d.vue.ts +3 -0
  28. package/dist/runtime/components/builtins/FavoriteNumber.vue +57 -0
  29. package/dist/runtime/components/builtins/FavoriteNumber.vue.d.ts +3 -0
  30. package/dist/runtime/components/builtins/InformedConsentModal.d.vue.ts +28 -0
  31. package/dist/runtime/components/builtins/InformedConsentModal.vue +82 -0
  32. package/dist/runtime/components/builtins/InformedConsentModal.vue.d.ts +28 -0
  33. package/dist/runtime/components/builtins/InformedConsentView.d.vue.ts +13 -0
  34. package/dist/runtime/components/builtins/InformedConsentView.vue +127 -0
  35. package/dist/runtime/components/builtins/InformedConsentView.vue.d.ts +13 -0
  36. package/dist/runtime/components/builtins/InstructionsQuiz.d.vue.ts +36 -0
  37. package/dist/runtime/components/builtins/InstructionsQuiz.vue +274 -0
  38. package/dist/runtime/components/builtins/InstructionsQuiz.vue.d.ts +36 -0
  39. package/dist/runtime/components/builtins/InstructionsView.d.vue.ts +3 -0
  40. package/dist/runtime/components/builtins/InstructionsView.vue +58 -0
  41. package/dist/runtime/components/builtins/InstructionsView.vue.d.ts +3 -0
  42. package/dist/runtime/components/builtins/MTurkRecruitView.d.vue.ts +21 -0
  43. package/dist/runtime/components/builtins/MTurkRecruitView.vue +137 -0
  44. package/dist/runtime/components/builtins/MTurkRecruitView.vue.d.ts +21 -0
  45. package/dist/runtime/components/builtins/PresentationModeView.d.vue.ts +93 -0
  46. package/dist/runtime/components/builtins/PresentationModeView.vue +254 -0
  47. package/dist/runtime/components/builtins/PresentationModeView.vue.d.ts +93 -0
  48. package/dist/runtime/components/builtins/StatusBar.d.vue.ts +3 -0
  49. package/dist/runtime/components/builtins/StatusBar.vue +128 -0
  50. package/dist/runtime/components/builtins/StatusBar.vue.d.ts +3 -0
  51. package/dist/runtime/components/builtins/StudyPreviewText.d.vue.ts +21 -0
  52. package/dist/runtime/components/builtins/StudyPreviewText.vue +102 -0
  53. package/dist/runtime/components/builtins/StudyPreviewText.vue.d.ts +21 -0
  54. package/dist/runtime/components/builtins/TaskFeedbackSurveyView.d.vue.ts +3 -0
  55. package/dist/runtime/components/builtins/TaskFeedbackSurveyView.vue +203 -0
  56. package/dist/runtime/components/builtins/TaskFeedbackSurveyView.vue.d.ts +3 -0
  57. package/dist/runtime/components/builtins/ThanksView.d.vue.ts +3 -0
  58. package/dist/runtime/components/builtins/ThanksView.vue +451 -0
  59. package/dist/runtime/components/builtins/ThanksView.vue.d.ts +3 -0
  60. package/dist/runtime/components/builtins/WindowSizerView.d.vue.ts +7 -0
  61. package/dist/runtime/components/builtins/WindowSizerView.vue +94 -0
  62. package/dist/runtime/components/builtins/WindowSizerView.vue.d.ts +7 -0
  63. package/dist/runtime/components/builtins/WithdrawModal.d.vue.ts +56 -0
  64. package/dist/runtime/components/builtins/WithdrawModal.vue +208 -0
  65. package/dist/runtime/components/builtins/WithdrawModal.vue.d.ts +56 -0
  66. package/dist/runtime/components/builtins/WithdrawView.d.vue.ts +3 -0
  67. package/dist/runtime/components/builtins/WithdrawView.vue +99 -0
  68. package/dist/runtime/components/builtins/WithdrawView.vue.d.ts +3 -0
  69. package/dist/runtime/components/dev/RecruitmentChooserView.d.vue.ts +3 -0
  70. package/dist/runtime/components/dev/RecruitmentChooserView.vue +258 -0
  71. package/dist/runtime/components/dev/RecruitmentChooserView.vue.d.ts +3 -0
  72. package/dist/runtime/components/dev/ResponsiveDeviceContainer.d.vue.ts +12 -0
  73. package/dist/runtime/components/dev/ResponsiveDeviceContainer.vue +215 -0
  74. package/dist/runtime/components/dev/ResponsiveDeviceContainer.vue.d.ts +12 -0
  75. package/dist/runtime/components/dev/console/ConfigList.d.vue.ts +26 -0
  76. package/dist/runtime/components/dev/console/ConfigList.vue +106 -0
  77. package/dist/runtime/components/dev/console/ConfigList.vue.d.ts +26 -0
  78. package/dist/runtime/components/dev/console/ConsoleConfigPanel.d.vue.ts +3 -0
  79. package/dist/runtime/components/dev/console/ConsoleConfigPanel.vue +135 -0
  80. package/dist/runtime/components/dev/console/ConsoleConfigPanel.vue.d.ts +3 -0
  81. package/dist/runtime/components/dev/console/ConsoleDatabaseBrowsePanel.d.vue.ts +3 -0
  82. package/dist/runtime/components/dev/console/ConsoleDatabaseBrowsePanel.vue +124 -0
  83. package/dist/runtime/components/dev/console/ConsoleDatabaseBrowsePanel.vue.d.ts +3 -0
  84. package/dist/runtime/components/dev/console/ConsoleLogPanel.d.vue.ts +3 -0
  85. package/dist/runtime/components/dev/console/ConsoleLogPanel.vue +227 -0
  86. package/dist/runtime/components/dev/console/ConsoleLogPanel.vue.d.ts +3 -0
  87. package/dist/runtime/components/dev/console/DatabaseList.d.vue.ts +26 -0
  88. package/dist/runtime/components/dev/console/DatabaseList.vue +110 -0
  89. package/dist/runtime/components/dev/console/DatabaseList.vue.d.ts +26 -0
  90. package/dist/runtime/components/dev/console/SmileDevConsole.d.vue.ts +3 -0
  91. package/dist/runtime/components/dev/console/SmileDevConsole.vue +117 -0
  92. package/dist/runtime/components/dev/console/SmileDevConsole.vue.d.ts +3 -0
  93. package/dist/runtime/components/dev/devicePresets.d.ts +91 -0
  94. package/dist/runtime/components/dev/devicePresets.js +40 -0
  95. package/dist/runtime/components/dev/menu/DevConfigPanel.d.vue.ts +3 -0
  96. package/dist/runtime/components/dev/menu/DevConfigPanel.vue +178 -0
  97. package/dist/runtime/components/dev/menu/DevConfigPanel.vue.d.ts +3 -0
  98. package/dist/runtime/components/dev/menu/ResponsiveDeviceSelect.d.vue.ts +3 -0
  99. package/dist/runtime/components/dev/menu/ResponsiveDeviceSelect.vue +108 -0
  100. package/dist/runtime/components/dev/menu/ResponsiveDeviceSelect.vue.d.ts +3 -0
  101. package/dist/runtime/components/dev/menu/SmileDevAppMenu.d.vue.ts +62 -0
  102. package/dist/runtime/components/dev/menu/SmileDevAppMenu.vue +184 -0
  103. package/dist/runtime/components/dev/menu/SmileDevAppMenu.vue.d.ts +62 -0
  104. package/dist/runtime/components/dev/navbar/CircleProgress.d.vue.ts +15 -0
  105. package/dist/runtime/components/dev/navbar/CircleProgress.vue +26 -0
  106. package/dist/runtime/components/dev/navbar/CircleProgress.vue.d.ts +15 -0
  107. package/dist/runtime/components/dev/navbar/ColorModeButton.d.vue.ts +3 -0
  108. package/dist/runtime/components/dev/navbar/ColorModeButton.vue +33 -0
  109. package/dist/runtime/components/dev/navbar/ColorModeButton.vue.d.ts +3 -0
  110. package/dist/runtime/components/dev/navbar/DatabaseButtonGroup.d.vue.ts +3 -0
  111. package/dist/runtime/components/dev/navbar/DatabaseButtonGroup.vue +86 -0
  112. package/dist/runtime/components/dev/navbar/DatabaseButtonGroup.vue.d.ts +3 -0
  113. package/dist/runtime/components/dev/navbar/FullScreenButton.d.vue.ts +3 -0
  114. package/dist/runtime/components/dev/navbar/FullScreenButton.vue +35 -0
  115. package/dist/runtime/components/dev/navbar/FullScreenButton.vue.d.ts +3 -0
  116. package/dist/runtime/components/dev/navbar/KeyCommandNotification.d.vue.ts +41 -0
  117. package/dist/runtime/components/dev/navbar/KeyCommandNotification.vue +58 -0
  118. package/dist/runtime/components/dev/navbar/KeyCommandNotification.vue.d.ts +41 -0
  119. package/dist/runtime/components/dev/navbar/ReloadButton.d.vue.ts +3 -0
  120. package/dist/runtime/components/dev/navbar/ReloadButton.vue +23 -0
  121. package/dist/runtime/components/dev/navbar/ReloadButton.vue.d.ts +3 -0
  122. package/dist/runtime/components/dev/navbar/ResetButton.d.vue.ts +3 -0
  123. package/dist/runtime/components/dev/navbar/ResetButton.vue +23 -0
  124. package/dist/runtime/components/dev/navbar/ResetButton.vue.d.ts +3 -0
  125. package/dist/runtime/components/dev/navbar/RouteJumper.d.vue.ts +7 -0
  126. package/dist/runtime/components/dev/navbar/RouteJumper.vue +90 -0
  127. package/dist/runtime/components/dev/navbar/RouteJumper.vue.d.ts +7 -0
  128. package/dist/runtime/components/dev/navbar/SmileDevNavBar.d.vue.ts +3 -0
  129. package/dist/runtime/components/dev/navbar/SmileDevNavBar.vue +248 -0
  130. package/dist/runtime/components/dev/navbar/SmileDevNavBar.vue.d.ts +3 -0
  131. package/dist/runtime/components/dev/navbar/StepInfoButtonGroup.d.vue.ts +3 -0
  132. package/dist/runtime/components/dev/navbar/StepInfoButtonGroup.vue +63 -0
  133. package/dist/runtime/components/dev/navbar/StepInfoButtonGroup.vue.d.ts +3 -0
  134. package/dist/runtime/components/dev/navbar/ViewButton.d.vue.ts +3 -0
  135. package/dist/runtime/components/dev/navbar/ViewButton.vue +159 -0
  136. package/dist/runtime/components/dev/navbar/ViewButton.vue.d.ts +3 -0
  137. package/dist/runtime/components/dev/navbar/ViewInfoButtonGroup.d.vue.ts +3 -0
  138. package/dist/runtime/components/dev/navbar/ViewInfoButtonGroup.vue +147 -0
  139. package/dist/runtime/components/dev/navbar/ViewInfoButtonGroup.vue.d.ts +3 -0
  140. package/dist/runtime/components/dev/presentation/DarkModeButton.d.vue.ts +3 -0
  141. package/dist/runtime/components/dev/presentation/DarkModeButton.vue +43 -0
  142. package/dist/runtime/components/dev/presentation/DarkModeButton.vue.d.ts +3 -0
  143. package/dist/runtime/components/dev/presentation/LogoutButton.d.vue.ts +3 -0
  144. package/dist/runtime/components/dev/presentation/LogoutButton.vue +38 -0
  145. package/dist/runtime/components/dev/presentation/LogoutButton.vue.d.ts +3 -0
  146. package/dist/runtime/components/dev/presentation/PresentationModeResetButton.d.vue.ts +7 -0
  147. package/dist/runtime/components/dev/presentation/PresentationModeResetButton.vue +25 -0
  148. package/dist/runtime/components/dev/presentation/PresentationModeResetButton.vue.d.ts +7 -0
  149. package/dist/runtime/components/dev/presentation/PresentationNavBar.d.vue.ts +3 -0
  150. package/dist/runtime/components/dev/presentation/PresentationNavBar.vue +70 -0
  151. package/dist/runtime/components/dev/presentation/PresentationNavBar.vue.d.ts +3 -0
  152. package/dist/runtime/components/dev/presentation/QRCodeButton.d.vue.ts +3 -0
  153. package/dist/runtime/components/dev/presentation/QRCodeButton.vue +66 -0
  154. package/dist/runtime/components/dev/presentation/QRCodeButton.vue.d.ts +3 -0
  155. package/dist/runtime/components/dev/sidebar/AppProgressPanel.d.vue.ts +3 -0
  156. package/dist/runtime/components/dev/sidebar/AppProgressPanel.vue +125 -0
  157. package/dist/runtime/components/dev/sidebar/AppProgressPanel.vue.d.ts +3 -0
  158. package/dist/runtime/components/dev/sidebar/ConfigurationVariablesPanel.d.vue.ts +3 -0
  159. package/dist/runtime/components/dev/sidebar/ConfigurationVariablesPanel.vue +219 -0
  160. package/dist/runtime/components/dev/sidebar/ConfigurationVariablesPanel.vue.d.ts +3 -0
  161. package/dist/runtime/components/dev/sidebar/DatabaseStatusInfoPanel.d.vue.ts +3 -0
  162. package/dist/runtime/components/dev/sidebar/DatabaseStatusInfoPanel.vue +117 -0
  163. package/dist/runtime/components/dev/sidebar/DatabaseStatusInfoPanel.vue.d.ts +3 -0
  164. package/dist/runtime/components/dev/sidebar/RandomizationSidebarPanel.d.vue.ts +3 -0
  165. package/dist/runtime/components/dev/sidebar/RandomizationSidebarPanel.vue +151 -0
  166. package/dist/runtime/components/dev/sidebar/RandomizationSidebarPanel.vue.d.ts +3 -0
  167. package/dist/runtime/components/dev/sidebar/SmileDevSideBar.d.vue.ts +3 -0
  168. package/dist/runtime/components/dev/sidebar/SmileDevSideBar.vue +70 -0
  169. package/dist/runtime/components/dev/sidebar/SmileDevSideBar.vue.d.ts +3 -0
  170. package/dist/runtime/components/dev/sidebar/StepDataViewer.d.vue.ts +22 -0
  171. package/dist/runtime/components/dev/sidebar/StepDataViewer.vue +82 -0
  172. package/dist/runtime/components/dev/sidebar/StepDataViewer.vue.d.ts +22 -0
  173. package/dist/runtime/components/dev/sidebar/StepExplorerPanel.d.vue.ts +3 -0
  174. package/dist/runtime/components/dev/sidebar/StepExplorerPanel.vue +318 -0
  175. package/dist/runtime/components/dev/sidebar/StepExplorerPanel.vue.d.ts +3 -0
  176. package/dist/runtime/components/dev/sidebar/StepNode.d.vue.ts +84 -0
  177. package/dist/runtime/components/dev/sidebar/StepNode.vue +95 -0
  178. package/dist/runtime/components/dev/sidebar/StepNode.vue.d.ts +84 -0
  179. package/dist/runtime/components/dev/sidebar/StudyInfoPanel.d.vue.ts +3 -0
  180. package/dist/runtime/components/dev/sidebar/StudyInfoPanel.vue +17 -0
  181. package/dist/runtime/components/dev/sidebar/StudyInfoPanel.vue.d.ts +3 -0
  182. package/dist/runtime/components/forms/MonthYearDayPicker.d.vue.ts +240 -0
  183. package/dist/runtime/components/forms/MonthYearDayPicker.vue +191 -0
  184. package/dist/runtime/components/forms/MonthYearDayPicker.vue.d.ts +240 -0
  185. package/dist/runtime/components/layouts/CenteredContent.d.vue.ts +22 -0
  186. package/dist/runtime/components/layouts/CenteredContent.vue +14 -0
  187. package/dist/runtime/components/layouts/CenteredContent.vue.d.ts +22 -0
  188. package/dist/runtime/components/layouts/ConstrainedPage.d.vue.ts +55 -0
  189. package/dist/runtime/components/layouts/ConstrainedPage.vue +56 -0
  190. package/dist/runtime/components/layouts/ConstrainedPage.vue.d.ts +55 -0
  191. package/dist/runtime/components/layouts/ConstrainedTaskWindow.d.vue.ts +66 -0
  192. package/dist/runtime/components/layouts/ConstrainedTaskWindow.vue +73 -0
  193. package/dist/runtime/components/layouts/ConstrainedTaskWindow.vue.d.ts +66 -0
  194. package/dist/runtime/components/layouts/TitleTwoCol.d.vue.ts +61 -0
  195. package/dist/runtime/components/layouts/TitleTwoCol.vue +54 -0
  196. package/dist/runtime/components/layouts/TitleTwoCol.vue.d.ts +61 -0
  197. package/dist/runtime/components/layouts/TwoCol.d.vue.ts +59 -0
  198. package/dist/runtime/components/layouts/TwoCol.vue +51 -0
  199. package/dist/runtime/components/layouts/TwoCol.vue.d.ts +59 -0
  200. package/dist/runtime/components/layouts/index.d.ts +1 -0
  201. package/dist/runtime/components/layouts/index.js +5 -0
  202. package/dist/runtime/components/layouts/layoutUtils.d.ts +1 -0
  203. package/dist/runtime/components/layouts/layoutUtils.js +27 -0
  204. package/dist/runtime/components/ui/avatar/Avatar.d.vue.ts +20 -0
  205. package/dist/runtime/components/ui/avatar/Avatar.vue +15 -0
  206. package/dist/runtime/components/ui/avatar/Avatar.vue.d.ts +20 -0
  207. package/dist/runtime/components/ui/avatar/AvatarFallback.d.vue.ts +46 -0
  208. package/dist/runtime/components/ui/avatar/AvatarFallback.vue +21 -0
  209. package/dist/runtime/components/ui/avatar/AvatarFallback.vue.d.ts +46 -0
  210. package/dist/runtime/components/ui/avatar/AvatarImage.d.vue.ts +54 -0
  211. package/dist/runtime/components/ui/avatar/AvatarImage.vue +20 -0
  212. package/dist/runtime/components/ui/avatar/AvatarImage.vue.d.ts +54 -0
  213. package/dist/runtime/components/ui/avatar/index.d.ts +1 -0
  214. package/dist/runtime/components/ui/avatar/index.js +3 -0
  215. package/dist/runtime/components/ui/badge/Badge.d.vue.ts +46 -0
  216. package/dist/runtime/components/ui/badge/Badge.vue +22 -0
  217. package/dist/runtime/components/ui/badge/Badge.vue.d.ts +46 -0
  218. package/dist/runtime/components/ui/badge/index.d.ts +4 -0
  219. package/dist/runtime/components/ui/badge/index.js +21 -0
  220. package/dist/runtime/components/ui/breadcrumb/Breadcrumb.d.vue.ts +20 -0
  221. package/dist/runtime/components/ui/breadcrumb/Breadcrumb.vue +15 -0
  222. package/dist/runtime/components/ui/breadcrumb/Breadcrumb.vue.d.ts +20 -0
  223. package/dist/runtime/components/ui/breadcrumb/BreadcrumbEllipsis.d.vue.ts +20 -0
  224. package/dist/runtime/components/ui/breadcrumb/BreadcrumbEllipsis.vue +20 -0
  225. package/dist/runtime/components/ui/breadcrumb/BreadcrumbEllipsis.vue.d.ts +20 -0
  226. package/dist/runtime/components/ui/breadcrumb/BreadcrumbItem.d.vue.ts +20 -0
  227. package/dist/runtime/components/ui/breadcrumb/BreadcrumbItem.vue +14 -0
  228. package/dist/runtime/components/ui/breadcrumb/BreadcrumbItem.vue.d.ts +20 -0
  229. package/dist/runtime/components/ui/breadcrumb/BreadcrumbLink.d.vue.ts +41 -0
  230. package/dist/runtime/components/ui/breadcrumb/BreadcrumbLink.vue +19 -0
  231. package/dist/runtime/components/ui/breadcrumb/BreadcrumbLink.vue.d.ts +41 -0
  232. package/dist/runtime/components/ui/breadcrumb/BreadcrumbList.d.vue.ts +20 -0
  233. package/dist/runtime/components/ui/breadcrumb/BreadcrumbList.vue +14 -0
  234. package/dist/runtime/components/ui/breadcrumb/BreadcrumbList.vue.d.ts +20 -0
  235. package/dist/runtime/components/ui/breadcrumb/BreadcrumbPage.d.vue.ts +20 -0
  236. package/dist/runtime/components/ui/breadcrumb/BreadcrumbPage.vue +17 -0
  237. package/dist/runtime/components/ui/breadcrumb/BreadcrumbPage.vue.d.ts +20 -0
  238. package/dist/runtime/components/ui/breadcrumb/BreadcrumbSeparator.d.vue.ts +20 -0
  239. package/dist/runtime/components/ui/breadcrumb/BreadcrumbSeparator.vue +19 -0
  240. package/dist/runtime/components/ui/breadcrumb/BreadcrumbSeparator.vue.d.ts +20 -0
  241. package/dist/runtime/components/ui/breadcrumb/index.d.ts +1 -0
  242. package/dist/runtime/components/ui/breadcrumb/index.js +7 -0
  243. package/dist/runtime/components/ui/button/Button.d.vue.ts +57 -0
  244. package/dist/runtime/components/ui/button/Button.vue +22 -0
  245. package/dist/runtime/components/ui/button/Button.vue.d.ts +57 -0
  246. package/dist/runtime/components/ui/button/index.d.ts +5 -0
  247. package/dist/runtime/components/ui/button/index.js +60 -0
  248. package/dist/runtime/components/ui/button-group/ButtonGroup.d.vue.ts +85 -0
  249. package/dist/runtime/components/ui/button-group/ButtonGroup.vue +33 -0
  250. package/dist/runtime/components/ui/button-group/ButtonGroup.vue.d.ts +85 -0
  251. package/dist/runtime/components/ui/button-group/ButtonGroupItem.d.vue.ts +66 -0
  252. package/dist/runtime/components/ui/button-group/ButtonGroupItem.vue +38 -0
  253. package/dist/runtime/components/ui/button-group/ButtonGroupItem.vue.d.ts +66 -0
  254. package/dist/runtime/components/ui/button-group/index.d.ts +1 -0
  255. package/dist/runtime/components/ui/button-group/index.js +2 -0
  256. package/dist/runtime/components/ui/calendar/Calendar.d.vue.ts +237 -0
  257. package/dist/runtime/components/ui/calendar/Calendar.vue +103 -0
  258. package/dist/runtime/components/ui/calendar/Calendar.vue.d.ts +237 -0
  259. package/dist/runtime/components/ui/calendar/CalendarCell.d.vue.ts +46 -0
  260. package/dist/runtime/components/ui/calendar/CalendarCell.vue +27 -0
  261. package/dist/runtime/components/ui/calendar/CalendarCell.vue.d.ts +46 -0
  262. package/dist/runtime/components/ui/calendar/CalendarCellTrigger.d.vue.ts +57 -0
  263. package/dist/runtime/components/ui/calendar/CalendarCellTrigger.vue +39 -0
  264. package/dist/runtime/components/ui/calendar/CalendarCellTrigger.vue.d.ts +57 -0
  265. package/dist/runtime/components/ui/calendar/CalendarGrid.d.vue.ts +38 -0
  266. package/dist/runtime/components/ui/calendar/CalendarGrid.vue +21 -0
  267. package/dist/runtime/components/ui/calendar/CalendarGrid.vue.d.ts +38 -0
  268. package/dist/runtime/components/ui/calendar/CalendarGridBody.d.vue.ts +30 -0
  269. package/dist/runtime/components/ui/calendar/CalendarGridBody.vue +16 -0
  270. package/dist/runtime/components/ui/calendar/CalendarGridBody.vue.d.ts +30 -0
  271. package/dist/runtime/components/ui/calendar/CalendarGridHead.d.vue.ts +38 -0
  272. package/dist/runtime/components/ui/calendar/CalendarGridHead.vue +17 -0
  273. package/dist/runtime/components/ui/calendar/CalendarGridHead.vue.d.ts +38 -0
  274. package/dist/runtime/components/ui/calendar/CalendarGridRow.d.vue.ts +38 -0
  275. package/dist/runtime/components/ui/calendar/CalendarGridRow.vue +21 -0
  276. package/dist/runtime/components/ui/calendar/CalendarGridRow.vue.d.ts +38 -0
  277. package/dist/runtime/components/ui/calendar/CalendarHeadCell.d.vue.ts +38 -0
  278. package/dist/runtime/components/ui/calendar/CalendarHeadCell.vue +21 -0
  279. package/dist/runtime/components/ui/calendar/CalendarHeadCell.vue.d.ts +38 -0
  280. package/dist/runtime/components/ui/calendar/CalendarHeader.d.vue.ts +38 -0
  281. package/dist/runtime/components/ui/calendar/CalendarHeader.vue +21 -0
  282. package/dist/runtime/components/ui/calendar/CalendarHeader.vue.d.ts +38 -0
  283. package/dist/runtime/components/ui/calendar/CalendarHeading.d.vue.ts +35 -0
  284. package/dist/runtime/components/ui/calendar/CalendarHeading.vue +25 -0
  285. package/dist/runtime/components/ui/calendar/CalendarHeading.vue.d.ts +35 -0
  286. package/dist/runtime/components/ui/calendar/CalendarNextButton.d.vue.ts +46 -0
  287. package/dist/runtime/components/ui/calendar/CalendarNextButton.vue +33 -0
  288. package/dist/runtime/components/ui/calendar/CalendarNextButton.vue.d.ts +46 -0
  289. package/dist/runtime/components/ui/calendar/CalendarPrevButton.d.vue.ts +46 -0
  290. package/dist/runtime/components/ui/calendar/CalendarPrevButton.vue +33 -0
  291. package/dist/runtime/components/ui/calendar/CalendarPrevButton.vue.d.ts +46 -0
  292. package/dist/runtime/components/ui/calendar/index.d.ts +12 -0
  293. package/dist/runtime/components/ui/calendar/index.js +12 -0
  294. package/dist/runtime/components/ui/card/Card.d.vue.ts +20 -0
  295. package/dist/runtime/components/ui/card/Card.vue +14 -0
  296. package/dist/runtime/components/ui/card/Card.vue.d.ts +20 -0
  297. package/dist/runtime/components/ui/card/CardAction.d.vue.ts +20 -0
  298. package/dist/runtime/components/ui/card/CardAction.vue +14 -0
  299. package/dist/runtime/components/ui/card/CardAction.vue.d.ts +20 -0
  300. package/dist/runtime/components/ui/card/CardContent.d.vue.ts +20 -0
  301. package/dist/runtime/components/ui/card/CardContent.vue +14 -0
  302. package/dist/runtime/components/ui/card/CardContent.vue.d.ts +20 -0
  303. package/dist/runtime/components/ui/card/CardDescription.d.vue.ts +20 -0
  304. package/dist/runtime/components/ui/card/CardDescription.vue +14 -0
  305. package/dist/runtime/components/ui/card/CardDescription.vue.d.ts +20 -0
  306. package/dist/runtime/components/ui/card/CardFooter.d.vue.ts +20 -0
  307. package/dist/runtime/components/ui/card/CardFooter.vue +14 -0
  308. package/dist/runtime/components/ui/card/CardFooter.vue.d.ts +20 -0
  309. package/dist/runtime/components/ui/card/CardHeader.d.vue.ts +20 -0
  310. package/dist/runtime/components/ui/card/CardHeader.vue +19 -0
  311. package/dist/runtime/components/ui/card/CardHeader.vue.d.ts +20 -0
  312. package/dist/runtime/components/ui/card/CardTitle.d.vue.ts +20 -0
  313. package/dist/runtime/components/ui/card/CardTitle.vue +14 -0
  314. package/dist/runtime/components/ui/card/CardTitle.vue.d.ts +20 -0
  315. package/dist/runtime/components/ui/card/index.d.ts +1 -0
  316. package/dist/runtime/components/ui/card/index.js +7 -0
  317. package/dist/runtime/components/ui/checkbox/Checkbox.d.vue.ts +122 -0
  318. package/dist/runtime/components/ui/checkbox/Checkbox.vue +51 -0
  319. package/dist/runtime/components/ui/checkbox/Checkbox.vue.d.ts +122 -0
  320. package/dist/runtime/components/ui/checkbox/index.d.ts +5 -0
  321. package/dist/runtime/components/ui/checkbox/index.js +35 -0
  322. package/dist/runtime/components/ui/dropdown-menu/DropdownMenu.d.vue.ts +52 -0
  323. package/dist/runtime/components/ui/dropdown-menu/DropdownMenu.vue +20 -0
  324. package/dist/runtime/components/ui/dropdown-menu/DropdownMenu.vue.d.ts +52 -0
  325. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuCheckboxItem.d.vue.ts +69 -0
  326. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuCheckboxItem.vue +36 -0
  327. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuCheckboxItem.vue.d.ts +69 -0
  328. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuContent.d.vue.ts +195 -0
  329. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuContent.vue +46 -0
  330. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuContent.vue.d.ts +195 -0
  331. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuGroup.d.vue.ts +30 -0
  332. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuGroup.vue +16 -0
  333. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuGroup.vue.d.ts +30 -0
  334. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuItem.d.vue.ts +75 -0
  335. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuItem.vue +32 -0
  336. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuItem.vue.d.ts +75 -0
  337. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuLabel.d.vue.ts +47 -0
  338. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuLabel.vue +23 -0
  339. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuLabel.vue.d.ts +47 -0
  340. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuRadioGroup.d.vue.ts +42 -0
  341. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuRadioGroup.vue +19 -0
  342. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuRadioGroup.vue.d.ts +42 -0
  343. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuRadioItem.d.vue.ts +67 -0
  344. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuRadioItem.vue +36 -0
  345. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuRadioItem.vue.d.ts +67 -0
  346. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuSeparator.d.vue.ts +31 -0
  347. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuSeparator.vue +18 -0
  348. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuSeparator.vue.d.ts +31 -0
  349. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuShortcut.d.vue.ts +20 -0
  350. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuShortcut.vue +14 -0
  351. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuShortcut.vue.d.ts +20 -0
  352. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuSub.d.vue.ts +35 -0
  353. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuSub.vue +18 -0
  354. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuSub.vue.d.ts +35 -0
  355. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuSubContent.d.vue.ts +180 -0
  356. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuSubContent.vue +50 -0
  357. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuSubContent.vue.d.ts +180 -0
  358. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuSubTrigger.d.vue.ts +64 -0
  359. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuSubTrigger.vue +31 -0
  360. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuSubTrigger.vue.d.ts +64 -0
  361. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuTrigger.d.vue.ts +39 -0
  362. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuTrigger.vue +18 -0
  363. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuTrigger.vue.d.ts +39 -0
  364. package/dist/runtime/components/ui/dropdown-menu/index.d.ts +1 -0
  365. package/dist/runtime/components/ui/dropdown-menu/index.js +16 -0
  366. package/dist/runtime/components/ui/input/Input.d.vue.ts +33 -0
  367. package/dist/runtime/components/ui/input/Input.vue +28 -0
  368. package/dist/runtime/components/ui/input/Input.vue.d.ts +33 -0
  369. package/dist/runtime/components/ui/input/index.d.ts +1 -0
  370. package/dist/runtime/components/ui/input/index.js +1 -0
  371. package/dist/runtime/components/ui/label/Label.d.vue.ts +46 -0
  372. package/dist/runtime/components/ui/label/Label.vue +26 -0
  373. package/dist/runtime/components/ui/label/Label.vue.d.ts +46 -0
  374. package/dist/runtime/components/ui/label/index.d.ts +1 -0
  375. package/dist/runtime/components/ui/label/index.js +1 -0
  376. package/dist/runtime/components/ui/multiselect/MultiSelect.d.vue.ts +80 -0
  377. package/dist/runtime/components/ui/multiselect/MultiSelect.vue +98 -0
  378. package/dist/runtime/components/ui/multiselect/MultiSelect.vue.d.ts +80 -0
  379. package/dist/runtime/components/ui/multiselect/index.d.ts +1 -0
  380. package/dist/runtime/components/ui/multiselect/index.js +1 -0
  381. package/dist/runtime/components/ui/pagination/Pagination.d.vue.ts +103 -0
  382. package/dist/runtime/components/ui/pagination/Pagination.vue +30 -0
  383. package/dist/runtime/components/ui/pagination/Pagination.vue.d.ts +103 -0
  384. package/dist/runtime/components/ui/pagination/PaginationContent.d.vue.ts +45 -0
  385. package/dist/runtime/components/ui/pagination/PaginationContent.vue +21 -0
  386. package/dist/runtime/components/ui/pagination/PaginationContent.vue.d.ts +45 -0
  387. package/dist/runtime/components/ui/pagination/PaginationEllipsis.d.vue.ts +38 -0
  388. package/dist/runtime/components/ui/pagination/PaginationEllipsis.vue +24 -0
  389. package/dist/runtime/components/ui/pagination/PaginationEllipsis.vue.d.ts +38 -0
  390. package/dist/runtime/components/ui/pagination/PaginationFirst.d.vue.ts +49 -0
  391. package/dist/runtime/components/ui/pagination/PaginationFirst.vue +27 -0
  392. package/dist/runtime/components/ui/pagination/PaginationFirst.vue.d.ts +49 -0
  393. package/dist/runtime/components/ui/pagination/PaginationItem.d.vue.ts +66 -0
  394. package/dist/runtime/components/ui/pagination/PaginationItem.vue +32 -0
  395. package/dist/runtime/components/ui/pagination/PaginationItem.vue.d.ts +66 -0
  396. package/dist/runtime/components/ui/pagination/PaginationLast.d.vue.ts +49 -0
  397. package/dist/runtime/components/ui/pagination/PaginationLast.vue +27 -0
  398. package/dist/runtime/components/ui/pagination/PaginationLast.vue.d.ts +49 -0
  399. package/dist/runtime/components/ui/pagination/PaginationNext.d.vue.ts +49 -0
  400. package/dist/runtime/components/ui/pagination/PaginationNext.vue +27 -0
  401. package/dist/runtime/components/ui/pagination/PaginationNext.vue.d.ts +49 -0
  402. package/dist/runtime/components/ui/pagination/PaginationPrevious.d.vue.ts +49 -0
  403. package/dist/runtime/components/ui/pagination/PaginationPrevious.vue +27 -0
  404. package/dist/runtime/components/ui/pagination/PaginationPrevious.vue.d.ts +49 -0
  405. package/dist/runtime/components/ui/pagination/index.d.ts +1 -0
  406. package/dist/runtime/components/ui/pagination/index.js +8 -0
  407. package/dist/runtime/components/ui/popover/Popover.d.vue.ts +44 -0
  408. package/dist/runtime/components/ui/popover/Popover.vue +19 -0
  409. package/dist/runtime/components/ui/popover/Popover.vue.d.ts +44 -0
  410. package/dist/runtime/components/ui/popover/PopoverAnchor.d.vue.ts +38 -0
  411. package/dist/runtime/components/ui/popover/PopoverAnchor.vue +17 -0
  412. package/dist/runtime/components/ui/popover/PopoverAnchor.vue.d.ts +38 -0
  413. package/dist/runtime/components/ui/popover/PopoverContent.d.vue.ts +200 -0
  414. package/dist/runtime/components/ui/popover/PopoverContent.vue +56 -0
  415. package/dist/runtime/components/ui/popover/PopoverContent.vue.d.ts +200 -0
  416. package/dist/runtime/components/ui/popover/PopoverTrigger.d.vue.ts +30 -0
  417. package/dist/runtime/components/ui/popover/PopoverTrigger.vue +16 -0
  418. package/dist/runtime/components/ui/popover/PopoverTrigger.vue.d.ts +30 -0
  419. package/dist/runtime/components/ui/popover/index.d.ts +1 -0
  420. package/dist/runtime/components/ui/popover/index.js +4 -0
  421. package/dist/runtime/components/ui/progress/Progress.d.vue.ts +66 -0
  422. package/dist/runtime/components/ui/progress/Progress.vue +28 -0
  423. package/dist/runtime/components/ui/progress/Progress.vue.d.ts +66 -0
  424. package/dist/runtime/components/ui/progress/index.d.ts +1 -0
  425. package/dist/runtime/components/ui/progress/index.js +1 -0
  426. package/dist/runtime/components/ui/resizable/ResizableHandle.d.vue.ts +77 -0
  427. package/dist/runtime/components/ui/resizable/ResizableHandle.vue +37 -0
  428. package/dist/runtime/components/ui/resizable/ResizableHandle.vue.d.ts +77 -0
  429. package/dist/runtime/components/ui/resizable/ResizablePanel.d.vue.ts +101 -0
  430. package/dist/runtime/components/ui/resizable/ResizablePanel.vue +50 -0
  431. package/dist/runtime/components/ui/resizable/ResizablePanel.vue.d.ts +101 -0
  432. package/dist/runtime/components/ui/resizable/ResizablePanelGroup.d.vue.ts +82 -0
  433. package/dist/runtime/components/ui/resizable/ResizablePanelGroup.vue +27 -0
  434. package/dist/runtime/components/ui/resizable/ResizablePanelGroup.vue.d.ts +82 -0
  435. package/dist/runtime/components/ui/resizable/index.d.ts +1 -0
  436. package/dist/runtime/components/ui/resizable/index.js +3 -0
  437. package/dist/runtime/components/ui/select/Select.d.vue.ts +112 -0
  438. package/dist/runtime/components/ui/select/Select.vue +27 -0
  439. package/dist/runtime/components/ui/select/Select.vue.d.ts +112 -0
  440. package/dist/runtime/components/ui/select/SelectContent.d.vue.ts +199 -0
  441. package/dist/runtime/components/ui/select/SelectContent.vue +65 -0
  442. package/dist/runtime/components/ui/select/SelectContent.vue.d.ts +199 -0
  443. package/dist/runtime/components/ui/select/SelectGroup.d.vue.ts +30 -0
  444. package/dist/runtime/components/ui/select/SelectGroup.vue +16 -0
  445. package/dist/runtime/components/ui/select/SelectGroup.vue.d.ts +30 -0
  446. package/dist/runtime/components/ui/select/SelectItem.d.vue.ts +63 -0
  447. package/dist/runtime/components/ui/select/SelectItem.vue +38 -0
  448. package/dist/runtime/components/ui/select/SelectItem.vue.d.ts +63 -0
  449. package/dist/runtime/components/ui/select/SelectItemText.d.vue.ts +30 -0
  450. package/dist/runtime/components/ui/select/SelectItemText.vue +16 -0
  451. package/dist/runtime/components/ui/select/SelectItemText.vue.d.ts +30 -0
  452. package/dist/runtime/components/ui/select/SelectLabel.d.vue.ts +46 -0
  453. package/dist/runtime/components/ui/select/SelectLabel.vue +18 -0
  454. package/dist/runtime/components/ui/select/SelectLabel.vue.d.ts +46 -0
  455. package/dist/runtime/components/ui/select/SelectScrollDownButton.d.vue.ts +38 -0
  456. package/dist/runtime/components/ui/select/SelectScrollDownButton.vue +24 -0
  457. package/dist/runtime/components/ui/select/SelectScrollDownButton.vue.d.ts +38 -0
  458. package/dist/runtime/components/ui/select/SelectScrollUpButton.d.vue.ts +38 -0
  459. package/dist/runtime/components/ui/select/SelectScrollUpButton.vue +24 -0
  460. package/dist/runtime/components/ui/select/SelectScrollUpButton.vue.d.ts +38 -0
  461. package/dist/runtime/components/ui/select/SelectSeparator.d.vue.ts +31 -0
  462. package/dist/runtime/components/ui/select/SelectSeparator.vue +18 -0
  463. package/dist/runtime/components/ui/select/SelectSeparator.vue.d.ts +31 -0
  464. package/dist/runtime/components/ui/select/SelectTrigger.d.vue.ts +66 -0
  465. package/dist/runtime/components/ui/select/SelectTrigger.vue +34 -0
  466. package/dist/runtime/components/ui/select/SelectTrigger.vue.d.ts +66 -0
  467. package/dist/runtime/components/ui/select/SelectValue.d.vue.ts +38 -0
  468. package/dist/runtime/components/ui/select/SelectValue.vue +17 -0
  469. package/dist/runtime/components/ui/select/SelectValue.vue.d.ts +38 -0
  470. package/dist/runtime/components/ui/select/index.d.ts +11 -0
  471. package/dist/runtime/components/ui/select/index.js +11 -0
  472. package/dist/runtime/components/ui/separator/Separator.d.vue.ts +53 -0
  473. package/dist/runtime/components/ui/separator/Separator.vue +25 -0
  474. package/dist/runtime/components/ui/separator/Separator.vue.d.ts +53 -0
  475. package/dist/runtime/components/ui/separator/index.d.ts +1 -0
  476. package/dist/runtime/components/ui/separator/index.js +1 -0
  477. package/dist/runtime/components/ui/sheet/Sheet.d.vue.ts +44 -0
  478. package/dist/runtime/components/ui/sheet/Sheet.vue +19 -0
  479. package/dist/runtime/components/ui/sheet/Sheet.vue.d.ts +44 -0
  480. package/dist/runtime/components/ui/sheet/SheetClose.d.vue.ts +30 -0
  481. package/dist/runtime/components/ui/sheet/SheetClose.vue +16 -0
  482. package/dist/runtime/components/ui/sheet/SheetClose.vue.d.ts +30 -0
  483. package/dist/runtime/components/ui/sheet/SheetContent.d.vue.ts +90 -0
  484. package/dist/runtime/components/ui/sheet/SheetContent.vue +61 -0
  485. package/dist/runtime/components/ui/sheet/SheetContent.vue.d.ts +90 -0
  486. package/dist/runtime/components/ui/sheet/SheetDescription.d.vue.ts +38 -0
  487. package/dist/runtime/components/ui/sheet/SheetDescription.vue +20 -0
  488. package/dist/runtime/components/ui/sheet/SheetDescription.vue.d.ts +38 -0
  489. package/dist/runtime/components/ui/sheet/SheetFooter.d.vue.ts +20 -0
  490. package/dist/runtime/components/ui/sheet/SheetFooter.vue +14 -0
  491. package/dist/runtime/components/ui/sheet/SheetFooter.vue.d.ts +20 -0
  492. package/dist/runtime/components/ui/sheet/SheetHeader.d.vue.ts +20 -0
  493. package/dist/runtime/components/ui/sheet/SheetHeader.vue +14 -0
  494. package/dist/runtime/components/ui/sheet/SheetHeader.vue.d.ts +20 -0
  495. package/dist/runtime/components/ui/sheet/SheetOverlay.d.vue.ts +47 -0
  496. package/dist/runtime/components/ui/sheet/SheetOverlay.vue +26 -0
  497. package/dist/runtime/components/ui/sheet/SheetOverlay.vue.d.ts +47 -0
  498. package/dist/runtime/components/ui/sheet/SheetTitle.d.vue.ts +38 -0
  499. package/dist/runtime/components/ui/sheet/SheetTitle.vue +20 -0
  500. package/dist/runtime/components/ui/sheet/SheetTitle.vue.d.ts +38 -0
  501. package/dist/runtime/components/ui/sheet/SheetTrigger.d.vue.ts +30 -0
  502. package/dist/runtime/components/ui/sheet/SheetTrigger.vue +16 -0
  503. package/dist/runtime/components/ui/sheet/SheetTrigger.vue.d.ts +30 -0
  504. package/dist/runtime/components/ui/sheet/index.d.ts +1 -0
  505. package/dist/runtime/components/ui/sheet/index.js +8 -0
  506. package/dist/runtime/components/ui/sidebar/Sidebar.d.vue.ts +58 -0
  507. package/dist/runtime/components/ui/sidebar/Sidebar.vue +97 -0
  508. package/dist/runtime/components/ui/sidebar/Sidebar.vue.d.ts +58 -0
  509. package/dist/runtime/components/ui/sidebar/SidebarContent.d.vue.ts +20 -0
  510. package/dist/runtime/components/ui/sidebar/SidebarContent.vue +17 -0
  511. package/dist/runtime/components/ui/sidebar/SidebarContent.vue.d.ts +20 -0
  512. package/dist/runtime/components/ui/sidebar/SidebarFooter.d.vue.ts +20 -0
  513. package/dist/runtime/components/ui/sidebar/SidebarFooter.vue +15 -0
  514. package/dist/runtime/components/ui/sidebar/SidebarFooter.vue.d.ts +20 -0
  515. package/dist/runtime/components/ui/sidebar/SidebarGroup.d.vue.ts +20 -0
  516. package/dist/runtime/components/ui/sidebar/SidebarGroup.vue +15 -0
  517. package/dist/runtime/components/ui/sidebar/SidebarGroup.vue.d.ts +20 -0
  518. package/dist/runtime/components/ui/sidebar/SidebarGroupAction.d.vue.ts +38 -0
  519. package/dist/runtime/components/ui/sidebar/SidebarGroupAction.vue +27 -0
  520. package/dist/runtime/components/ui/sidebar/SidebarGroupAction.vue.d.ts +38 -0
  521. package/dist/runtime/components/ui/sidebar/SidebarGroupContent.d.vue.ts +20 -0
  522. package/dist/runtime/components/ui/sidebar/SidebarGroupContent.vue +15 -0
  523. package/dist/runtime/components/ui/sidebar/SidebarGroupContent.vue.d.ts +20 -0
  524. package/dist/runtime/components/ui/sidebar/SidebarGroupLabel.d.vue.ts +38 -0
  525. package/dist/runtime/components/ui/sidebar/SidebarGroupLabel.vue +26 -0
  526. package/dist/runtime/components/ui/sidebar/SidebarGroupLabel.vue.d.ts +38 -0
  527. package/dist/runtime/components/ui/sidebar/SidebarHeader.d.vue.ts +20 -0
  528. package/dist/runtime/components/ui/sidebar/SidebarHeader.vue +15 -0
  529. package/dist/runtime/components/ui/sidebar/SidebarHeader.vue.d.ts +20 -0
  530. package/dist/runtime/components/ui/sidebar/SidebarInput.d.vue.ts +20 -0
  531. package/dist/runtime/components/ui/sidebar/SidebarInput.vue +15 -0
  532. package/dist/runtime/components/ui/sidebar/SidebarInput.vue.d.ts +20 -0
  533. package/dist/runtime/components/ui/sidebar/SidebarInset.d.vue.ts +20 -0
  534. package/dist/runtime/components/ui/sidebar/SidebarInset.vue +20 -0
  535. package/dist/runtime/components/ui/sidebar/SidebarInset.vue.d.ts +20 -0
  536. package/dist/runtime/components/ui/sidebar/SidebarMenu.d.vue.ts +20 -0
  537. package/dist/runtime/components/ui/sidebar/SidebarMenu.vue +15 -0
  538. package/dist/runtime/components/ui/sidebar/SidebarMenu.vue.d.ts +20 -0
  539. package/dist/runtime/components/ui/sidebar/SidebarMenuAction.d.vue.ts +50 -0
  540. package/dist/runtime/components/ui/sidebar/SidebarMenuAction.vue +33 -0
  541. package/dist/runtime/components/ui/sidebar/SidebarMenuAction.vue.d.ts +50 -0
  542. package/dist/runtime/components/ui/sidebar/SidebarMenuBadge.d.vue.ts +20 -0
  543. package/dist/runtime/components/ui/sidebar/SidebarMenuBadge.vue +25 -0
  544. package/dist/runtime/components/ui/sidebar/SidebarMenuBadge.vue.d.ts +20 -0
  545. package/dist/runtime/components/ui/sidebar/SidebarMenuButton.d.vue.ts +82 -0
  546. package/dist/runtime/components/ui/sidebar/SidebarMenuButton.vue +49 -0
  547. package/dist/runtime/components/ui/sidebar/SidebarMenuButton.vue.d.ts +82 -0
  548. package/dist/runtime/components/ui/sidebar/SidebarMenuButtonChild.d.vue.ts +72 -0
  549. package/dist/runtime/components/ui/sidebar/SidebarMenuButtonChild.vue +27 -0
  550. package/dist/runtime/components/ui/sidebar/SidebarMenuButtonChild.vue.d.ts +72 -0
  551. package/dist/runtime/components/ui/sidebar/SidebarMenuItem.d.vue.ts +20 -0
  552. package/dist/runtime/components/ui/sidebar/SidebarMenuItem.vue +15 -0
  553. package/dist/runtime/components/ui/sidebar/SidebarMenuItem.vue.d.ts +20 -0
  554. package/dist/runtime/components/ui/sidebar/SidebarMenuSkeleton.d.vue.ts +23 -0
  555. package/dist/runtime/components/ui/sidebar/SidebarMenuSkeleton.vue +30 -0
  556. package/dist/runtime/components/ui/sidebar/SidebarMenuSkeleton.vue.d.ts +23 -0
  557. package/dist/runtime/components/ui/sidebar/SidebarMenuSub.d.vue.ts +20 -0
  558. package/dist/runtime/components/ui/sidebar/SidebarMenuSub.vue +21 -0
  559. package/dist/runtime/components/ui/sidebar/SidebarMenuSub.vue.d.ts +20 -0
  560. package/dist/runtime/components/ui/sidebar/SidebarMenuSubButton.d.vue.ts +61 -0
  561. package/dist/runtime/components/ui/sidebar/SidebarMenuSubButton.vue +33 -0
  562. package/dist/runtime/components/ui/sidebar/SidebarMenuSubButton.vue.d.ts +61 -0
  563. package/dist/runtime/components/ui/sidebar/SidebarMenuSubItem.d.vue.ts +20 -0
  564. package/dist/runtime/components/ui/sidebar/SidebarMenuSubItem.vue +15 -0
  565. package/dist/runtime/components/ui/sidebar/SidebarMenuSubItem.vue.d.ts +20 -0
  566. package/dist/runtime/components/ui/sidebar/SidebarProvider.d.vue.ts +47 -0
  567. package/dist/runtime/components/ui/sidebar/SidebarProvider.vue +67 -0
  568. package/dist/runtime/components/ui/sidebar/SidebarProvider.vue.d.ts +47 -0
  569. package/dist/runtime/components/ui/sidebar/SidebarRail.d.vue.ts +20 -0
  570. package/dist/runtime/components/ui/sidebar/SidebarRail.vue +31 -0
  571. package/dist/runtime/components/ui/sidebar/SidebarRail.vue.d.ts +20 -0
  572. package/dist/runtime/components/ui/sidebar/SidebarSeparator.d.vue.ts +20 -0
  573. package/dist/runtime/components/ui/sidebar/SidebarSeparator.vue +15 -0
  574. package/dist/runtime/components/ui/sidebar/SidebarSeparator.vue.d.ts +20 -0
  575. package/dist/runtime/components/ui/sidebar/SidebarTrigger.d.vue.ts +13 -0
  576. package/dist/runtime/components/ui/sidebar/SidebarTrigger.vue +22 -0
  577. package/dist/runtime/components/ui/sidebar/SidebarTrigger.vue.d.ts +13 -0
  578. package/dist/runtime/components/ui/sidebar/index.d.ts +28 -0
  579. package/dist/runtime/components/ui/sidebar/index.js +49 -0
  580. package/dist/runtime/components/ui/sidebar/utils.d.ts +8 -0
  581. package/dist/runtime/components/ui/sidebar/utils.js +10 -0
  582. package/dist/runtime/components/ui/skeleton/Skeleton.d.vue.ts +13 -0
  583. package/dist/runtime/components/ui/skeleton/Skeleton.vue +12 -0
  584. package/dist/runtime/components/ui/skeleton/Skeleton.vue.d.ts +13 -0
  585. package/dist/runtime/components/ui/skeleton/index.d.ts +1 -0
  586. package/dist/runtime/components/ui/skeleton/index.js +1 -0
  587. package/dist/runtime/components/ui/sonner/Sonner.d.vue.ts +162 -0
  588. package/dist/runtime/components/ui/sonner/Sonner.vue +36 -0
  589. package/dist/runtime/components/ui/sonner/Sonner.vue.d.ts +162 -0
  590. package/dist/runtime/components/ui/sonner/index.d.ts +1 -0
  591. package/dist/runtime/components/ui/sonner/index.js +1 -0
  592. package/dist/runtime/components/ui/stepper/Stepper.d.vue.ts +95 -0
  593. package/dist/runtime/components/ui/stepper/Stepper.vue +27 -0
  594. package/dist/runtime/components/ui/stepper/Stepper.vue.d.ts +95 -0
  595. package/dist/runtime/components/ui/stepper/StepperDescription.d.vue.ts +38 -0
  596. package/dist/runtime/components/ui/stepper/StepperDescription.vue +21 -0
  597. package/dist/runtime/components/ui/stepper/StepperDescription.vue.d.ts +38 -0
  598. package/dist/runtime/components/ui/stepper/StepperIndicator.d.vue.ts +38 -0
  599. package/dist/runtime/components/ui/stepper/StepperIndicator.vue +31 -0
  600. package/dist/runtime/components/ui/stepper/StepperIndicator.vue.d.ts +38 -0
  601. package/dist/runtime/components/ui/stepper/StepperItem.d.vue.ts +78 -0
  602. package/dist/runtime/components/ui/stepper/StepperItem.vue +42 -0
  603. package/dist/runtime/components/ui/stepper/StepperItem.vue.d.ts +78 -0
  604. package/dist/runtime/components/ui/stepper/StepperSeparator.d.vue.ts +48 -0
  605. package/dist/runtime/components/ui/stepper/StepperSeparator.vue +29 -0
  606. package/dist/runtime/components/ui/stepper/StepperSeparator.vue.d.ts +48 -0
  607. package/dist/runtime/components/ui/stepper/StepperTitle.d.vue.ts +38 -0
  608. package/dist/runtime/components/ui/stepper/StepperTitle.vue +20 -0
  609. package/dist/runtime/components/ui/stepper/StepperTitle.vue.d.ts +38 -0
  610. package/dist/runtime/components/ui/stepper/StepperTrigger.d.vue.ts +48 -0
  611. package/dist/runtime/components/ui/stepper/StepperTrigger.vue +37 -0
  612. package/dist/runtime/components/ui/stepper/StepperTrigger.vue.d.ts +48 -0
  613. package/dist/runtime/components/ui/stepper/index.d.ts +1 -0
  614. package/dist/runtime/components/ui/stepper/index.js +7 -0
  615. package/dist/runtime/components/ui/switch/Switch.d.vue.ts +123 -0
  616. package/dist/runtime/components/ui/switch/Switch.vue +69 -0
  617. package/dist/runtime/components/ui/switch/Switch.vue.d.ts +123 -0
  618. package/dist/runtime/components/ui/switch/index.d.ts +5 -0
  619. package/dist/runtime/components/ui/switch/index.js +33 -0
  620. package/dist/runtime/components/ui/table/Table.d.vue.ts +20 -0
  621. package/dist/runtime/components/ui/table/Table.vue +19 -0
  622. package/dist/runtime/components/ui/table/Table.vue.d.ts +20 -0
  623. package/dist/runtime/components/ui/table/TableBody.d.vue.ts +20 -0
  624. package/dist/runtime/components/ui/table/TableBody.vue +14 -0
  625. package/dist/runtime/components/ui/table/TableBody.vue.d.ts +20 -0
  626. package/dist/runtime/components/ui/table/TableCaption.d.vue.ts +20 -0
  627. package/dist/runtime/components/ui/table/TableCaption.vue +14 -0
  628. package/dist/runtime/components/ui/table/TableCaption.vue.d.ts +20 -0
  629. package/dist/runtime/components/ui/table/TableCell.d.vue.ts +20 -0
  630. package/dist/runtime/components/ui/table/TableCell.vue +19 -0
  631. package/dist/runtime/components/ui/table/TableCell.vue.d.ts +20 -0
  632. package/dist/runtime/components/ui/table/TableEmpty.d.vue.ts +32 -0
  633. package/dist/runtime/components/ui/table/TableEmpty.vue +23 -0
  634. package/dist/runtime/components/ui/table/TableEmpty.vue.d.ts +32 -0
  635. package/dist/runtime/components/ui/table/TableFooter.d.vue.ts +20 -0
  636. package/dist/runtime/components/ui/table/TableFooter.vue +14 -0
  637. package/dist/runtime/components/ui/table/TableFooter.vue.d.ts +20 -0
  638. package/dist/runtime/components/ui/table/TableHead.d.vue.ts +20 -0
  639. package/dist/runtime/components/ui/table/TableHead.vue +19 -0
  640. package/dist/runtime/components/ui/table/TableHead.vue.d.ts +20 -0
  641. package/dist/runtime/components/ui/table/TableHeader.d.vue.ts +20 -0
  642. package/dist/runtime/components/ui/table/TableHeader.vue +14 -0
  643. package/dist/runtime/components/ui/table/TableHeader.vue.d.ts +20 -0
  644. package/dist/runtime/components/ui/table/TableRow.d.vue.ts +20 -0
  645. package/dist/runtime/components/ui/table/TableRow.vue +14 -0
  646. package/dist/runtime/components/ui/table/TableRow.vue.d.ts +20 -0
  647. package/dist/runtime/components/ui/table/index.d.ts +1 -0
  648. package/dist/runtime/components/ui/table/index.js +9 -0
  649. package/dist/runtime/components/ui/table/utils.d.ts +1 -0
  650. package/dist/runtime/components/ui/table/utils.js +3 -0
  651. package/dist/runtime/components/ui/tabs/Tabs.d.vue.ts +91 -0
  652. package/dist/runtime/components/ui/tabs/Tabs.vue +28 -0
  653. package/dist/runtime/components/ui/tabs/Tabs.vue.d.ts +91 -0
  654. package/dist/runtime/components/ui/tabs/TabsContent.d.vue.ts +55 -0
  655. package/dist/runtime/components/ui/tabs/TabsContent.vue +22 -0
  656. package/dist/runtime/components/ui/tabs/TabsContent.vue.d.ts +55 -0
  657. package/dist/runtime/components/ui/tabs/TabsList.d.vue.ts +47 -0
  658. package/dist/runtime/components/ui/tabs/TabsList.vue +26 -0
  659. package/dist/runtime/components/ui/tabs/TabsList.vue.d.ts +47 -0
  660. package/dist/runtime/components/ui/tabs/TabsTrigger.d.vue.ts +55 -0
  661. package/dist/runtime/components/ui/tabs/TabsTrigger.vue +28 -0
  662. package/dist/runtime/components/ui/tabs/TabsTrigger.vue.d.ts +55 -0
  663. package/dist/runtime/components/ui/tabs/index.d.ts +1 -0
  664. package/dist/runtime/components/ui/tabs/index.js +4 -0
  665. package/dist/runtime/components/ui/tags-input/TagsInput.d.vue.ts +174 -0
  666. package/dist/runtime/components/ui/tags-input/TagsInput.vue +41 -0
  667. package/dist/runtime/components/ui/tags-input/TagsInput.vue.d.ts +174 -0
  668. package/dist/runtime/components/ui/tags-input/TagsInputInput.d.vue.ts +56 -0
  669. package/dist/runtime/components/ui/tags-input/TagsInputInput.vue +21 -0
  670. package/dist/runtime/components/ui/tags-input/TagsInputInput.vue.d.ts +56 -0
  671. package/dist/runtime/components/ui/tags-input/TagsInputItem.d.vue.ts +55 -0
  672. package/dist/runtime/components/ui/tags-input/TagsInputItem.vue +27 -0
  673. package/dist/runtime/components/ui/tags-input/TagsInputItem.vue.d.ts +55 -0
  674. package/dist/runtime/components/ui/tags-input/TagsInputItemDelete.d.vue.ts +38 -0
  675. package/dist/runtime/components/ui/tags-input/TagsInputItemDelete.vue +23 -0
  676. package/dist/runtime/components/ui/tags-input/TagsInputItemDelete.vue.d.ts +38 -0
  677. package/dist/runtime/components/ui/tags-input/TagsInputItemText.d.vue.ts +31 -0
  678. package/dist/runtime/components/ui/tags-input/TagsInputItemText.vue +18 -0
  679. package/dist/runtime/components/ui/tags-input/TagsInputItemText.vue.d.ts +31 -0
  680. package/dist/runtime/components/ui/tags-input/index.d.ts +1 -0
  681. package/dist/runtime/components/ui/tags-input/index.js +5 -0
  682. package/dist/runtime/components/ui/textarea/Textarea.d.vue.ts +33 -0
  683. package/dist/runtime/components/ui/textarea/Textarea.vue +26 -0
  684. package/dist/runtime/components/ui/textarea/Textarea.vue.d.ts +33 -0
  685. package/dist/runtime/components/ui/textarea/index.d.ts +1 -0
  686. package/dist/runtime/components/ui/textarea/index.js +1 -0
  687. package/dist/runtime/components/ui/toggle/Toggle.d.vue.ts +114 -0
  688. package/dist/runtime/components/ui/toggle/Toggle.vue +31 -0
  689. package/dist/runtime/components/ui/toggle/Toggle.vue.d.ts +114 -0
  690. package/dist/runtime/components/ui/toggle/index.d.ts +5 -0
  691. package/dist/runtime/components/ui/toggle/index.js +24 -0
  692. package/dist/runtime/components/ui/toggle-group/ToggleGroup.d.vue.ts +144 -0
  693. package/dist/runtime/components/ui/toggle-group/ToggleGroup.vue +42 -0
  694. package/dist/runtime/components/ui/toggle-group/ToggleGroup.vue.d.ts +144 -0
  695. package/dist/runtime/components/ui/toggle-group/ToggleGroupItem.d.vue.ts +76 -0
  696. package/dist/runtime/components/ui/toggle-group/ToggleGroupItem.vue +40 -0
  697. package/dist/runtime/components/ui/toggle-group/ToggleGroupItem.vue.d.ts +76 -0
  698. package/dist/runtime/components/ui/toggle-group/index.d.ts +1 -0
  699. package/dist/runtime/components/ui/toggle-group/index.js +2 -0
  700. package/dist/runtime/components/ui/tooltip/Tooltip.d.vue.ts +79 -0
  701. package/dist/runtime/components/ui/tooltip/Tooltip.vue +23 -0
  702. package/dist/runtime/components/ui/tooltip/Tooltip.vue.d.ts +79 -0
  703. package/dist/runtime/components/ui/tooltip/TooltipContent.d.vue.ts +162 -0
  704. package/dist/runtime/components/ui/tooltip/TooltipContent.vue +50 -0
  705. package/dist/runtime/components/ui/tooltip/TooltipContent.vue.d.ts +162 -0
  706. package/dist/runtime/components/ui/tooltip/TooltipProvider.d.vue.ts +68 -0
  707. package/dist/runtime/components/ui/tooltip/TooltipProvider.vue +17 -0
  708. package/dist/runtime/components/ui/tooltip/TooltipProvider.vue.d.ts +68 -0
  709. package/dist/runtime/components/ui/tooltip/TooltipTrigger.d.vue.ts +38 -0
  710. package/dist/runtime/components/ui/tooltip/TooltipTrigger.vue +17 -0
  711. package/dist/runtime/components/ui/tooltip/TooltipTrigger.vue.d.ts +38 -0
  712. package/dist/runtime/components/ui/tooltip/index.d.ts +1 -0
  713. package/dist/runtime/components/ui/tooltip/index.js +4 -0
  714. package/dist/runtime/composables/useAPI.d.ts +463 -0
  715. package/dist/runtime/composables/useAPI.js +991 -0
  716. package/dist/runtime/composables/useColorMode.d.ts +19 -0
  717. package/dist/runtime/composables/useColorMode.js +292 -0
  718. package/dist/runtime/composables/useStepper.d.ts +19 -0
  719. package/dist/runtime/composables/useStepper.js +71 -0
  720. package/dist/runtime/composables/useTimeline.d.ts +6 -0
  721. package/dist/runtime/composables/useTimeline.js +188 -0
  722. package/dist/runtime/composables/useViewAPI.d.ts +513 -0
  723. package/dist/runtime/composables/useViewAPI.js +965 -0
  724. package/dist/runtime/core/config.d.ts +166 -0
  725. package/dist/runtime/core/config.js +118 -0
  726. package/dist/runtime/core/stepper/StepState.d.ts +332 -0
  727. package/dist/runtime/core/stepper/StepState.js +775 -0
  728. package/dist/runtime/core/stepper/Stepper.d.ts +165 -0
  729. package/dist/runtime/core/stepper/Stepper.js +618 -0
  730. package/dist/runtime/core/stepper/StepperProxy.d.ts +21 -0
  731. package/dist/runtime/core/stepper/StepperProxy.js +57 -0
  732. package/dist/runtime/core/stepper/StepperSerializer.d.ts +29 -0
  733. package/dist/runtime/core/stepper/StepperSerializer.js +234 -0
  734. package/dist/runtime/core/timeline/Timeline.d.ts +101 -0
  735. package/dist/runtime/core/timeline/Timeline.js +495 -0
  736. package/dist/runtime/css/main.css +1 -0
  737. package/dist/runtime/css/smile.css +1 -0
  738. package/dist/runtime/layouts/development.d.vue.ts +10 -0
  739. package/dist/runtime/layouts/development.vue +189 -0
  740. package/dist/runtime/layouts/development.vue.d.ts +10 -0
  741. package/dist/runtime/layouts/experiment.d.vue.ts +13 -0
  742. package/dist/runtime/layouts/experiment.vue +10 -0
  743. package/dist/runtime/layouts/experiment.vue.d.ts +13 -0
  744. package/dist/runtime/layouts/presentation.d.vue.ts +10 -0
  745. package/dist/runtime/layouts/presentation.vue +45 -0
  746. package/dist/runtime/layouts/presentation.vue.d.ts +10 -0
  747. package/dist/runtime/lib/utils.d.ts +1 -0
  748. package/dist/runtime/lib/utils.js +6 -0
  749. package/dist/runtime/middleware/timeline.global.d.ts +21 -0
  750. package/dist/runtime/middleware/timeline.global.js +422 -0
  751. package/dist/runtime/pages/[...slug].d.vue.ts +3 -0
  752. package/dist/runtime/pages/[...slug].vue +40 -0
  753. package/dist/runtime/pages/[...slug].vue.d.ts +3 -0
  754. package/dist/runtime/pages/dev/[...slug].d.vue.ts +3 -0
  755. package/dist/runtime/pages/dev/[...slug].vue +53 -0
  756. package/dist/runtime/pages/dev/[...slug].vue.d.ts +3 -0
  757. package/dist/runtime/pages/dev-login.d.vue.ts +3 -0
  758. package/dist/runtime/pages/dev-login.vue +56 -0
  759. package/dist/runtime/pages/dev-login.vue.d.ts +3 -0
  760. package/dist/runtime/pages/info.d.vue.ts +3 -0
  761. package/dist/runtime/pages/info.vue +462 -0
  762. package/dist/runtime/pages/info.vue.d.ts +3 -0
  763. package/dist/runtime/pages/presentation/[...slug].d.vue.ts +3 -0
  764. package/dist/runtime/pages/presentation/[...slug].vue +65 -0
  765. package/dist/runtime/pages/presentation/[...slug].vue.d.ts +3 -0
  766. package/dist/runtime/plugins/dev-sync.client.d.ts +2 -0
  767. package/dist/runtime/plugins/dev-sync.client.js +26 -0
  768. package/dist/runtime/plugins/seed.client.d.ts +2 -0
  769. package/dist/runtime/plugins/seed.client.js +44 -0
  770. package/dist/runtime/plugins/store-sync.client.d.ts +2 -0
  771. package/dist/runtime/plugins/store-sync.client.js +74 -0
  772. package/dist/runtime/plugins/timeline.client.d.ts +6 -0
  773. package/dist/runtime/plugins/timeline.client.js +10 -0
  774. package/dist/runtime/server/api/auth/login.post.d.ts +2 -0
  775. package/dist/runtime/server/api/auth/login.post.js +29 -0
  776. package/dist/runtime/server/api/auth/logout.post.d.ts +2 -0
  777. package/dist/runtime/server/api/auth/logout.post.js +12 -0
  778. package/dist/runtime/server/api/auth/session.get.d.ts +2 -0
  779. package/dist/runtime/server/api/auth/session.get.js +15 -0
  780. package/dist/runtime/server/api/participants/[id]/private.patch.d.ts +2 -0
  781. package/dist/runtime/server/api/participants/[id]/private.patch.js +20 -0
  782. package/dist/runtime/server/api/participants/[id]/private.post.d.ts +2 -0
  783. package/dist/runtime/server/api/participants/[id]/private.post.js +21 -0
  784. package/dist/runtime/server/api/participants/[id].get.d.ts +2 -0
  785. package/dist/runtime/server/api/participants/[id].get.js +15 -0
  786. package/dist/runtime/server/api/participants/[id].patch.d.ts +2 -0
  787. package/dist/runtime/server/api/participants/[id].patch.js +20 -0
  788. package/dist/runtime/server/api/participants/index.post.d.ts +2 -0
  789. package/dist/runtime/server/api/participants/index.post.js +17 -0
  790. package/dist/runtime/server/api/qr.get.d.ts +2 -0
  791. package/dist/runtime/server/api/qr.get.js +19 -0
  792. package/dist/runtime/server/database/schema.d.ts +235 -0
  793. package/dist/runtime/server/database/schema.js +19 -0
  794. package/dist/runtime/server/middleware/dev-auth.d.ts +2 -0
  795. package/dist/runtime/server/middleware/dev-auth.js +32 -0
  796. package/dist/runtime/server/plugins/migrate.d.ts +2 -0
  797. package/dist/runtime/server/plugins/migrate.js +30 -0
  798. package/dist/runtime/server/tsconfig.json +3 -0
  799. package/dist/runtime/server/utils/db.d.ts +3 -0
  800. package/dist/runtime/server/utils/db.js +21 -0
  801. package/dist/runtime/stores/log.d.ts +37 -0
  802. package/dist/runtime/stores/log.js +211 -0
  803. package/dist/runtime/stores/smilestore.d.ts +8234 -0
  804. package/dist/runtime/stores/smilestore.js +577 -0
  805. package/dist/runtime/utils/randomization.d.ts +57 -0
  806. package/dist/runtime/utils/randomization.js +189 -0
  807. package/dist/runtime/utils/utils.d.ts +19 -0
  808. package/dist/runtime/utils/utils.js +147 -0
  809. package/dist/types.d.mts +3 -0
  810. package/package.json +107 -0
@@ -0,0 +1,1206 @@
1
+ <script setup>
2
+ import { reactive, computed, ref } from "vue";
3
+ import { CalendarIcon } from "lucide-vue-next";
4
+ const api = useViewAPI();
5
+ api.steps.append([{ id: "survey_page1" }, { id: "survey_page2" }, { id: "survey_page3" }]);
6
+ const isPopoverOpen = ref(false);
7
+ if (!api.persist.isDefined("forminfo")) {
8
+ api.persist.forminfo = reactive({
9
+ dob: "",
10
+ gender: "",
11
+ race: "",
12
+ hispanic: "",
13
+ fluent_english: "",
14
+ normal_vision: "",
15
+ color_blind: "",
16
+ learning_disability: "",
17
+ neurodevelopmental_disorder: "",
18
+ psychiatric_disorder: "",
19
+ country: "",
20
+ zipcode: "",
21
+ education_level: "",
22
+ household_income: ""
23
+ });
24
+ }
25
+ const formattedDate = computed(() => {
26
+ if (!api.persist.forminfo.dob) return "Pick a date";
27
+ const date = /* @__PURE__ */ new Date(api.persist.forminfo.dob + "T00:00:00");
28
+ return new Intl.DateTimeFormat("en-US", { dateStyle: "long" }).format(date);
29
+ });
30
+ const page_one_complete = computed(
31
+ () => api.persist.forminfo.dob !== "" && api.persist.forminfo.gender !== "" && api.persist.forminfo.race !== "" && api.persist.forminfo.hispanic !== "" && api.persist.forminfo.fluent_english !== ""
32
+ );
33
+ const page_two_complete = computed(
34
+ () => api.persist.forminfo.color_blind !== "" && api.persist.forminfo.learning_disability !== "" && api.persist.forminfo.neurodevelopmental_disorder !== "" && api.persist.forminfo.psychiatric_disorder !== ""
35
+ );
36
+ const page_three_complete = computed(
37
+ () => api.persist.forminfo.country !== "" && api.persist.forminfo.education_level !== "" && api.persist.forminfo.household_income !== ""
38
+ );
39
+ function autofill() {
40
+ api.persist.forminfo.dob = "1978-09-12";
41
+ api.persist.forminfo.gender = "Male";
42
+ api.persist.forminfo.race = "Caucasian/White";
43
+ api.persist.forminfo.hispanic = "No";
44
+ api.persist.forminfo.fluent_english = "Yes";
45
+ api.persist.forminfo.normal_vision = "Yes";
46
+ api.persist.forminfo.color_blind = "No";
47
+ api.persist.forminfo.learning_disability = "No";
48
+ api.persist.forminfo.neurodevelopmental_disorder = "No";
49
+ api.persist.forminfo.psychiatric_disorder = "No";
50
+ api.persist.forminfo.country = "United States";
51
+ api.persist.forminfo.zipcode = "12345";
52
+ api.persist.forminfo.education_level = "Doctorate Degree (PhD/Other)";
53
+ api.persist.forminfo.household_income = "$100,000\u2013$199,999";
54
+ }
55
+ api.setAutofill(autofill);
56
+ function finish() {
57
+ api.recordPageData(api.persist.forminfo);
58
+ api.goNextView();
59
+ }
60
+ </script>
61
+
62
+ <template>
63
+ <!-- Main container with responsive layout -->
64
+ <ConstrainedPage
65
+ :responsive-u-i="api.config.responsiveUI"
66
+ :width="api.config.windowsizerRequest.width"
67
+ :height="api.config.windowsizerRequest.height"
68
+ >
69
+ <!-- Two-column layout with title and form content -->
70
+ <TitleTwoCol
71
+ left-first
72
+ left-width="w-1/3"
73
+ :responsive-u-i="api.config.responsiveUI"
74
+ >
75
+ <!-- Page title and description section -->
76
+ <template #title>
77
+ <h3 class="text-3xl font-bold mb-4">
78
+ <i-fa6-solid-person class="inline mr-2" />Demographic Information
79
+ </h3>
80
+ <p class="text-lg mb-8">
81
+ We request some information about you which we can use to understand aggregate differences between
82
+ individuals. Your privacy will be maintained and the data will not be linked to your online identity (e.g.,
83
+ email).
84
+ </p>
85
+ </template>
86
+
87
+ <!-- Left sidebar with page-specific instructions -->
88
+ <template #left>
89
+ <div
90
+ v-if="api.pathString === 'survey_page1'"
91
+ class="text-left text-muted-foreground"
92
+ >
93
+ <h3 class="text-lg font-bold mb-2">
94
+ Basic Info
95
+ </h3>
96
+ <p class="text-md font-light text-muted-foreground">
97
+ First, we need some basic, generic information about you.
98
+ </p>
99
+ </div>
100
+ <div
101
+ v-else-if="api.pathString === 'survey_page2'"
102
+ class="text-left text-muted-foreground"
103
+ >
104
+ <h3 class="text-lg font-bold mb-2">
105
+ Health & Vision
106
+ </h3>
107
+ <p class="text-md font-light text-muted-foreground">
108
+ Next, we need information about your vision and health conditions.
109
+ </p>
110
+ </div>
111
+ <div
112
+ v-else-if="api.pathString === 'survey_page3'"
113
+ class="text-left text-muted-foreground"
114
+ >
115
+ <h3 class="text-lg font-bold mb-2">
116
+ Location & Background
117
+ </h3>
118
+ <p class="text-md font-light text-muted-foreground">
119
+ Finally, we need information about your location and background.
120
+ </p>
121
+ </div>
122
+ </template>
123
+
124
+ <!-- Right content area with form sections -->
125
+ <template #right>
126
+ <!-- Page 1: Basic demographic information -->
127
+ <div
128
+ v-if="api.pathString === 'survey_page1'"
129
+ class="border border-border text-left bg-muted p-6 rounded-lg"
130
+ >
131
+ <!-- Date of Birth field -->
132
+ <div class="mb-3">
133
+ <label class="block text-md font-semibold text-foreground mb-2"> Date of Birth </label>
134
+ <Popover v-model:open="isPopoverOpen">
135
+ <PopoverTrigger as-child>
136
+ <Button
137
+ variant="secondary"
138
+ :class="
139
+ cn(
140
+ 'w-full justify-start text-left font-normal text-base border border-input bg-background hover:bg-background',
141
+ !api.persist.forminfo.dob && 'text-muted-foreground',
142
+ )
143
+ "
144
+ >
145
+ <CalendarIcon class="mr-2 h-4 w-4" />
146
+ {{ formattedDate }}
147
+ </Button>
148
+ </PopoverTrigger>
149
+ <PopoverContent class="w-auto p-0">
150
+ <MonthYearDayPicker
151
+ v-model="api.persist.forminfo.dob"
152
+ initial-focus
153
+ />
154
+ <div class="p-3 border-t border-border">
155
+ <Button
156
+ variant="default"
157
+ class="w-full"
158
+ @click="isPopoverOpen = false"
159
+ >
160
+ Done
161
+ </Button>
162
+ </div>
163
+ </PopoverContent>
164
+ </Popover>
165
+ <p class="text-xs text-muted-foreground mt-1">
166
+ Enter your birthday (required)
167
+ </p>
168
+ </div>
169
+
170
+ <!-- Gender field -->
171
+ <div class="mb-3">
172
+ <label class="block text-md font-semibold text-foreground mb-2"> Gender </label>
173
+ <Select v-model="api.persist.forminfo.gender">
174
+ <SelectTrigger class="w-full bg-background dark:bg-background text-base">
175
+ <SelectValue placeholder="Select an option" />
176
+ </SelectTrigger>
177
+ <SelectContent>
178
+ <SelectItem value="Male">
179
+ Male
180
+ </SelectItem>
181
+ <SelectItem value="Female">
182
+ Female
183
+ </SelectItem>
184
+ <SelectItem value="Other">
185
+ Other
186
+ </SelectItem>
187
+ <SelectItem value="I prefer not to say">
188
+ I prefer not to say
189
+ </SelectItem>
190
+ </SelectContent>
191
+ </Select>
192
+ <p class="text-xs text-muted-foreground mt-1">
193
+ Enter your self-identified gender (required)
194
+ </p>
195
+ </div>
196
+
197
+ <!-- Race field -->
198
+ <div class="mb-3">
199
+ <label class="block text-md font-medium text-foreground mb-2"> Race </label>
200
+ <Select v-model="api.persist.forminfo.race">
201
+ <SelectTrigger class="w-full bg-background dark:bg-background text-base">
202
+ <SelectValue placeholder="Select an option" />
203
+ </SelectTrigger>
204
+ <SelectContent>
205
+ <SelectItem value="Asian">
206
+ Asian
207
+ </SelectItem>
208
+ <SelectItem value="Black/African American">
209
+ Black/African American
210
+ </SelectItem>
211
+ <SelectItem value="Caucasian/White">
212
+ Caucasian/White
213
+ </SelectItem>
214
+ <SelectItem value="Native American">
215
+ Native American
216
+ </SelectItem>
217
+ <SelectItem value="Pacific Islander/Native Hawaiian">
218
+ Pacific Islander/Native Hawaiian
219
+ </SelectItem>
220
+ <SelectItem value="Mixed Race">
221
+ Mixed Race
222
+ </SelectItem>
223
+ <SelectItem value="Other">
224
+ Other
225
+ </SelectItem>
226
+ <SelectItem value="I prefer not to say">
227
+ I prefer not to say
228
+ </SelectItem>
229
+ </SelectContent>
230
+ </Select>
231
+ <p class="text-xs text-muted-foreground mt-1">
232
+ Enter the race that best describes you (required)
233
+ </p>
234
+ </div>
235
+
236
+ <!-- Hispanic ethnicity field -->
237
+ <div class="mb-3">
238
+ <label class="block text-md font-semibold text-foreground mb-2"> Are you hispanic? </label>
239
+ <Select v-model="api.persist.forminfo.hispanic">
240
+ <SelectTrigger class="w-full bg-background dark:bg-background text-base">
241
+ <SelectValue placeholder="Select an option" />
242
+ </SelectTrigger>
243
+ <SelectContent>
244
+ <SelectItem value="No">
245
+ No
246
+ </SelectItem>
247
+ <SelectItem value="Yes">
248
+ Yes
249
+ </SelectItem>
250
+ <SelectItem value="I prefer not to say">
251
+ I prefer not to say
252
+ </SelectItem>
253
+ </SelectContent>
254
+ </Select>
255
+ <p class="text-xs text-muted-foreground mt-1">
256
+ Do you consider yourself hispanic? (required)
257
+ </p>
258
+ </div>
259
+
260
+ <!-- English fluency field -->
261
+ <div class="mb-3">
262
+ <label class="block text-md font-semibold text-foreground mb-2"> Are you fluent in English? </label>
263
+ <Select v-model="api.persist.forminfo.fluent_english">
264
+ <SelectTrigger class="w-full bg-background dark:bg-background text-base">
265
+ <SelectValue placeholder="Select an option" />
266
+ </SelectTrigger>
267
+ <SelectContent>
268
+ <SelectItem value="Yes">
269
+ Yes
270
+ </SelectItem>
271
+ <SelectItem value="No">
272
+ No
273
+ </SelectItem>
274
+ <SelectItem value="I prefer not to say">
275
+ I prefer not to say
276
+ </SelectItem>
277
+ </SelectContent>
278
+ </Select>
279
+ <p class="text-xs text-muted-foreground mt-1">
280
+ Are you able to speak and understand English? (required)
281
+ </p>
282
+ </div>
283
+
284
+ <!-- Navigation section -->
285
+ <hr class="border-border my-6">
286
+ <div class="flex justify-end">
287
+ <Button
288
+ variant="outline"
289
+ :disabled="!page_one_complete"
290
+ @click="api.goNextStep()"
291
+ >
292
+ Continue
293
+ <i-fa6-solid-arrow-right />
294
+ </Button>
295
+ </div>
296
+ </div>
297
+
298
+ <!-- Page 2: Health and vision information -->
299
+ <div
300
+ v-else-if="api.pathString === 'survey_page2'"
301
+ class="border border-border text-left bg-muted p-6 rounded-lg"
302
+ >
303
+ <!-- Vision field -->
304
+ <div class="mb-3">
305
+ <label class="block text-md font-semibold text-foreground mb-2">
306
+ Do you have normal vision (or corrected to be normal)?
307
+ </label>
308
+ <Select v-model="api.persist.forminfo.normal_vision">
309
+ <SelectTrigger class="w-full bg-background dark:bg-background text-base">
310
+ <SelectValue placeholder="Select an option" />
311
+ </SelectTrigger>
312
+ <SelectContent>
313
+ <SelectItem value="Yes">
314
+ Yes
315
+ </SelectItem>
316
+ <SelectItem value="No">
317
+ No
318
+ </SelectItem>
319
+ <SelectItem value="Unsure">
320
+ Unsure
321
+ </SelectItem>
322
+ <SelectItem value="I prefer not to say">
323
+ I prefer not to say
324
+ </SelectItem>
325
+ </SelectContent>
326
+ </Select>
327
+ <p class="text-xs text-muted-foreground mt-1">
328
+ Do you have normal vision? (required)
329
+ </p>
330
+ </div>
331
+
332
+ <!-- Color blindness field -->
333
+ <div class="mb-3">
334
+ <label class="block text-md font-semibold text-foreground mb-2"> Are you color blind? </label>
335
+ <Select v-model="api.persist.forminfo.color_blind">
336
+ <SelectTrigger class="w-full bg-background dark:bg-background text-base">
337
+ <SelectValue placeholder="Select an option" />
338
+ </SelectTrigger>
339
+ <SelectContent>
340
+ <SelectItem value="Yes">
341
+ Yes
342
+ </SelectItem>
343
+ <SelectItem value="No">
344
+ No
345
+ </SelectItem>
346
+ <SelectItem value="Unsure">
347
+ Unsure
348
+ </SelectItem>
349
+ <SelectItem value="I prefer not to say">
350
+ I prefer not to say
351
+ </SelectItem>
352
+ </SelectContent>
353
+ </Select>
354
+ <p class="text-xs text-muted-foreground mt-1">
355
+ Do you have any color blindness? (required)
356
+ </p>
357
+ </div>
358
+
359
+ <!-- Learning disability field -->
360
+ <div class="mb-3">
361
+ <label class="block text-md font-semibold text-foreground mb-2">
362
+ Have you been diagnosed with a learning disability (e.g., dyslexia, dysclaculia)?
363
+ </label>
364
+ <Select v-model="api.persist.forminfo.learning_disability">
365
+ <SelectTrigger class="w-full bg-background dark:bg-background text-base">
366
+ <SelectValue placeholder="Select an option" />
367
+ </SelectTrigger>
368
+ <SelectContent>
369
+ <SelectItem value="Yes">
370
+ Yes
371
+ </SelectItem>
372
+ <SelectItem value="No">
373
+ No
374
+ </SelectItem>
375
+ <SelectItem value="Unsure">
376
+ Unsure
377
+ </SelectItem>
378
+ <SelectItem value="I prefer not to say">
379
+ I prefer not to say
380
+ </SelectItem>
381
+ </SelectContent>
382
+ </Select>
383
+ <p class="text-xs text-muted-foreground mt-1">
384
+ Do you have a diagnosed learning disability? (required)
385
+ </p>
386
+ </div>
387
+
388
+ <!-- Neurodevelopmental disorder field -->
389
+ <div class="mb-3">
390
+ <label class="block text-md font-semibold text-foreground mb-2">
391
+ Have you been diagnosed with a neurodevelopmental disorder (e.g., autism, tic disorder)?
392
+ </label>
393
+ <Select v-model="api.persist.forminfo.neurodevelopmental_disorder">
394
+ <SelectTrigger class="w-full bg-background dark:bg-background text-base">
395
+ <SelectValue placeholder="Select an option" />
396
+ </SelectTrigger>
397
+ <SelectContent>
398
+ <SelectItem value="Yes">
399
+ Yes
400
+ </SelectItem>
401
+ <SelectItem value="No">
402
+ No
403
+ </SelectItem>
404
+ <SelectItem value="Unsure">
405
+ Unsure
406
+ </SelectItem>
407
+ <SelectItem value="I prefer not to say">
408
+ I prefer not to say
409
+ </SelectItem>
410
+ </SelectContent>
411
+ </Select>
412
+ <p class="text-xs text-muted-foreground mt-1">
413
+ Do you have a diagnosis of a neurodevelopmental disorder? (required)
414
+ </p>
415
+ </div>
416
+
417
+ <!-- Psychiatric disorder field -->
418
+ <div class="mb-3">
419
+ <label class="block text-md font-semibold text-foreground mb-2">
420
+ Have you been diagnosed with a psychiatric disorder (e.g., anxiety, depression, OCD)?
421
+ </label>
422
+ <Select v-model="api.persist.forminfo.psychiatric_disorder">
423
+ <SelectTrigger class="w-full bg-background dark:bg-background text-base">
424
+ <SelectValue placeholder="Select an option" />
425
+ </SelectTrigger>
426
+ <SelectContent>
427
+ <SelectItem value="Yes">
428
+ Yes
429
+ </SelectItem>
430
+ <SelectItem value="No">
431
+ No
432
+ </SelectItem>
433
+ <SelectItem value="Unsure">
434
+ Unsure
435
+ </SelectItem>
436
+ <SelectItem value="I prefer not to say">
437
+ I prefer not to say
438
+ </SelectItem>
439
+ </SelectContent>
440
+ </Select>
441
+ <p class="text-xs text-muted-foreground mt-1">
442
+ Do you have diagnosis of a psychiatric disorder? (required)
443
+ </p>
444
+ </div>
445
+
446
+ <!-- Navigation section -->
447
+ <hr class="border-border my-6">
448
+ <div class="flex justify-between">
449
+ <Button
450
+ variant="outline"
451
+ @click="api.goPrevStep()"
452
+ >
453
+ <i-fa6-solid-arrow-left />
454
+ Previous
455
+ </Button>
456
+ <Button
457
+ variant="outline"
458
+ :disabled="!page_two_complete"
459
+ @click="api.goNextStep()"
460
+ >
461
+ Continue
462
+ <i-fa6-solid-arrow-right />
463
+ </Button>
464
+ </div>
465
+ </div>
466
+
467
+ <!-- Page 3: Location and background information -->
468
+ <div
469
+ v-else-if="api.pathString === 'survey_page3'"
470
+ class="border border-border text-left bg-muted p-6 rounded-lg"
471
+ >
472
+ <!-- Country field -->
473
+ <div class="mb-3">
474
+ <label class="block text-md font-semibold text-foreground mb-2"> Country </label>
475
+ <Select v-model="api.persist.forminfo.country">
476
+ <SelectTrigger class="w-full bg-background dark:bg-background text-base">
477
+ <SelectValue placeholder="Select an option" />
478
+ </SelectTrigger>
479
+ <SelectContent>
480
+ <SelectItem value="Afghanistan">
481
+ Afghanistan
482
+ </SelectItem>
483
+ <SelectItem value="Albania">
484
+ Albania
485
+ </SelectItem>
486
+ <SelectItem value="Algeria">
487
+ Algeria
488
+ </SelectItem>
489
+ <SelectItem value="Andorra">
490
+ Andorra
491
+ </SelectItem>
492
+ <SelectItem value="Angola">
493
+ Angola
494
+ </SelectItem>
495
+ <SelectItem value="Antigua & Deps">
496
+ Antigua & Deps
497
+ </SelectItem>
498
+ <SelectItem value="Argentina">
499
+ Argentina
500
+ </SelectItem>
501
+ <SelectItem value="Armenia">
502
+ Armenia
503
+ </SelectItem>
504
+ <SelectItem value="Australia">
505
+ Australia
506
+ </SelectItem>
507
+ <SelectItem value="Austria">
508
+ Austria
509
+ </SelectItem>
510
+ <SelectItem value="Azerbaijan">
511
+ Azerbaijan
512
+ </SelectItem>
513
+ <SelectItem value="Bahamas">
514
+ Bahamas
515
+ </SelectItem>
516
+ <SelectItem value="Bahrain">
517
+ Bahrain
518
+ </SelectItem>
519
+ <SelectItem value="Bangladesh">
520
+ Bangladesh
521
+ </SelectItem>
522
+ <SelectItem value="Barbados">
523
+ Barbados
524
+ </SelectItem>
525
+ <SelectItem value="Belarus">
526
+ Belarus
527
+ </SelectItem>
528
+ <SelectItem value="Belgium">
529
+ Belgium
530
+ </SelectItem>
531
+ <SelectItem value="Belize">
532
+ Belize
533
+ </SelectItem>
534
+ <SelectItem value="Benin">
535
+ Benin
536
+ </SelectItem>
537
+ <SelectItem value="Bhutan">
538
+ Bhutan
539
+ </SelectItem>
540
+ <SelectItem value="Bolivia">
541
+ Bolivia
542
+ </SelectItem>
543
+ <SelectItem value="Bosnia Herzegovina">
544
+ Bosnia Herzegovina
545
+ </SelectItem>
546
+ <SelectItem value="Botswana">
547
+ Botswana
548
+ </SelectItem>
549
+ <SelectItem value="Brazil">
550
+ Brazil
551
+ </SelectItem>
552
+ <SelectItem value="Brunei">
553
+ Brunei
554
+ </SelectItem>
555
+ <SelectItem value="Bulgaria">
556
+ Bulgaria
557
+ </SelectItem>
558
+ <SelectItem value="Burkina">
559
+ Burkina
560
+ </SelectItem>
561
+ <SelectItem value="Burundi">
562
+ Burundi
563
+ </SelectItem>
564
+ <SelectItem value="Cambodia">
565
+ Cambodia
566
+ </SelectItem>
567
+ <SelectItem value="Cameroon">
568
+ Cameroon
569
+ </SelectItem>
570
+ <SelectItem value="Canada">
571
+ Canada
572
+ </SelectItem>
573
+ <SelectItem value="Cape Verde">
574
+ Cape Verde
575
+ </SelectItem>
576
+ <SelectItem value="Central African Rep">
577
+ Central African Rep
578
+ </SelectItem>
579
+ <SelectItem value="Chad">
580
+ Chad
581
+ </SelectItem>
582
+ <SelectItem value="Chile">
583
+ Chile
584
+ </SelectItem>
585
+ <SelectItem value="China">
586
+ China
587
+ </SelectItem>
588
+ <SelectItem value="Colombia">
589
+ Colombia
590
+ </SelectItem>
591
+ <SelectItem value="Comoros">
592
+ Comoros
593
+ </SelectItem>
594
+ <SelectItem value="Congo">
595
+ Congo
596
+ </SelectItem>
597
+ <SelectItem value="Congo {Democratic Rep}">
598
+ Congo {Democratic Rep}
599
+ </SelectItem>
600
+ <SelectItem value="Costa Rica">
601
+ Costa Rica
602
+ </SelectItem>
603
+ <SelectItem value="Croatia">
604
+ Croatia
605
+ </SelectItem>
606
+ <SelectItem value="Cuba">
607
+ Cuba
608
+ </SelectItem>
609
+ <SelectItem value="Cyprus">
610
+ Cyprus
611
+ </SelectItem>
612
+ <SelectItem value="Czech Republic">
613
+ Czech Republic
614
+ </SelectItem>
615
+ <SelectItem value="Denmark">
616
+ Denmark
617
+ </SelectItem>
618
+ <SelectItem value="Djibouti">
619
+ Djibouti
620
+ </SelectItem>
621
+ <SelectItem value="Dominica">
622
+ Dominica
623
+ </SelectItem>
624
+ <SelectItem value="Dominican Republic">
625
+ Dominican Republic
626
+ </SelectItem>
627
+ <SelectItem value="East Timor">
628
+ East Timor
629
+ </SelectItem>
630
+ <SelectItem value="Ecuador">
631
+ Ecuador
632
+ </SelectItem>
633
+ <SelectItem value="Egypt">
634
+ Egypt
635
+ </SelectItem>
636
+ <SelectItem value="El Salvador">
637
+ El Salvador
638
+ </SelectItem>
639
+ <SelectItem value="Equatorial Guinea">
640
+ Equatorial Guinea
641
+ </SelectItem>
642
+ <SelectItem value="Eritrea">
643
+ Eritrea
644
+ </SelectItem>
645
+ <SelectItem value="Estonia">
646
+ Estonia
647
+ </SelectItem>
648
+ <SelectItem value="Ethiopia">
649
+ Ethiopia
650
+ </SelectItem>
651
+ <SelectItem value="Fiji">
652
+ Fiji
653
+ </SelectItem>
654
+ <SelectItem value="Finland">
655
+ Finland
656
+ </SelectItem>
657
+ <SelectItem value="France">
658
+ France
659
+ </SelectItem>
660
+ <SelectItem value="Gabon">
661
+ Gabon
662
+ </SelectItem>
663
+ <SelectItem value="Gambia">
664
+ Gambia
665
+ </SelectItem>
666
+ <SelectItem value="Georgia">
667
+ Georgia
668
+ </SelectItem>
669
+ <SelectItem value="Germany">
670
+ Germany
671
+ </SelectItem>
672
+ <SelectItem value="Ghana">
673
+ Ghana
674
+ </SelectItem>
675
+ <SelectItem value="Greece">
676
+ Greece
677
+ </SelectItem>
678
+ <SelectItem value="Grenada">
679
+ Grenada
680
+ </SelectItem>
681
+ <SelectItem value="Guatemala">
682
+ Guatemala
683
+ </SelectItem>
684
+ <SelectItem value="Guinea">
685
+ Guinea
686
+ </SelectItem>
687
+ <SelectItem value="Guinea-Bissau">
688
+ Guinea-Bissau
689
+ </SelectItem>
690
+ <SelectItem value="Guyana">
691
+ Guyana
692
+ </SelectItem>
693
+ <SelectItem value="Haiti">
694
+ Haiti
695
+ </SelectItem>
696
+ <SelectItem value="Honduras">
697
+ Honduras
698
+ </SelectItem>
699
+ <SelectItem value="Hungary">
700
+ Hungary
701
+ </SelectItem>
702
+ <SelectItem value="Iceland">
703
+ Iceland
704
+ </SelectItem>
705
+ <SelectItem value="India">
706
+ India
707
+ </SelectItem>
708
+ <SelectItem value="Indonesia">
709
+ Indonesia
710
+ </SelectItem>
711
+ <SelectItem value="Iran">
712
+ Iran
713
+ </SelectItem>
714
+ <SelectItem value="Iraq">
715
+ Iraq
716
+ </SelectItem>
717
+ <SelectItem value="Ireland {Republic}">
718
+ Ireland {Republic}
719
+ </SelectItem>
720
+ <SelectItem value="Israel">
721
+ Israel
722
+ </SelectItem>
723
+ <SelectItem value="Italy">
724
+ Italy
725
+ </SelectItem>
726
+ <SelectItem value="Ivory Coast">
727
+ Ivory Coast
728
+ </SelectItem>
729
+ <SelectItem value="Jamaica">
730
+ Jamaica
731
+ </SelectItem>
732
+ <SelectItem value="Japan">
733
+ Japan
734
+ </SelectItem>
735
+ <SelectItem value="Jordan">
736
+ Jordan
737
+ </SelectItem>
738
+ <SelectItem value="Kazakhstan">
739
+ Kazakhstan
740
+ </SelectItem>
741
+ <SelectItem value="Kenya">
742
+ Kenya
743
+ </SelectItem>
744
+ <SelectItem value="Kiribati">
745
+ Kiribati
746
+ </SelectItem>
747
+ <SelectItem value="Korea North">
748
+ Korea North
749
+ </SelectItem>
750
+ <SelectItem value="Korea South">
751
+ Korea South
752
+ </SelectItem>
753
+ <SelectItem value="Kosovo">
754
+ Kosovo
755
+ </SelectItem>
756
+ <SelectItem value="Kuwait">
757
+ Kuwait
758
+ </SelectItem>
759
+ <SelectItem value="Kyrgyzstan">
760
+ Kyrgyzstan
761
+ </SelectItem>
762
+ <SelectItem value="Laos">
763
+ Laos
764
+ </SelectItem>
765
+ <SelectItem value="Latvia">
766
+ Latvia
767
+ </SelectItem>
768
+ <SelectItem value="Lebanon">
769
+ Lebanon
770
+ </SelectItem>
771
+ <SelectItem value="Lesotho">
772
+ Lesotho
773
+ </SelectItem>
774
+ <SelectItem value="Liberia">
775
+ Liberia
776
+ </SelectItem>
777
+ <SelectItem value="Libya">
778
+ Libya
779
+ </SelectItem>
780
+ <SelectItem value="Liechtenstein">
781
+ Liechtenstein
782
+ </SelectItem>
783
+ <SelectItem value="Lithuania">
784
+ Lithuania
785
+ </SelectItem>
786
+ <SelectItem value="Luxembourg">
787
+ Luxembourg
788
+ </SelectItem>
789
+ <SelectItem value="Macedonia">
790
+ Macedonia
791
+ </SelectItem>
792
+ <SelectItem value="Madagascar">
793
+ Madagascar
794
+ </SelectItem>
795
+ <SelectItem value="Malawi">
796
+ Malawi
797
+ </SelectItem>
798
+ <SelectItem value="Malaysia">
799
+ Malaysia
800
+ </SelectItem>
801
+ <SelectItem value="Maldives">
802
+ Maldives
803
+ </SelectItem>
804
+ <SelectItem value="Mali">
805
+ Mali
806
+ </SelectItem>
807
+ <SelectItem value="Malta">
808
+ Malta
809
+ </SelectItem>
810
+ <SelectItem value="Marshall Islands">
811
+ Marshall Islands
812
+ </SelectItem>
813
+ <SelectItem value="Mauritania">
814
+ Mauritania
815
+ </SelectItem>
816
+ <SelectItem value="Mauritius">
817
+ Mauritius
818
+ </SelectItem>
819
+ <SelectItem value="Mexico">
820
+ Mexico
821
+ </SelectItem>
822
+ <SelectItem value="Micronesia">
823
+ Micronesia
824
+ </SelectItem>
825
+ <SelectItem value="Moldova">
826
+ Moldova
827
+ </SelectItem>
828
+ <SelectItem value="Monaco">
829
+ Monaco
830
+ </SelectItem>
831
+ <SelectItem value="Mongolia">
832
+ Mongolia
833
+ </SelectItem>
834
+ <SelectItem value="Montenegro">
835
+ Montenegro
836
+ </SelectItem>
837
+ <SelectItem value="Morocco">
838
+ Morocco
839
+ </SelectItem>
840
+ <SelectItem value="Mozambique">
841
+ Mozambique
842
+ </SelectItem>
843
+ <SelectItem value="Myanmar, {Burma}">
844
+ Myanmar, {Burma}
845
+ </SelectItem>
846
+ <SelectItem value="Namibia">
847
+ Namibia
848
+ </SelectItem>
849
+ <SelectItem value="Nauru">
850
+ Nauru
851
+ </SelectItem>
852
+ <SelectItem value="Nepal">
853
+ Nepal
854
+ </SelectItem>
855
+ <SelectItem value="Netherlands">
856
+ Netherlands
857
+ </SelectItem>
858
+ <SelectItem value="New Zealand">
859
+ New Zealand
860
+ </SelectItem>
861
+ <SelectItem value="Nicaragua">
862
+ Nicaragua
863
+ </SelectItem>
864
+ <SelectItem value="Niger">
865
+ Niger
866
+ </SelectItem>
867
+ <SelectItem value="Nigeria">
868
+ Nigeria
869
+ </SelectItem>
870
+ <SelectItem value="Norway">
871
+ Norway
872
+ </SelectItem>
873
+ <SelectItem value="Oman">
874
+ Oman
875
+ </SelectItem>
876
+ <SelectItem value="Pakistan">
877
+ Pakistan
878
+ </SelectItem>
879
+ <SelectItem value="Palau">
880
+ Palau
881
+ </SelectItem>
882
+ <SelectItem value="Panama">
883
+ Panama
884
+ </SelectItem>
885
+ <SelectItem value="Papua New Guinea">
886
+ Papua New Guinea
887
+ </SelectItem>
888
+ <SelectItem value="Paraguay">
889
+ Paraguay
890
+ </SelectItem>
891
+ <SelectItem value="Peru">
892
+ Peru
893
+ </SelectItem>
894
+ <SelectItem value="Philippines">
895
+ Philippines
896
+ </SelectItem>
897
+ <SelectItem value="Poland">
898
+ Poland
899
+ </SelectItem>
900
+ <SelectItem value="Portugal">
901
+ Portugal
902
+ </SelectItem>
903
+ <SelectItem value="Qatar">
904
+ Qatar
905
+ </SelectItem>
906
+ <SelectItem value="Romania">
907
+ Romania
908
+ </SelectItem>
909
+ <SelectItem value="Russian Federation">
910
+ Russian Federation
911
+ </SelectItem>
912
+ <SelectItem value="Rwanda">
913
+ Rwanda
914
+ </SelectItem>
915
+ <SelectItem value="St Kitts & Nevis">
916
+ St Kitts & Nevis
917
+ </SelectItem>
918
+ <SelectItem value="St Lucia">
919
+ St Lucia
920
+ </SelectItem>
921
+ <SelectItem value="Saint Vincent & the Grenadines">
922
+ Saint Vincent & the Grenadines
923
+ </SelectItem>
924
+ <SelectItem value="Samoa">
925
+ Samoa
926
+ </SelectItem>
927
+ <SelectItem value="San Marino">
928
+ San Marino
929
+ </SelectItem>
930
+ <SelectItem value="Sao Tome & Principe">
931
+ Sao Tome & Principe
932
+ </SelectItem>
933
+ <SelectItem value="Saudi Arabia">
934
+ Saudi Arabia
935
+ </SelectItem>
936
+ <SelectItem value="Senegal">
937
+ Senegal
938
+ </SelectItem>
939
+ <SelectItem value="Serbia">
940
+ Serbia
941
+ </SelectItem>
942
+ <SelectItem value="Seychelles">
943
+ Seychelles
944
+ </SelectItem>
945
+ <SelectItem value="Sierra Leone">
946
+ Sierra Leone
947
+ </SelectItem>
948
+ <SelectItem value="Singapore">
949
+ Singapore
950
+ </SelectItem>
951
+ <SelectItem value="Slovakia">
952
+ Slovakia
953
+ </SelectItem>
954
+ <SelectItem value="Slovenia">
955
+ Slovenia
956
+ </SelectItem>
957
+ <SelectItem value="Solomon Islands">
958
+ Solomon Islands
959
+ </SelectItem>
960
+ <SelectItem value="Somalia">
961
+ Somalia
962
+ </SelectItem>
963
+ <SelectItem value="South Africa">
964
+ South Africa
965
+ </SelectItem>
966
+ <SelectItem value="South Sudan">
967
+ South Sudan
968
+ </SelectItem>
969
+ <SelectItem value="Spain">
970
+ Spain
971
+ </SelectItem>
972
+ <SelectItem value="Sri Lanka">
973
+ Sri Lanka
974
+ </SelectItem>
975
+ <SelectItem value="Sudan">
976
+ Sudan
977
+ </SelectItem>
978
+ <SelectItem value="Suriname">
979
+ Suriname
980
+ </SelectItem>
981
+ <SelectItem value="Swaziland">
982
+ Swaziland
983
+ </SelectItem>
984
+ <SelectItem value="Sweden">
985
+ Sweden
986
+ </SelectItem>
987
+ <SelectItem value="Switzerland">
988
+ Switzerland
989
+ </SelectItem>
990
+ <SelectItem value="Syria">
991
+ Syria
992
+ </SelectItem>
993
+ <SelectItem value="Taiwan">
994
+ Taiwan
995
+ </SelectItem>
996
+ <SelectItem value="Tajikistan">
997
+ Tajikistan
998
+ </SelectItem>
999
+ <SelectItem value="Tanzania">
1000
+ Tanzania
1001
+ </SelectItem>
1002
+ <SelectItem value="Thailand">
1003
+ Thailand
1004
+ </SelectItem>
1005
+ <SelectItem value="Togo">
1006
+ Togo
1007
+ </SelectItem>
1008
+ <SelectItem value="Tonga">
1009
+ Tonga
1010
+ </SelectItem>
1011
+ <SelectItem value="Trinidad & Tobago">
1012
+ Trinidad & Tobago
1013
+ </SelectItem>
1014
+ <SelectItem value="Tunisia">
1015
+ Tunisia
1016
+ </SelectItem>
1017
+ <SelectItem value="Turkey">
1018
+ Turkey
1019
+ </SelectItem>
1020
+ <SelectItem value="Turkmenistan">
1021
+ Turkmenistan
1022
+ </SelectItem>
1023
+ <SelectItem value="Tuvalu">
1024
+ Tuvalu
1025
+ </SelectItem>
1026
+ <SelectItem value="Uganda">
1027
+ Uganda
1028
+ </SelectItem>
1029
+ <SelectItem value="Ukraine">
1030
+ Ukraine
1031
+ </SelectItem>
1032
+ <SelectItem value="United Arab Emirates">
1033
+ United Arab Emirates
1034
+ </SelectItem>
1035
+ <SelectItem value="United Kingdom">
1036
+ United Kingdom
1037
+ </SelectItem>
1038
+ <SelectItem value="United States">
1039
+ United States
1040
+ </SelectItem>
1041
+ <SelectItem value="Uruguay">
1042
+ Uruguay
1043
+ </SelectItem>
1044
+ <SelectItem value="Uzbekistan">
1045
+ Uzbekistan
1046
+ </SelectItem>
1047
+ <SelectItem value="Vanuatu">
1048
+ Vanuatu
1049
+ </SelectItem>
1050
+ <SelectItem value="Vatican City">
1051
+ Vatican City
1052
+ </SelectItem>
1053
+ <SelectItem value="Venezuela">
1054
+ Venezuela
1055
+ </SelectItem>
1056
+ <SelectItem value="Vietnam">
1057
+ Vietnam
1058
+ </SelectItem>
1059
+ <SelectItem value="Yemen">
1060
+ Yemen
1061
+ </SelectItem>
1062
+ <SelectItem value="Zambia">
1063
+ Zambia
1064
+ </SelectItem>
1065
+ <SelectItem value="Zimbabwe">
1066
+ Zimbabwe
1067
+ </SelectItem>
1068
+ </SelectContent>
1069
+ </Select>
1070
+ <p class="text-xs text-muted-foreground mt-1">
1071
+ Select the country in which you reside. (required)
1072
+ </p>
1073
+ </div>
1074
+
1075
+ <!-- Zipcode field -->
1076
+ <div class="mb-3">
1077
+ <label class="block text-md font-semibold text-foreground mb-2"> Zipcode/Postal Code </label>
1078
+ <input
1079
+ v-model="api.persist.forminfo.zipcode"
1080
+ type="text"
1081
+ placeholder="Enter zip or postal code"
1082
+ class="w-full px-3 py-2 border border-input rounded-md bg-background focus:outline-none focus:ring-2 focus:ring-ring focus:border-ring"
1083
+ >
1084
+ <p class="text-xs text-muted-foreground mt-1">
1085
+ Select zipcode or postal code of your primary residence. (optional)
1086
+ </p>
1087
+ </div>
1088
+
1089
+ <!-- Education level field -->
1090
+ <div class="mb-3">
1091
+ <label class="block text-md font-semibold text-foreground mb-2"> Highest level of education </label>
1092
+ <Select v-model="api.persist.forminfo.education_level">
1093
+ <SelectTrigger class="w-full bg-background dark:bg-background text-base">
1094
+ <SelectValue placeholder="Select an option" />
1095
+ </SelectTrigger>
1096
+ <SelectContent>
1097
+ <SelectItem value="No Formal Qualifications">
1098
+ No Formal Qualifications
1099
+ </SelectItem>
1100
+ <SelectItem value="Secondary Education (ie. GED/GCSE)">
1101
+ Secondary Education (ie. GED/GCSE)
1102
+ </SelectItem>
1103
+ <SelectItem value="High School Diploma (A-levels)">
1104
+ High School Diploma (A-levels)
1105
+ </SelectItem>
1106
+ <SelectItem value="Technical/Community College">
1107
+ Technical/Community College
1108
+ </SelectItem>
1109
+ <SelectItem value="Undergraduate Degree (BA/BS/Other)">
1110
+ Undergraduate Degree (BA/BS/Other)
1111
+ </SelectItem>
1112
+ <SelectItem value="Graduate Degree (MA/MS/MPhil/Other)">
1113
+ Graduate Degree (MA/MS/MPhil/Other)
1114
+ </SelectItem>
1115
+ <SelectItem value="Doctorate Degree (PhD/Other)">
1116
+ Doctorate Degree (PhD/Other)
1117
+ </SelectItem>
1118
+ <SelectItem value="Don't Know/Not Applicable">
1119
+ Don't Know/Not Applicable
1120
+ </SelectItem>
1121
+ <SelectItem value="I prefer not to answer">
1122
+ I prefer not to answer
1123
+ </SelectItem>
1124
+ </SelectContent>
1125
+ </Select>
1126
+ <p class="text-xs text-muted-foreground mt-1">
1127
+ What is your highest level of schooling that you completed? (required)
1128
+ </p>
1129
+ </div>
1130
+
1131
+ <!-- Household income field -->
1132
+ <div class="mb-3">
1133
+ <label class="block text-md font-semibold text-foreground mb-2">
1134
+ Enter your approximate household income.
1135
+ </label>
1136
+ <Select v-model="api.persist.forminfo.household_income">
1137
+ <SelectTrigger class="w-full bg-background dark:bg-background text-base">
1138
+ <SelectValue placeholder="Select an option" />
1139
+ </SelectTrigger>
1140
+ <SelectContent>
1141
+ <SelectItem value="Less than $20,000">
1142
+ Less than $20,000
1143
+ </SelectItem>
1144
+ <SelectItem value="$20,000–$39,999">
1145
+ $20,000–$39,999
1146
+ </SelectItem>
1147
+ <SelectItem value="$40,000–$59,999">
1148
+ $40,000–$59,999
1149
+ </SelectItem>
1150
+ <SelectItem value="$60,000–$79,999">
1151
+ $60,000–$79,999
1152
+ </SelectItem>
1153
+ <SelectItem value="$80,000–$99,999">
1154
+ $80,000–$99,999
1155
+ </SelectItem>
1156
+ <SelectItem value="$100,000–$199,999">
1157
+ $100,000–$199,999
1158
+ </SelectItem>
1159
+ <SelectItem value="$200,000–$299,999">
1160
+ $200,000–$299,999
1161
+ </SelectItem>
1162
+ <SelectItem value="$300,000–$399,999">
1163
+ $300,000–$399,999
1164
+ </SelectItem>
1165
+ <SelectItem value="$400,000–$499,999">
1166
+ $400,000–$499,999
1167
+ </SelectItem>
1168
+ <SelectItem value="$500,000+">
1169
+ $500,000+
1170
+ </SelectItem>
1171
+ <SelectItem value="I don't know">
1172
+ I don't know
1173
+ </SelectItem>
1174
+ <SelectItem value="I prefer not to answer">
1175
+ I prefer not to answer
1176
+ </SelectItem>
1177
+ </SelectContent>
1178
+ </Select>
1179
+ <p class="text-xs text-muted-foreground mt-1">
1180
+ What is your approximate household income? (required)
1181
+ </p>
1182
+ </div>
1183
+
1184
+ <!-- Navigation section -->
1185
+ <hr class="border-border my-6">
1186
+ <div class="flex justify-between">
1187
+ <Button
1188
+ variant="outline"
1189
+ @click="api.goPrevStep()"
1190
+ >
1191
+ <i-fa6-solid-arrow-left />
1192
+ Previous
1193
+ </Button>
1194
+ <Button
1195
+ variant="default"
1196
+ :disabled="!page_three_complete"
1197
+ @click="finish()"
1198
+ >
1199
+ That was easy!
1200
+ </Button>
1201
+ </div>
1202
+ </div>
1203
+ </template>
1204
+ </TitleTwoCol>
1205
+ </ConstrainedPage>
1206
+ </template>