@oneclick.dev/cms-kit 0.0.1 → 0.0.3

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 (842) hide show
  1. package/dist/index-BqaBgX_I.cjs +1 -0
  2. package/dist/index-DJQgzywP.js +4319 -0
  3. package/dist/index.cjs.js +52 -0
  4. package/dist/index.css +1 -0
  5. package/dist/index.es.js +142280 -0
  6. package/dist/types/components/ui/apple-emoji/AppleEmoji.vue.d.ts +6 -0
  7. package/dist/types/components/ui/apple-emoji/index.d.ts +1 -0
  8. package/dist/types/components/ui/avatar/Avatar.vue.d.ts +21 -0
  9. package/dist/types/components/ui/avatar/AvatarFallback.vue.d.ts +22 -0
  10. package/dist/types/components/ui/avatar/AvatarImage.vue.d.ts +18 -0
  11. package/dist/types/components/ui/avatar/index.d.ts +3 -0
  12. package/dist/types/components/ui/badge/Badge.vue.d.ts +26 -0
  13. package/dist/types/components/ui/badge/index.d.ts +1 -0
  14. package/dist/types/components/ui/breadcrumb/Breadcrumb.vue.d.ts +21 -0
  15. package/dist/types/components/ui/breadcrumb/BreadcrumbEllipsis.vue.d.ts +21 -0
  16. package/dist/types/components/ui/breadcrumb/BreadcrumbItem.vue.d.ts +21 -0
  17. package/dist/types/components/ui/breadcrumb/BreadcrumbLink.vue.d.ts +24 -0
  18. package/dist/types/components/ui/breadcrumb/BreadcrumbList.vue.d.ts +21 -0
  19. package/dist/types/components/ui/breadcrumb/BreadcrumbPage.vue.d.ts +21 -0
  20. package/dist/types/components/ui/breadcrumb/BreadcrumbSeparator.vue.d.ts +21 -0
  21. package/dist/types/components/ui/breadcrumb/index.d.ts +7 -0
  22. package/dist/types/components/ui/button/Button.vue.d.ts +32 -0
  23. package/dist/types/components/ui/button/index.d.ts +7 -0
  24. package/dist/types/components/ui/calendar/Calendar.vue.d.ts +13 -0
  25. package/dist/types/components/ui/calendar/CalendarCell.vue.d.ts +22 -0
  26. package/dist/types/components/ui/calendar/CalendarCellTrigger.vue.d.ts +24 -0
  27. package/dist/types/components/ui/calendar/CalendarGrid.vue.d.ts +22 -0
  28. package/dist/types/components/ui/calendar/CalendarGridBody.vue.d.ts +18 -0
  29. package/dist/types/components/ui/calendar/CalendarGridHead.vue.d.ts +22 -0
  30. package/dist/types/components/ui/calendar/CalendarGridRow.vue.d.ts +22 -0
  31. package/dist/types/components/ui/calendar/CalendarHeadCell.vue.d.ts +22 -0
  32. package/dist/types/components/ui/calendar/CalendarHeader.vue.d.ts +22 -0
  33. package/dist/types/components/ui/calendar/CalendarHeading.vue.d.ts +28 -0
  34. package/dist/types/components/ui/calendar/CalendarNextButton.vue.d.ts +22 -0
  35. package/dist/types/components/ui/calendar/CalendarPrevButton.vue.d.ts +22 -0
  36. package/dist/types/components/ui/calendar/index.d.ts +12 -0
  37. package/dist/types/components/ui/card/Card.vue.d.ts +21 -0
  38. package/dist/types/components/ui/card/CardAction.vue.d.ts +21 -0
  39. package/dist/types/components/ui/card/CardContent.vue.d.ts +21 -0
  40. package/dist/types/components/ui/card/CardDescription.vue.d.ts +21 -0
  41. package/dist/types/components/ui/card/CardFooter.vue.d.ts +21 -0
  42. package/dist/types/components/ui/card/CardHeader.vue.d.ts +21 -0
  43. package/dist/types/components/ui/card/CardTitle.vue.d.ts +21 -0
  44. package/dist/types/components/ui/card/index.d.ts +7 -0
  45. package/dist/types/components/ui/checkbox/Checkbox.vue.d.ts +26 -0
  46. package/dist/types/components/ui/checkbox/index.d.ts +1 -0
  47. package/dist/types/components/ui/code-editor/CodeEditor.vue.d.ts +51 -0
  48. package/dist/types/components/ui/code-editor/index.d.ts +1 -0
  49. package/dist/types/components/ui/code-editor/interpolationHighlight.d.ts +2 -0
  50. package/dist/types/components/ui/collapsible/Collapsible.vue.d.ts +24 -0
  51. package/dist/types/components/ui/collapsible/CollapsibleContent.vue.d.ts +18 -0
  52. package/dist/types/components/ui/collapsible/CollapsibleTrigger.vue.d.ts +18 -0
  53. package/dist/types/components/ui/collapsible/index.d.ts +3 -0
  54. package/dist/types/components/ui/combobox/Combobox.vue.d.ts +33 -0
  55. package/dist/types/components/ui/combobox/ComboboxAnchor.vue.d.ts +22 -0
  56. package/dist/types/components/ui/combobox/ComboboxEmpty.vue.d.ts +22 -0
  57. package/dist/types/components/ui/combobox/ComboboxGroup.vue.d.ts +23 -0
  58. package/dist/types/components/ui/combobox/ComboboxInput.vue.d.ts +27 -0
  59. package/dist/types/components/ui/combobox/ComboboxItem.vue.d.ts +26 -0
  60. package/dist/types/components/ui/combobox/ComboboxItemIndicator.vue.d.ts +22 -0
  61. package/dist/types/components/ui/combobox/ComboboxList.vue.d.ts +37 -0
  62. package/dist/types/components/ui/combobox/ComboboxSeparator.vue.d.ts +22 -0
  63. package/dist/types/components/ui/combobox/ComboboxViewport.vue.d.ts +22 -0
  64. package/dist/types/components/ui/combobox/index.d.ts +11 -0
  65. package/dist/types/components/ui/command/Command.vue.d.ts +40 -0
  66. package/dist/types/components/ui/command/CommandDialog.vue.d.ts +29 -0
  67. package/dist/types/components/ui/command/CommandEmpty.vue.d.ts +22 -0
  68. package/dist/types/components/ui/command/CommandGroup.vue.d.ts +23 -0
  69. package/dist/types/components/ui/command/CommandInput.vue.d.ts +7 -0
  70. package/dist/types/components/ui/command/CommandItem.vue.d.ts +30 -0
  71. package/dist/types/components/ui/command/CommandList.vue.d.ts +22 -0
  72. package/dist/types/components/ui/command/CommandSeparator.vue.d.ts +22 -0
  73. package/dist/types/components/ui/command/CommandShortcut.vue.d.ts +21 -0
  74. package/dist/types/components/ui/command/index.d.ts +90 -0
  75. package/dist/types/components/ui/context-menu/ContextMenu.vue.d.ts +22 -0
  76. package/dist/types/components/ui/context-menu/ContextMenuCheckboxItem.vue.d.ts +28 -0
  77. package/dist/types/components/ui/context-menu/ContextMenuContent.vue.d.ts +34 -0
  78. package/dist/types/components/ui/context-menu/ContextMenuGroup.vue.d.ts +18 -0
  79. package/dist/types/components/ui/context-menu/ContextMenuItem.vue.d.ts +30 -0
  80. package/dist/types/components/ui/context-menu/ContextMenuLabel.vue.d.ts +23 -0
  81. package/dist/types/components/ui/context-menu/ContextMenuRadioGroup.vue.d.ts +22 -0
  82. package/dist/types/components/ui/context-menu/ContextMenuRadioItem.vue.d.ts +26 -0
  83. package/dist/types/components/ui/context-menu/ContextMenuSeparator.vue.d.ts +7 -0
  84. package/dist/types/components/ui/context-menu/ContextMenuShortcut.vue.d.ts +21 -0
  85. package/dist/types/components/ui/context-menu/ContextMenuSub.vue.d.ts +22 -0
  86. package/dist/types/components/ui/context-menu/ContextMenuSubContent.vue.d.ts +38 -0
  87. package/dist/types/components/ui/context-menu/ContextMenuSubTrigger.vue.d.ts +23 -0
  88. package/dist/types/components/ui/context-menu/ContextMenuTrigger.vue.d.ts +18 -0
  89. package/dist/types/components/ui/context-menu/index.d.ts +14 -0
  90. package/dist/types/components/ui/custom-dialog/CustomDialog.vue.d.ts +7 -0
  91. package/dist/types/components/ui/custom-dialog/index.d.ts +1 -0
  92. package/dist/types/components/ui/dialog/Dialog.vue.d.ts +22 -0
  93. package/dist/types/components/ui/dialog/DialogClose.vue.d.ts +18 -0
  94. package/dist/types/components/ui/dialog/DialogContent.vue.d.ts +36 -0
  95. package/dist/types/components/ui/dialog/DialogDescription.vue.d.ts +22 -0
  96. package/dist/types/components/ui/dialog/DialogFooter.vue.d.ts +21 -0
  97. package/dist/types/components/ui/dialog/DialogHeader.vue.d.ts +21 -0
  98. package/dist/types/components/ui/dialog/DialogOverlay.vue.d.ts +22 -0
  99. package/dist/types/components/ui/dialog/DialogScrollContent.vue.d.ts +36 -0
  100. package/dist/types/components/ui/dialog/DialogTitle.vue.d.ts +22 -0
  101. package/dist/types/components/ui/dialog/DialogTrigger.vue.d.ts +18 -0
  102. package/dist/types/components/ui/dialog/index.d.ts +10 -0
  103. package/dist/types/components/ui/drawer/Drawer.vue.d.ts +34 -0
  104. package/dist/types/components/ui/drawer/DrawerClose.vue.d.ts +18 -0
  105. package/dist/types/components/ui/drawer/DrawerContent.vue.d.ts +36 -0
  106. package/dist/types/components/ui/drawer/DrawerDescription.vue.d.ts +22 -0
  107. package/dist/types/components/ui/drawer/DrawerFooter.vue.d.ts +21 -0
  108. package/dist/types/components/ui/drawer/DrawerHeader.vue.d.ts +21 -0
  109. package/dist/types/components/ui/drawer/DrawerOverlay.vue.d.ts +7 -0
  110. package/dist/types/components/ui/drawer/DrawerTitle.vue.d.ts +22 -0
  111. package/dist/types/components/ui/drawer/DrawerTrigger.vue.d.ts +18 -0
  112. package/dist/types/components/ui/drawer/index.d.ts +9 -0
  113. package/dist/types/components/ui/dropdown-menu/DropdownMenu.vue.d.ts +22 -0
  114. package/dist/types/components/ui/dropdown-menu/DropdownMenuCheckboxItem.vue.d.ts +28 -0
  115. package/dist/types/components/ui/dropdown-menu/DropdownMenuContent.vue.d.ts +36 -0
  116. package/dist/types/components/ui/dropdown-menu/DropdownMenuGroup.vue.d.ts +18 -0
  117. package/dist/types/components/ui/dropdown-menu/DropdownMenuItem.vue.d.ts +26 -0
  118. package/dist/types/components/ui/dropdown-menu/DropdownMenuLabel.vue.d.ts +23 -0
  119. package/dist/types/components/ui/dropdown-menu/DropdownMenuRadioGroup.vue.d.ts +22 -0
  120. package/dist/types/components/ui/dropdown-menu/DropdownMenuRadioItem.vue.d.ts +26 -0
  121. package/dist/types/components/ui/dropdown-menu/DropdownMenuSeparator.vue.d.ts +7 -0
  122. package/dist/types/components/ui/dropdown-menu/DropdownMenuShortcut.vue.d.ts +21 -0
  123. package/dist/types/components/ui/dropdown-menu/DropdownMenuSub.vue.d.ts +22 -0
  124. package/dist/types/components/ui/dropdown-menu/DropdownMenuSubContent.vue.d.ts +38 -0
  125. package/dist/types/components/ui/dropdown-menu/DropdownMenuSubTrigger.vue.d.ts +23 -0
  126. package/dist/types/components/ui/dropdown-menu/DropdownMenuTrigger.vue.d.ts +18 -0
  127. package/dist/types/components/ui/dropdown-menu/index.d.ts +15 -0
  128. package/dist/types/components/ui/emoji-picker/EmojiPicker.vue.d.ts +9 -0
  129. package/dist/types/components/ui/emoji-picker/index.d.ts +1 -0
  130. package/dist/types/components/ui/flow-builder/FlowBuilder.vue.d.ts +52 -0
  131. package/dist/types/components/ui/flow-builder/FlowBuilderSelect.vue.d.ts +14 -0
  132. package/dist/types/components/ui/flow-builder/components/Builder.vue.d.ts +25 -0
  133. package/dist/types/components/ui/flow-builder/components/DropzoneBackground.vue.d.ts +17 -0
  134. package/dist/types/components/ui/flow-builder/components/EdgeEditor.vue.d.ts +18 -0
  135. package/dist/types/components/ui/flow-builder/components/Menu.vue.d.ts +2 -0
  136. package/dist/types/components/ui/flow-builder/components/NodeEditor.vue.d.ts +20 -0
  137. package/dist/types/components/ui/flow-builder/components/edge-editor/DataEdgeEditor.vue.d.ts +16 -0
  138. package/dist/types/components/ui/flow-builder/components/node-editor/ApiRequestEditor.vue.d.ts +16 -0
  139. package/dist/types/components/ui/flow-builder/components/node-editor/ConfirmEditor.vue.d.ts +16 -0
  140. package/dist/types/components/ui/flow-builder/components/node-editor/FinishFlowEditor.vue.d.ts +16 -0
  141. package/dist/types/components/ui/flow-builder/components/node-editor/IntegrationActionEditor.vue.d.ts +16 -0
  142. package/dist/types/components/ui/flow-builder/components/node-editor/SetVariableEditor.vue.d.ts +16 -0
  143. package/dist/types/components/ui/flow-builder/components/node-editor/ShowDialogEditor.vue.d.ts +16 -0
  144. package/dist/types/components/ui/flow-builder/components/node-editor/ShowModuleEditor.vue.d.ts +16 -0
  145. package/dist/types/components/ui/flow-builder/components/node-editor/ShowToastEditor.vue.d.ts +16 -0
  146. package/dist/types/components/ui/flow-builder/components/node-editor/TransformDataEditor.vue.d.ts +16 -0
  147. package/dist/types/components/ui/flow-builder/components/node-editor/VisitUrlEditor.vue.d.ts +16 -0
  148. package/dist/types/components/ui/flow-builder/components/variables/Widget.vue.d.ts +2 -0
  149. package/dist/types/components/ui/flow-builder/composables/outputRegistry.d.ts +23 -0
  150. package/dist/types/components/ui/flow-builder/index.d.ts +4 -0
  151. package/dist/types/components/ui/flow-builder/types.d.ts +7 -0
  152. package/dist/types/components/ui/form/FormControl.vue.d.ts +17 -0
  153. package/dist/types/components/ui/form/FormDescription.vue.d.ts +21 -0
  154. package/dist/types/components/ui/form/FormItem.vue.d.ts +21 -0
  155. package/dist/types/components/ui/form/FormLabel.vue.d.ts +22 -0
  156. package/dist/types/components/ui/form/FormMessage.vue.d.ts +6 -0
  157. package/dist/types/components/ui/form/index.d.ts +7 -0
  158. package/dist/types/components/ui/form/injectionKeys.d.ts +2 -0
  159. package/dist/types/components/ui/form/useFormField.d.ts +11 -0
  160. package/dist/types/components/ui/form-builder/FormBuilder.vue.d.ts +69 -0
  161. package/dist/types/components/ui/form-builder/FormBuilderSelect.vue.d.ts +35 -0
  162. package/dist/types/components/ui/form-builder/FormDisplayer.vue.d.ts +94 -0
  163. package/dist/types/components/ui/form-builder/components/AdminElementEditor.vue.d.ts +6 -0
  164. package/dist/types/components/ui/form-builder/components/AdminToolbar.vue.d.ts +16 -0
  165. package/dist/types/components/ui/form-builder/components/AdminToolbarView.vue.d.ts +10 -0
  166. package/dist/types/components/ui/form-builder/components/CustomDashboard.vue.d.ts +4 -0
  167. package/dist/types/components/ui/form-builder/components/FormBuilderWrapper.vue.d.ts +44 -0
  168. package/dist/types/components/ui/form-builder/components/admin/Transformer.vue.d.ts +16 -0
  169. package/dist/types/components/ui/form-builder/components/admin/element-setting-views/Button.vue.d.ts +2 -0
  170. package/dist/types/components/ui/form-builder/components/admin/element-setting-views/Checkbox.vue.d.ts +2 -0
  171. package/dist/types/components/ui/form-builder/components/admin/element-setting-views/Label.vue.d.ts +2 -0
  172. package/dist/types/components/ui/form-builder/components/admin/element-setting-views/Radios.vue.d.ts +2 -0
  173. package/dist/types/components/ui/form-builder/components/admin/element-setting-views/Scanner.vue.d.ts +2 -0
  174. package/dist/types/components/ui/form-builder/components/admin/element-setting-views/Select.vue.d.ts +2 -0
  175. package/dist/types/components/ui/form-builder/components/admin/element-setting-views/Text.vue.d.ts +2 -0
  176. package/dist/types/components/ui/form-builder/components/admin/element-setting-views/Textarea.vue.d.ts +2 -0
  177. package/dist/types/components/ui/form-builder/components/admin/element-setting-views/Textfield.vue.d.ts +2 -0
  178. package/dist/types/components/ui/form-builder/components/admin/element-setting-views/index.d.ts +12 -0
  179. package/dist/types/components/ui/form-builder/components/admin/setting-views/ApiActionsView.vue.d.ts +2 -0
  180. package/dist/types/components/ui/form-builder/components/admin/setting-views/NewElementView.vue.d.ts +2 -0
  181. package/dist/types/components/ui/form-builder/components/admin/setting-views/VariablesView.vue.d.ts +2 -0
  182. package/dist/types/components/ui/form-builder/components/admin/setting-views/new-element-view/DraggableElement.vue.d.ts +29 -0
  183. package/dist/types/components/ui/form-builder/components/admin/setting-views/variables-view/ApiActionVariables.vue.d.ts +2 -0
  184. package/dist/types/components/ui/form-builder/components/admin/setting-views/variables-view/RouteQueryParams.vue.d.ts +2 -0
  185. package/dist/types/components/ui/form-builder/components/admin/setting-views/variables-view/Transformers.vue.d.ts +2 -0
  186. package/dist/types/components/ui/form-builder/components/admin/setting-views/variables-view/Variables.vue.d.ts +2 -0
  187. package/dist/types/components/ui/form-builder/components/elements/button/Button.vue.d.ts +50 -0
  188. package/dist/types/components/ui/form-builder/components/elements/button/index.d.ts +1 -0
  189. package/dist/types/components/ui/form-builder/components/elements/checkbox/Checkbox.vue.d.ts +28 -0
  190. package/dist/types/components/ui/form-builder/components/elements/checkbox/index.d.ts +1 -0
  191. package/dist/types/components/ui/form-builder/components/elements/file/File.vue.d.ts +2 -0
  192. package/dist/types/components/ui/form-builder/components/elements/file/index.d.ts +1 -0
  193. package/dist/types/components/ui/form-builder/components/elements/images/Images.vue.d.ts +31 -0
  194. package/dist/types/components/ui/form-builder/components/elements/images/index.d.ts +1 -0
  195. package/dist/types/components/ui/form-builder/components/elements/items/Items.vue.d.ts +2 -0
  196. package/dist/types/components/ui/form-builder/components/elements/items/index.d.ts +1 -0
  197. package/dist/types/components/ui/form-builder/components/elements/label/Label.vue.d.ts +14 -0
  198. package/dist/types/components/ui/form-builder/components/elements/label/index.d.ts +1 -0
  199. package/dist/types/components/ui/form-builder/components/elements/location/Location.vue.d.ts +2 -0
  200. package/dist/types/components/ui/form-builder/components/elements/location/index.d.ts +1 -0
  201. package/dist/types/components/ui/form-builder/components/elements/radios/Radios.vue.d.ts +43 -0
  202. package/dist/types/components/ui/form-builder/components/elements/radios/index.d.ts +1 -0
  203. package/dist/types/components/ui/form-builder/components/elements/richtext/RichText.vue.d.ts +2 -0
  204. package/dist/types/components/ui/form-builder/components/elements/richtext/index.d.ts +1 -0
  205. package/dist/types/components/ui/form-builder/components/elements/scanner/Scanner.vue.d.ts +47 -0
  206. package/dist/types/components/ui/form-builder/components/elements/scanner/index.d.ts +1 -0
  207. package/dist/types/components/ui/form-builder/components/elements/select/Select.vue.d.ts +43 -0
  208. package/dist/types/components/ui/form-builder/components/elements/select/index.d.ts +1 -0
  209. package/dist/types/components/ui/form-builder/components/elements/text/Text.vue.d.ts +14 -0
  210. package/dist/types/components/ui/form-builder/components/elements/text/index.d.ts +1 -0
  211. package/dist/types/components/ui/form-builder/components/elements/textarea/Textarea.vue.d.ts +31 -0
  212. package/dist/types/components/ui/form-builder/components/elements/textarea/index.d.ts +1 -0
  213. package/dist/types/components/ui/form-builder/components/elements/textfield/Textfield.vue.d.ts +31 -0
  214. package/dist/types/components/ui/form-builder/components/elements/textfield/index.d.ts +1 -0
  215. package/dist/types/components/ui/form-builder/index.d.ts +3 -0
  216. package/dist/types/components/ui/input/Input.vue.d.ts +12 -0
  217. package/dist/types/components/ui/input/index.d.ts +1 -0
  218. package/dist/types/components/ui/integration-action-builder/IntegrationActionBuilder.vue.d.ts +2 -0
  219. package/dist/types/components/ui/integration-action-builder/InterpolationField.vue.d.ts +26 -0
  220. package/dist/types/components/ui/integration-action-builder/index.d.ts +1 -0
  221. package/dist/types/components/ui/integration-action-builder/integrations/firebase/AddDocument.vue.d.ts +16 -0
  222. package/dist/types/components/ui/integration-action-builder/integrations/firebase/DeleteDocument.vue.d.ts +2 -0
  223. package/dist/types/components/ui/integration-action-builder/integrations/firebase/GetCollections.vue.d.ts +2 -0
  224. package/dist/types/components/ui/integration-action-builder/integrations/firebase/GetDocumentById.vue.d.ts +2 -0
  225. package/dist/types/components/ui/integration-action-builder/integrations/firebase/QueryCollectionGroup.vue.d.ts +2 -0
  226. package/dist/types/components/ui/integration-action-builder/integrations/firebase/QueryFirestore.vue.d.ts +16 -0
  227. package/dist/types/components/ui/integration-action-builder/integrations/firebase/UpdateDocument.vue.d.ts +2 -0
  228. package/dist/types/components/ui/integration-action-builder/integrations/firebase/index.d.ts +191 -0
  229. package/dist/types/components/ui/integration-action-builder/integrations/index.d.ts +391 -0
  230. package/dist/types/components/ui/integration-action-builder/integrations/openai/AddDocument.vue.d.ts +16 -0
  231. package/dist/types/components/ui/integration-action-builder/integrations/openai/GenerateText.vue.d.ts +16 -0
  232. package/dist/types/components/ui/integration-action-builder/integrations/openai/components/ModelSelector.vue.d.ts +16 -0
  233. package/dist/types/components/ui/integration-action-builder/integrations/openai/index.d.ts +154 -0
  234. package/dist/types/components/ui/integration-action-builder/integrations/twilio/MakeCall.vue.d.ts +16 -0
  235. package/dist/types/components/ui/integration-action-builder/integrations/twilio/SendSMS.vue.d.ts +16 -0
  236. package/dist/types/components/ui/integration-action-builder/integrations/twilio/components/ModelSelector.vue.d.ts +16 -0
  237. package/dist/types/components/ui/integration-action-builder/integrations/twilio/index.d.ts +46 -0
  238. package/dist/types/components/ui/integration-icon/IntegrationIcon.vue.d.ts +12 -0
  239. package/dist/types/components/ui/integration-icon/index.d.ts +1 -0
  240. package/dist/types/components/ui/label/Label.vue.d.ts +22 -0
  241. package/dist/types/components/ui/label/index.d.ts +1 -0
  242. package/dist/types/components/ui/lucide-icon-selector/LucideIconPicker.vue.d.ts +9 -0
  243. package/dist/types/components/ui/lucide-icon-selector/LucideIconSelector.vue.d.ts +9 -0
  244. package/dist/types/components/ui/lucide-icon-selector/index.d.ts +2 -0
  245. package/dist/types/components/ui/media-picker/MediaPicker.vue.d.ts +16 -0
  246. package/dist/types/components/ui/media-picker/MediaPickerDialog.vue.d.ts +37 -0
  247. package/dist/types/components/ui/media-picker/MediaPickerItems.vue.d.ts +4 -0
  248. package/dist/types/components/ui/media-picker/index.d.ts +2 -0
  249. package/dist/types/components/ui/media-picker/media-picker-dialog/Dropzone.vue.d.ts +24 -0
  250. package/dist/types/components/ui/media-picker/media-picker-dialog/FileItem.vue.d.ts +24 -0
  251. package/dist/types/components/ui/media-picker/media-picker-dialog/Filters.vue.d.ts +12 -0
  252. package/dist/types/components/ui/menubar/Menubar.vue.d.ts +26 -0
  253. package/dist/types/components/ui/menubar/MenubarCheckboxItem.vue.d.ts +28 -0
  254. package/dist/types/components/ui/menubar/MenubarContent.vue.d.ts +26 -0
  255. package/dist/types/components/ui/menubar/MenubarGroup.vue.d.ts +18 -0
  256. package/dist/types/components/ui/menubar/MenubarItem.vue.d.ts +28 -0
  257. package/dist/types/components/ui/menubar/MenubarLabel.vue.d.ts +23 -0
  258. package/dist/types/components/ui/menubar/MenubarMenu.vue.d.ts +18 -0
  259. package/dist/types/components/ui/menubar/MenubarRadioGroup.vue.d.ts +22 -0
  260. package/dist/types/components/ui/menubar/MenubarRadioItem.vue.d.ts +26 -0
  261. package/dist/types/components/ui/menubar/MenubarSeparator.vue.d.ts +7 -0
  262. package/dist/types/components/ui/menubar/MenubarShortcut.vue.d.ts +21 -0
  263. package/dist/types/components/ui/menubar/MenubarSub.vue.d.ts +25 -0
  264. package/dist/types/components/ui/menubar/MenubarSubContent.vue.d.ts +38 -0
  265. package/dist/types/components/ui/menubar/MenubarSubTrigger.vue.d.ts +23 -0
  266. package/dist/types/components/ui/menubar/MenubarTrigger.vue.d.ts +22 -0
  267. package/dist/types/components/ui/menubar/index.d.ts +15 -0
  268. package/dist/types/components/ui/number-field/NumberField.vue.d.ts +26 -0
  269. package/dist/types/components/ui/number-field/NumberFieldContent.vue.d.ts +21 -0
  270. package/dist/types/components/ui/number-field/NumberFieldDecrement.vue.d.ts +22 -0
  271. package/dist/types/components/ui/number-field/NumberFieldIncrement.vue.d.ts +22 -0
  272. package/dist/types/components/ui/number-field/NumberFieldInput.vue.d.ts +6 -0
  273. package/dist/types/components/ui/number-field/index.d.ts +5 -0
  274. package/dist/types/components/ui/pagination/PaginationEllipsis.vue.d.ts +22 -0
  275. package/dist/types/components/ui/pagination/PaginationFirst.vue.d.ts +24 -0
  276. package/dist/types/components/ui/pagination/PaginationLast.vue.d.ts +24 -0
  277. package/dist/types/components/ui/pagination/PaginationNext.vue.d.ts +24 -0
  278. package/dist/types/components/ui/pagination/PaginationPrev.vue.d.ts +24 -0
  279. package/dist/types/components/ui/pagination/index.d.ts +6 -0
  280. package/dist/types/components/ui/popover/Popover.vue.d.ts +22 -0
  281. package/dist/types/components/ui/popover/PopoverAnchor.vue.d.ts +18 -0
  282. package/dist/types/components/ui/popover/PopoverContent.vue.d.ts +39 -0
  283. package/dist/types/components/ui/popover/PopoverTrigger.vue.d.ts +18 -0
  284. package/dist/types/components/ui/popover/index.d.ts +4 -0
  285. package/dist/types/components/ui/query-builder-dialog/QueryBuilderDialog.vue.d.ts +61 -0
  286. package/dist/types/components/ui/query-builder-dialog/index.d.ts +1 -0
  287. package/dist/types/components/ui/radio-group/RadioGroup.vue.d.ts +27 -0
  288. package/dist/types/components/ui/radio-group/RadioGroupItem.vue.d.ts +7 -0
  289. package/dist/types/components/ui/radio-group/index.d.ts +2 -0
  290. package/dist/types/components/ui/range-calendar/RangeCalendar.vue.d.ts +15 -0
  291. package/dist/types/components/ui/range-calendar/RangeCalendarCell.vue.d.ts +22 -0
  292. package/dist/types/components/ui/range-calendar/RangeCalendarCellTrigger.vue.d.ts +22 -0
  293. package/dist/types/components/ui/range-calendar/RangeCalendarGrid.vue.d.ts +22 -0
  294. package/dist/types/components/ui/range-calendar/RangeCalendarGridBody.vue.d.ts +18 -0
  295. package/dist/types/components/ui/range-calendar/RangeCalendarGridHead.vue.d.ts +18 -0
  296. package/dist/types/components/ui/range-calendar/RangeCalendarGridRow.vue.d.ts +22 -0
  297. package/dist/types/components/ui/range-calendar/RangeCalendarHeadCell.vue.d.ts +22 -0
  298. package/dist/types/components/ui/range-calendar/RangeCalendarHeader.vue.d.ts +22 -0
  299. package/dist/types/components/ui/range-calendar/RangeCalendarHeading.vue.d.ts +28 -0
  300. package/dist/types/components/ui/range-calendar/RangeCalendarNextButton.vue.d.ts +22 -0
  301. package/dist/types/components/ui/range-calendar/RangeCalendarPrevButton.vue.d.ts +22 -0
  302. package/dist/types/components/ui/range-calendar/index.d.ts +12 -0
  303. package/dist/types/components/ui/resizable/ResizableHandle.vue.d.ts +12 -0
  304. package/dist/types/components/ui/resizable/ResizablePanel.vue.d.ts +26 -0
  305. package/dist/types/components/ui/resizable/ResizablePanelGroup.vue.d.ts +26 -0
  306. package/dist/types/components/ui/resizable/index.d.ts +3 -0
  307. package/dist/types/components/ui/ripple-button/RippleButton.vue.d.ts +34 -0
  308. package/dist/types/components/ui/ripple-button/index.d.ts +1 -0
  309. package/dist/types/components/ui/sandbox/Sandbox.vue.d.ts +40 -0
  310. package/dist/types/components/ui/sandbox/index.d.ts +1 -0
  311. package/dist/types/components/ui/scroll-area/ScrollArea.vue.d.ts +22 -0
  312. package/dist/types/components/ui/scroll-area/ScrollBar.vue.d.ts +9 -0
  313. package/dist/types/components/ui/scroll-area/index.d.ts +2 -0
  314. package/dist/types/components/ui/segmented-control/SegmentedControl.vue.d.ts +74 -0
  315. package/dist/types/components/ui/segmented-control/SegmentedControlButton.vue.d.ts +26 -0
  316. package/dist/types/components/ui/segmented-control/index.d.ts +2 -0
  317. package/dist/types/components/ui/select/Select.vue.d.ts +25 -0
  318. package/dist/types/components/ui/select/SelectContent.vue.d.ts +32 -0
  319. package/dist/types/components/ui/select/SelectGroup.vue.d.ts +18 -0
  320. package/dist/types/components/ui/select/SelectItem.vue.d.ts +22 -0
  321. package/dist/types/components/ui/select/SelectItemText.vue.d.ts +18 -0
  322. package/dist/types/components/ui/select/SelectLabel.vue.d.ts +22 -0
  323. package/dist/types/components/ui/select/SelectScrollDownButton.vue.d.ts +22 -0
  324. package/dist/types/components/ui/select/SelectScrollUpButton.vue.d.ts +22 -0
  325. package/dist/types/components/ui/select/SelectSeparator.vue.d.ts +7 -0
  326. package/dist/types/components/ui/select/SelectTrigger.vue.d.ts +25 -0
  327. package/dist/types/components/ui/select/SelectValue.vue.d.ts +18 -0
  328. package/dist/types/components/ui/select/index.d.ts +11 -0
  329. package/dist/types/components/ui/separator/Separator.vue.d.ts +10 -0
  330. package/dist/types/components/ui/separator/index.d.ts +1 -0
  331. package/dist/types/components/ui/sheet/Sheet.vue.d.ts +22 -0
  332. package/dist/types/components/ui/sheet/SheetClose.vue.d.ts +18 -0
  333. package/dist/types/components/ui/sheet/SheetContent.vue.d.ts +40 -0
  334. package/dist/types/components/ui/sheet/SheetDescription.vue.d.ts +22 -0
  335. package/dist/types/components/ui/sheet/SheetFooter.vue.d.ts +21 -0
  336. package/dist/types/components/ui/sheet/SheetHeader.vue.d.ts +21 -0
  337. package/dist/types/components/ui/sheet/SheetOverlay.vue.d.ts +22 -0
  338. package/dist/types/components/ui/sheet/SheetTitle.vue.d.ts +22 -0
  339. package/dist/types/components/ui/sheet/SheetTrigger.vue.d.ts +18 -0
  340. package/dist/types/components/ui/sheet/index.d.ts +8 -0
  341. package/dist/types/components/ui/sidebar/Sidebar.vue.d.ts +24 -0
  342. package/dist/types/components/ui/sidebar/SidebarContent.vue.d.ts +21 -0
  343. package/dist/types/components/ui/sidebar/SidebarFooter.vue.d.ts +21 -0
  344. package/dist/types/components/ui/sidebar/SidebarGroup.vue.d.ts +21 -0
  345. package/dist/types/components/ui/sidebar/SidebarGroupAction.vue.d.ts +22 -0
  346. package/dist/types/components/ui/sidebar/SidebarGroupContent.vue.d.ts +21 -0
  347. package/dist/types/components/ui/sidebar/SidebarGroupLabel.vue.d.ts +22 -0
  348. package/dist/types/components/ui/sidebar/SidebarHeader.vue.d.ts +21 -0
  349. package/dist/types/components/ui/sidebar/SidebarInput.vue.d.ts +21 -0
  350. package/dist/types/components/ui/sidebar/SidebarInset.vue.d.ts +21 -0
  351. package/dist/types/components/ui/sidebar/SidebarMenu.vue.d.ts +21 -0
  352. package/dist/types/components/ui/sidebar/SidebarMenuAction.vue.d.ts +25 -0
  353. package/dist/types/components/ui/sidebar/SidebarMenuBadge.vue.d.ts +21 -0
  354. package/dist/types/components/ui/sidebar/SidebarMenuButton.vue.d.ts +27 -0
  355. package/dist/types/components/ui/sidebar/SidebarMenuButtonChild.vue.d.ts +30 -0
  356. package/dist/types/components/ui/sidebar/SidebarMenuItem.vue.d.ts +21 -0
  357. package/dist/types/components/ui/sidebar/SidebarMenuSkeleton.vue.d.ts +7 -0
  358. package/dist/types/components/ui/sidebar/SidebarMenuSub.vue.d.ts +21 -0
  359. package/dist/types/components/ui/sidebar/SidebarMenuSubButton.vue.d.ts +27 -0
  360. package/dist/types/components/ui/sidebar/SidebarMenuSubItem.vue.d.ts +21 -0
  361. package/dist/types/components/ui/sidebar/SidebarProvider.vue.d.ts +30 -0
  362. package/dist/types/components/ui/sidebar/SidebarRail.vue.d.ts +21 -0
  363. package/dist/types/components/ui/sidebar/SidebarSeparator.vue.d.ts +21 -0
  364. package/dist/types/components/ui/sidebar/SidebarTrigger.vue.d.ts +6 -0
  365. package/dist/types/components/ui/sidebar/index.d.ts +37 -0
  366. package/dist/types/components/ui/sidebar/utils.d.ts +56 -0
  367. package/dist/types/components/ui/skeleton/Skeleton.vue.d.ts +6 -0
  368. package/dist/types/components/ui/skeleton/index.d.ts +1 -0
  369. package/dist/types/components/ui/sonner/Sonner.vue.d.ts +3 -0
  370. package/dist/types/components/ui/sonner/index.d.ts +1 -0
  371. package/dist/types/components/ui/spring-calendar/SpringCalendar.vue.d.ts +21 -0
  372. package/dist/types/components/ui/spring-calendar/TextMorph.vue.d.ts +14 -0
  373. package/dist/types/components/ui/spring-calendar/index.d.ts +2 -0
  374. package/dist/types/components/ui/switch/Switch.vue.d.ts +26 -0
  375. package/dist/types/components/ui/switch/index.d.ts +1 -0
  376. package/dist/types/components/ui/table/Table.vue.d.ts +21 -0
  377. package/dist/types/components/ui/table/TableBody.vue.d.ts +21 -0
  378. package/dist/types/components/ui/table/TableCaption.vue.d.ts +21 -0
  379. package/dist/types/components/ui/table/TableCell.vue.d.ts +21 -0
  380. package/dist/types/components/ui/table/TableEmpty.vue.d.ts +24 -0
  381. package/dist/types/components/ui/table/TableFooter.vue.d.ts +21 -0
  382. package/dist/types/components/ui/table/TableHead.vue.d.ts +21 -0
  383. package/dist/types/components/ui/table/TableHeader.vue.d.ts +21 -0
  384. package/dist/types/components/ui/table/TableRow.vue.d.ts +21 -0
  385. package/dist/types/components/ui/table/index.d.ts +9 -0
  386. package/dist/types/components/ui/table/utils.d.ts +3 -0
  387. package/dist/types/components/ui/tabs/Tabs.vue.d.ts +23 -0
  388. package/dist/types/components/ui/tabs/TabsContent.vue.d.ts +22 -0
  389. package/dist/types/components/ui/tabs/TabsList.vue.d.ts +22 -0
  390. package/dist/types/components/ui/tabs/TabsTrigger.vue.d.ts +22 -0
  391. package/dist/types/components/ui/tabs/index.d.ts +4 -0
  392. package/dist/types/components/ui/tailwind-color-picker/TailwindColorPicker.vue.d.ts +12 -0
  393. package/dist/types/components/ui/tailwind-color-picker/index.d.ts +1 -0
  394. package/dist/types/components/ui/textarea/Textarea.vue.d.ts +12 -0
  395. package/dist/types/components/ui/textarea/index.d.ts +1 -0
  396. package/dist/types/components/ui/toggle/Toggle.vue.d.ts +33 -0
  397. package/dist/types/components/ui/toggle/index.d.ts +7 -0
  398. package/dist/types/components/ui/tooltip/Tooltip.vue.d.ts +22 -0
  399. package/dist/types/components/ui/tooltip/TooltipContent.vue.d.ts +30 -0
  400. package/dist/types/components/ui/tooltip/TooltipProvider.vue.d.ts +20 -0
  401. package/dist/types/components/ui/tooltip/TooltipTrigger.vue.d.ts +18 -0
  402. package/dist/types/components/ui/tooltip/index.d.ts +4 -0
  403. package/dist/types/composables/useCms.d.ts +4 -0
  404. package/dist/types/index.d.ts +3 -0
  405. package/dist/types/lib/interpolation.d.ts +8 -0
  406. package/dist/types/lib/utils.d.ts +6 -0
  407. package/dist/types/types/index.d.ts +36 -0
  408. package/dist/types/vite.config.d.ts +2 -0
  409. package/package.json +17 -1
  410. package/components/ui/apple-emoji/AppleEmoji.vue +0 -32
  411. package/components/ui/apple-emoji/index.ts +0 -1
  412. package/components/ui/avatar/Avatar.vue +0 -18
  413. package/components/ui/avatar/AvatarFallback.vue +0 -23
  414. package/components/ui/avatar/AvatarImage.vue +0 -16
  415. package/components/ui/avatar/index.ts +0 -3
  416. package/components/ui/badge/Badge.vue +0 -39
  417. package/components/ui/badge/index.ts +0 -1
  418. package/components/ui/breadcrumb/Breadcrumb.vue +0 -17
  419. package/components/ui/breadcrumb/BreadcrumbEllipsis.vue +0 -23
  420. package/components/ui/breadcrumb/BreadcrumbItem.vue +0 -17
  421. package/components/ui/breadcrumb/BreadcrumbLink.vue +0 -20
  422. package/components/ui/breadcrumb/BreadcrumbList.vue +0 -17
  423. package/components/ui/breadcrumb/BreadcrumbPage.vue +0 -20
  424. package/components/ui/breadcrumb/BreadcrumbSeparator.vue +0 -22
  425. package/components/ui/breadcrumb/index.ts +0 -7
  426. package/components/ui/button/Button.vue +0 -39
  427. package/components/ui/button/index.ts +0 -36
  428. package/components/ui/calendar/Calendar.vue +0 -63
  429. package/components/ui/calendar/CalendarCell.vue +0 -25
  430. package/components/ui/calendar/CalendarCellTrigger.vue +0 -41
  431. package/components/ui/calendar/CalendarGrid.vue +0 -25
  432. package/components/ui/calendar/CalendarGridBody.vue +0 -14
  433. package/components/ui/calendar/CalendarGridHead.vue +0 -15
  434. package/components/ui/calendar/CalendarGridRow.vue +0 -24
  435. package/components/ui/calendar/CalendarHeadCell.vue +0 -25
  436. package/components/ui/calendar/CalendarHeader.vue +0 -25
  437. package/components/ui/calendar/CalendarHeading.vue +0 -32
  438. package/components/ui/calendar/CalendarNextButton.vue +0 -34
  439. package/components/ui/calendar/CalendarPrevButton.vue +0 -34
  440. package/components/ui/calendar/index.ts +0 -12
  441. package/components/ui/card/Card.vue +0 -22
  442. package/components/ui/card/CardAction.vue +0 -17
  443. package/components/ui/card/CardContent.vue +0 -17
  444. package/components/ui/card/CardDescription.vue +0 -17
  445. package/components/ui/card/CardFooter.vue +0 -17
  446. package/components/ui/card/CardHeader.vue +0 -17
  447. package/components/ui/card/CardTitle.vue +0 -17
  448. package/components/ui/card/index.ts +0 -7
  449. package/components/ui/checkbox/Checkbox.vue +0 -37
  450. package/components/ui/checkbox/index.ts +0 -1
  451. package/components/ui/code-editor/CodeEditor.vue +0 -88
  452. package/components/ui/code-editor/index.ts +0 -1
  453. package/components/ui/code-editor/interpolationHighlight.ts +0 -39
  454. package/components/ui/collapsible/Collapsible.vue +0 -19
  455. package/components/ui/collapsible/CollapsibleContent.vue +0 -14
  456. package/components/ui/collapsible/CollapsibleTrigger.vue +0 -14
  457. package/components/ui/collapsible/index.ts +0 -3
  458. package/components/ui/combobox/Combobox.vue +0 -17
  459. package/components/ui/combobox/ComboboxAnchor.vue +0 -26
  460. package/components/ui/combobox/ComboboxEmpty.vue +0 -24
  461. package/components/ui/combobox/ComboboxGroup.vue +0 -30
  462. package/components/ui/combobox/ComboboxInput.vue +0 -47
  463. package/components/ui/combobox/ComboboxItem.vue +0 -27
  464. package/components/ui/combobox/ComboboxItemIndicator.vue +0 -26
  465. package/components/ui/combobox/ComboboxList.vue +0 -31
  466. package/components/ui/combobox/ComboboxSeparator.vue +0 -24
  467. package/components/ui/combobox/ComboboxTrigger.vue +0 -27
  468. package/components/ui/combobox/ComboboxViewport.vue +0 -26
  469. package/components/ui/combobox/index.ts +0 -12
  470. package/components/ui/command/Command.vue +0 -93
  471. package/components/ui/command/CommandDialog.vue +0 -31
  472. package/components/ui/command/CommandEmpty.vue +0 -29
  473. package/components/ui/command/CommandGroup.vue +0 -47
  474. package/components/ui/command/CommandInput.vue +0 -41
  475. package/components/ui/command/CommandItem.vue +0 -79
  476. package/components/ui/command/CommandList.vue +0 -28
  477. package/components/ui/command/CommandSeparator.vue +0 -24
  478. package/components/ui/command/CommandShortcut.vue +0 -17
  479. package/components/ui/command/index.ts +0 -25
  480. package/components/ui/context-menu/ContextMenu.vue +0 -18
  481. package/components/ui/context-menu/ContextMenuCheckboxItem.vue +0 -41
  482. package/components/ui/context-menu/ContextMenuContent.vue +0 -37
  483. package/components/ui/context-menu/ContextMenuGroup.vue +0 -14
  484. package/components/ui/context-menu/ContextMenuItem.vue +0 -42
  485. package/components/ui/context-menu/ContextMenuLabel.vue +0 -24
  486. package/components/ui/context-menu/ContextMenuPortal.vue +0 -14
  487. package/components/ui/context-menu/ContextMenuRadioGroup.vue +0 -22
  488. package/components/ui/context-menu/ContextMenuRadioItem.vue +0 -41
  489. package/components/ui/context-menu/ContextMenuSeparator.vue +0 -24
  490. package/components/ui/context-menu/ContextMenuShortcut.vue +0 -17
  491. package/components/ui/context-menu/ContextMenuSub.vue +0 -22
  492. package/components/ui/context-menu/ContextMenuSubContent.vue +0 -36
  493. package/components/ui/context-menu/ContextMenuSubTrigger.vue +0 -35
  494. package/components/ui/context-menu/ContextMenuTrigger.vue +0 -16
  495. package/components/ui/context-menu/index.ts +0 -14
  496. package/components/ui/custom-dialog/CustomDialog.vue +0 -31
  497. package/components/ui/custom-dialog/index.ts +0 -1
  498. package/components/ui/dialog/Dialog.vue +0 -17
  499. package/components/ui/dialog/DialogClose.vue +0 -14
  500. package/components/ui/dialog/DialogContent.vue +0 -49
  501. package/components/ui/dialog/DialogDescription.vue +0 -25
  502. package/components/ui/dialog/DialogFooter.vue +0 -15
  503. package/components/ui/dialog/DialogHeader.vue +0 -17
  504. package/components/ui/dialog/DialogOverlay.vue +0 -23
  505. package/components/ui/dialog/DialogScrollContent.vue +0 -59
  506. package/components/ui/dialog/DialogTitle.vue +0 -25
  507. package/components/ui/dialog/DialogTrigger.vue +0 -14
  508. package/components/ui/dialog/index.ts +0 -10
  509. package/components/ui/drawer/Drawer.vue +0 -22
  510. package/components/ui/drawer/DrawerClose.vue +0 -15
  511. package/components/ui/drawer/DrawerContent.vue +0 -34
  512. package/components/ui/drawer/DrawerDescription.vue +0 -24
  513. package/components/ui/drawer/DrawerFooter.vue +0 -17
  514. package/components/ui/drawer/DrawerHeader.vue +0 -17
  515. package/components/ui/drawer/DrawerOverlay.vue +0 -22
  516. package/components/ui/drawer/DrawerTitle.vue +0 -24
  517. package/components/ui/drawer/DrawerTrigger.vue +0 -15
  518. package/components/ui/drawer/index.ts +0 -9
  519. package/components/ui/dropdown-menu/DropdownMenu.vue +0 -17
  520. package/components/ui/dropdown-menu/DropdownMenuCheckboxItem.vue +0 -41
  521. package/components/ui/dropdown-menu/DropdownMenuContent.vue +0 -39
  522. package/components/ui/dropdown-menu/DropdownMenuGroup.vue +0 -14
  523. package/components/ui/dropdown-menu/DropdownMenuItem.vue +0 -30
  524. package/components/ui/dropdown-menu/DropdownMenuLabel.vue +0 -22
  525. package/components/ui/dropdown-menu/DropdownMenuRadioGroup.vue +0 -22
  526. package/components/ui/dropdown-menu/DropdownMenuRadioItem.vue +0 -42
  527. package/components/ui/dropdown-menu/DropdownMenuSeparator.vue +0 -26
  528. package/components/ui/dropdown-menu/DropdownMenuShortcut.vue +0 -17
  529. package/components/ui/dropdown-menu/DropdownMenuSub.vue +0 -19
  530. package/components/ui/dropdown-menu/DropdownMenuSubContent.vue +0 -31
  531. package/components/ui/dropdown-menu/DropdownMenuSubTrigger.vue +0 -30
  532. package/components/ui/dropdown-menu/DropdownMenuTrigger.vue +0 -16
  533. package/components/ui/dropdown-menu/index.ts +0 -16
  534. package/components/ui/emoji-picker/EmojiPicker.vue +0 -71
  535. package/components/ui/emoji-picker/index.ts +0 -1
  536. package/components/ui/flow-builder/FlowBuilder.vue +0 -48
  537. package/components/ui/flow-builder/FlowBuilderSelect.vue +0 -33
  538. package/components/ui/flow-builder/components/Builder.vue +0 -287
  539. package/components/ui/flow-builder/components/DropzoneBackground.vue +0 -13
  540. package/components/ui/flow-builder/components/EdgeEditor.vue +0 -36
  541. package/components/ui/flow-builder/components/Menu.vue +0 -78
  542. package/components/ui/flow-builder/components/NodeEditor.vue +0 -181
  543. package/components/ui/flow-builder/components/edge-editor/DataEdgeEditor.vue +0 -64
  544. package/components/ui/flow-builder/components/edges/DataEdge.vue +0 -87
  545. package/components/ui/flow-builder/components/node-editor/ApiRequestEditor.vue +0 -150
  546. package/components/ui/flow-builder/components/node-editor/ConfettiEditor.vue +0 -23
  547. package/components/ui/flow-builder/components/node-editor/ConfirmEditor.vue +0 -30
  548. package/components/ui/flow-builder/components/node-editor/FinishFlowEditor.vue +0 -33
  549. package/components/ui/flow-builder/components/node-editor/IntegrationActionEditor.vue +0 -50
  550. package/components/ui/flow-builder/components/node-editor/SetVariableEditor.vue +0 -71
  551. package/components/ui/flow-builder/components/node-editor/ShowDialogEditor.vue +0 -26
  552. package/components/ui/flow-builder/components/node-editor/ShowModuleEditor.vue +0 -92
  553. package/components/ui/flow-builder/components/node-editor/ShowToastEditor.vue +0 -28
  554. package/components/ui/flow-builder/components/node-editor/TransformDataEditor.vue +0 -27
  555. package/components/ui/flow-builder/components/node-editor/VisitUrlEditor.vue +0 -31
  556. package/components/ui/flow-builder/components/nodes/ApiRequestNode.vue +0 -45
  557. package/components/ui/flow-builder/components/nodes/ConfettiNode.vue +0 -32
  558. package/components/ui/flow-builder/components/nodes/ConfirmNode.vue +0 -45
  559. package/components/ui/flow-builder/components/nodes/EmptyNode.vue +0 -26
  560. package/components/ui/flow-builder/components/nodes/FinishFlowNode.vue +0 -30
  561. package/components/ui/flow-builder/components/nodes/IntegrationActionNode.vue +0 -52
  562. package/components/ui/flow-builder/components/nodes/SetVariableNode.vue +0 -34
  563. package/components/ui/flow-builder/components/nodes/ShowDialogNode.vue +0 -34
  564. package/components/ui/flow-builder/components/nodes/ShowModuleNode.vue +0 -34
  565. package/components/ui/flow-builder/components/nodes/ShowToastNode.vue +0 -35
  566. package/components/ui/flow-builder/components/nodes/StartNode.vue +0 -27
  567. package/components/ui/flow-builder/components/nodes/TransformDataNode.vue +0 -34
  568. package/components/ui/flow-builder/components/nodes/VisitUrlNode.vue +0 -34
  569. package/components/ui/flow-builder/components/toolbars/ApiRequestToolbar.vue +0 -45
  570. package/components/ui/flow-builder/components/toolbars/ConfirmToolbar.vue +0 -45
  571. package/components/ui/flow-builder/components/toolbars/DefaultToolbar.vue +0 -42
  572. package/components/ui/flow-builder/components/toolbars/IntegrationActionToolbar.vue +0 -45
  573. package/components/ui/flow-builder/components/variables/Widget.vue +0 -137
  574. package/components/ui/flow-builder/composables/outputRegistry.ts +0 -33
  575. package/components/ui/flow-builder/composables/taskHandlers.js +0 -185
  576. package/components/ui/flow-builder/composables/useLayout.js +0 -60
  577. package/components/ui/flow-builder/composables/useProcessNodeLogic.js +0 -55
  578. package/components/ui/flow-builder/composables/useRunProcess.js +0 -267
  579. package/components/ui/flow-builder/index.ts +0 -5
  580. package/components/ui/flow-builder/types.ts +0 -7
  581. package/components/ui/form/FormControl.vue +0 -17
  582. package/components/ui/form/FormDescription.vue +0 -21
  583. package/components/ui/form/FormItem.vue +0 -22
  584. package/components/ui/form/FormLabel.vue +0 -25
  585. package/components/ui/form/FormMessage.vue +0 -22
  586. package/components/ui/form/index.ts +0 -7
  587. package/components/ui/form/injectionKeys.ts +0 -4
  588. package/components/ui/form/useFormField.ts +0 -30
  589. package/components/ui/form-builder/FormBuilder.vue +0 -45
  590. package/components/ui/form-builder/FormBuilderSelect.vue +0 -42
  591. package/components/ui/form-builder/FormDisplayer.vue +0 -39
  592. package/components/ui/form-builder/components/AdminElementEditor.vue +0 -48
  593. package/components/ui/form-builder/components/AdminToolbar.vue +0 -60
  594. package/components/ui/form-builder/components/AdminToolbarView.vue +0 -19
  595. package/components/ui/form-builder/components/CustomDashboard.vue +0 -312
  596. package/components/ui/form-builder/components/FormBuilderWrapper.vue +0 -333
  597. package/components/ui/form-builder/components/admin/Transformer.vue +0 -25
  598. package/components/ui/form-builder/components/admin/element-setting-views/Button.vue +0 -30
  599. package/components/ui/form-builder/components/admin/element-setting-views/Checkbox.vue +0 -23
  600. package/components/ui/form-builder/components/admin/element-setting-views/Label.vue +0 -13
  601. package/components/ui/form-builder/components/admin/element-setting-views/Radios.vue +0 -85
  602. package/components/ui/form-builder/components/admin/element-setting-views/Scanner.vue +0 -15
  603. package/components/ui/form-builder/components/admin/element-setting-views/Select.vue +0 -75
  604. package/components/ui/form-builder/components/admin/element-setting-views/Text.vue +0 -13
  605. package/components/ui/form-builder/components/admin/element-setting-views/Textarea.vue +0 -20
  606. package/components/ui/form-builder/components/admin/element-setting-views/Textfield.vue +0 -20
  607. package/components/ui/form-builder/components/admin/element-setting-views/index.ts +0 -21
  608. package/components/ui/form-builder/components/admin/setting-views/ApiActionsView.vue +0 -111
  609. package/components/ui/form-builder/components/admin/setting-views/NewElementView.vue +0 -200
  610. package/components/ui/form-builder/components/admin/setting-views/VariablesView.vue +0 -19
  611. package/components/ui/form-builder/components/admin/setting-views/new-element-view/DraggableElement.vue +0 -107
  612. package/components/ui/form-builder/components/admin/setting-views/variables-view/ApiActionVariables.vue +0 -27
  613. package/components/ui/form-builder/components/admin/setting-views/variables-view/RouteQueryParams.vue +0 -47
  614. package/components/ui/form-builder/components/admin/setting-views/variables-view/Transformers.vue +0 -61
  615. package/components/ui/form-builder/components/admin/setting-views/variables-view/Variables.vue +0 -74
  616. package/components/ui/form-builder/components/elements/button/Button.vue +0 -60
  617. package/components/ui/form-builder/components/elements/button/index.ts +0 -1
  618. package/components/ui/form-builder/components/elements/checkbox/Checkbox.vue +0 -40
  619. package/components/ui/form-builder/components/elements/checkbox/index.ts +0 -1
  620. package/components/ui/form-builder/components/elements/file/File.vue +0 -6
  621. package/components/ui/form-builder/components/elements/file/index.ts +0 -1
  622. package/components/ui/form-builder/components/elements/images/Images.vue +0 -28
  623. package/components/ui/form-builder/components/elements/images/index.ts +0 -1
  624. package/components/ui/form-builder/components/elements/index.ts +0 -31
  625. package/components/ui/form-builder/components/elements/items/Items.vue +0 -6
  626. package/components/ui/form-builder/components/elements/items/index.ts +0 -1
  627. package/components/ui/form-builder/components/elements/label/Label.vue +0 -20
  628. package/components/ui/form-builder/components/elements/label/index.ts +0 -1
  629. package/components/ui/form-builder/components/elements/location/Location.vue +0 -6
  630. package/components/ui/form-builder/components/elements/location/index.ts +0 -1
  631. package/components/ui/form-builder/components/elements/radios/Radios.vue +0 -42
  632. package/components/ui/form-builder/components/elements/radios/index.ts +0 -1
  633. package/components/ui/form-builder/components/elements/richtext/Richtext.vue +0 -6
  634. package/components/ui/form-builder/components/elements/richtext/index.ts +0 -1
  635. package/components/ui/form-builder/components/elements/scanner/Scanner.vue +0 -173
  636. package/components/ui/form-builder/components/elements/scanner/index.ts +0 -1
  637. package/components/ui/form-builder/components/elements/select/Select.vue +0 -49
  638. package/components/ui/form-builder/components/elements/select/index.ts +0 -1
  639. package/components/ui/form-builder/components/elements/text/Text.vue +0 -20
  640. package/components/ui/form-builder/components/elements/text/index.ts +0 -1
  641. package/components/ui/form-builder/components/elements/textarea/Textarea.vue +0 -30
  642. package/components/ui/form-builder/components/elements/textarea/index.ts +0 -1
  643. package/components/ui/form-builder/components/elements/textfield/Textfield.vue +0 -30
  644. package/components/ui/form-builder/components/elements/textfield/index.ts +0 -1
  645. package/components/ui/form-builder/index.ts +0 -3
  646. package/components/ui/input/Input.vue +0 -33
  647. package/components/ui/input/index.ts +0 -1
  648. package/components/ui/integration-action-builder/IntegrationActionBuilder.vue +0 -193
  649. package/components/ui/integration-action-builder/InterpolationField.vue +0 -29
  650. package/components/ui/integration-action-builder/index.ts +0 -1
  651. package/components/ui/integration-action-builder/integrations/firebase/AddDocument.vue +0 -43
  652. package/components/ui/integration-action-builder/integrations/firebase/DeleteDocument.vue +0 -6
  653. package/components/ui/integration-action-builder/integrations/firebase/GetCollections.vue +0 -6
  654. package/components/ui/integration-action-builder/integrations/firebase/GetDocumentById.vue +0 -6
  655. package/components/ui/integration-action-builder/integrations/firebase/QueryCollectionGroup.vue +0 -6
  656. package/components/ui/integration-action-builder/integrations/firebase/QueryFirestore.vue +0 -165
  657. package/components/ui/integration-action-builder/integrations/firebase/UpdateDocument.vue +0 -6
  658. package/components/ui/integration-action-builder/integrations/firebase/index.ts +0 -204
  659. package/components/ui/integration-action-builder/integrations/index.ts +0 -9
  660. package/components/ui/integration-action-builder/integrations/openai/AddDocument.vue +0 -43
  661. package/components/ui/integration-action-builder/integrations/openai/GenerateText.vue +0 -40
  662. package/components/ui/integration-action-builder/integrations/openai/components/ModelSelector.vue +0 -75
  663. package/components/ui/integration-action-builder/integrations/openai/index.ts +0 -116
  664. package/components/ui/integration-action-builder/integrations/twilio/MakeCall.vue +0 -40
  665. package/components/ui/integration-action-builder/integrations/twilio/SendSMS.vue +0 -39
  666. package/components/ui/integration-action-builder/integrations/twilio/components/ModelSelector.vue +0 -75
  667. package/components/ui/integration-action-builder/integrations/twilio/index.ts +0 -68
  668. package/components/ui/integration-icon/IntegrationIcon.vue +0 -18
  669. package/components/ui/integration-icon/index.ts +0 -1
  670. package/components/ui/label/Label.vue +0 -28
  671. package/components/ui/label/index.ts +0 -1
  672. package/components/ui/lucide-icon-selector/LucideIconPicker.vue +0 -34
  673. package/components/ui/lucide-icon-selector/LucideIconSelector.vue +0 -55
  674. package/components/ui/lucide-icon-selector/index.ts +0 -2
  675. package/components/ui/media-picker/MediaPicker.vue +0 -40
  676. package/components/ui/media-picker/MediaPickerDialog.vue +0 -306
  677. package/components/ui/media-picker/MediaPickerItems.vue +0 -342
  678. package/components/ui/media-picker/index.ts +0 -2
  679. package/components/ui/media-picker/media-picker-dialog/Dropzone.vue +0 -104
  680. package/components/ui/media-picker/media-picker-dialog/FileItem.vue +0 -108
  681. package/components/ui/media-picker/media-picker-dialog/Filters.vue +0 -78
  682. package/components/ui/menubar/Menubar.vue +0 -36
  683. package/components/ui/menubar/MenubarCheckboxItem.vue +0 -41
  684. package/components/ui/menubar/MenubarContent.vue +0 -44
  685. package/components/ui/menubar/MenubarGroup.vue +0 -14
  686. package/components/ui/menubar/MenubarItem.vue +0 -37
  687. package/components/ui/menubar/MenubarLabel.vue +0 -19
  688. package/components/ui/menubar/MenubarMenu.vue +0 -14
  689. package/components/ui/menubar/MenubarRadioGroup.vue +0 -22
  690. package/components/ui/menubar/MenubarRadioItem.vue +0 -41
  691. package/components/ui/menubar/MenubarSeparator.vue +0 -23
  692. package/components/ui/menubar/MenubarShortcut.vue +0 -17
  693. package/components/ui/menubar/MenubarSub.vue +0 -22
  694. package/components/ui/menubar/MenubarSubContent.vue +0 -39
  695. package/components/ui/menubar/MenubarSubTrigger.vue +0 -27
  696. package/components/ui/menubar/MenubarTrigger.vue +0 -30
  697. package/components/ui/menubar/index.ts +0 -15
  698. package/components/ui/number-field/NumberField.vue +0 -23
  699. package/components/ui/number-field/NumberFieldContent.vue +0 -14
  700. package/components/ui/number-field/NumberFieldDecrement.vue +0 -25
  701. package/components/ui/number-field/NumberFieldIncrement.vue +0 -25
  702. package/components/ui/number-field/NumberFieldInput.vue +0 -16
  703. package/components/ui/number-field/index.ts +0 -5
  704. package/components/ui/pagination/PaginationEllipsis.vue +0 -22
  705. package/components/ui/pagination/PaginationFirst.vue +0 -29
  706. package/components/ui/pagination/PaginationLast.vue +0 -29
  707. package/components/ui/pagination/PaginationNext.vue +0 -29
  708. package/components/ui/pagination/PaginationPrev.vue +0 -29
  709. package/components/ui/pagination/index.ts +0 -10
  710. package/components/ui/popover/Popover.vue +0 -18
  711. package/components/ui/popover/PopoverAnchor.vue +0 -15
  712. package/components/ui/popover/PopoverContent.vue +0 -49
  713. package/components/ui/popover/PopoverTrigger.vue +0 -14
  714. package/components/ui/popover/index.ts +0 -4
  715. package/components/ui/query-builder-dialog/QueryBuilderDialog.vue +0 -389
  716. package/components/ui/query-builder-dialog/index.ts +0 -1
  717. package/components/ui/radio-group/RadioGroup.vue +0 -30
  718. package/components/ui/radio-group/RadioGroupItem.vue +0 -43
  719. package/components/ui/radio-group/index.ts +0 -2
  720. package/components/ui/range-calendar/RangeCalendar.vue +0 -57
  721. package/components/ui/range-calendar/RangeCalendarCell.vue +0 -21
  722. package/components/ui/range-calendar/RangeCalendarCellTrigger.vue +0 -37
  723. package/components/ui/range-calendar/RangeCalendarGrid.vue +0 -21
  724. package/components/ui/range-calendar/RangeCalendarGridBody.vue +0 -11
  725. package/components/ui/range-calendar/RangeCalendarGridHead.vue +0 -11
  726. package/components/ui/range-calendar/RangeCalendarGridRow.vue +0 -18
  727. package/components/ui/range-calendar/RangeCalendarHeadCell.vue +0 -18
  728. package/components/ui/range-calendar/RangeCalendarHeader.vue +0 -18
  729. package/components/ui/range-calendar/RangeCalendarHeading.vue +0 -28
  730. package/components/ui/range-calendar/RangeCalendarNextButton.vue +0 -29
  731. package/components/ui/range-calendar/RangeCalendarPrevButton.vue +0 -29
  732. package/components/ui/range-calendar/index.ts +0 -12
  733. package/components/ui/resizable/ResizableHandle.vue +0 -27
  734. package/components/ui/resizable/ResizablePanel.vue +0 -18
  735. package/components/ui/resizable/ResizablePanelGroup.vue +0 -25
  736. package/components/ui/resizable/index.ts +0 -3
  737. package/components/ui/ripple-button/RippleButton.vue +0 -97
  738. package/components/ui/ripple-button/index.ts +0 -1
  739. package/components/ui/sandbox/Sandbox.vue +0 -35
  740. package/components/ui/sandbox/index.ts +0 -1
  741. package/components/ui/scroll-area/ScrollArea.vue +0 -36
  742. package/components/ui/scroll-area/ScrollBar.vue +0 -34
  743. package/components/ui/scroll-area/index.ts +0 -2
  744. package/components/ui/segmented-control/SegmentedControl.vue +0 -121
  745. package/components/ui/segmented-control/SegmentedControlButton.vue +0 -64
  746. package/components/ui/segmented-control/index.ts +0 -2
  747. package/components/ui/select/Select.vue +0 -18
  748. package/components/ui/select/SelectContent.vue +0 -55
  749. package/components/ui/select/SelectGroup.vue +0 -14
  750. package/components/ui/select/SelectItem.vue +0 -45
  751. package/components/ui/select/SelectItemText.vue +0 -14
  752. package/components/ui/select/SelectLabel.vue +0 -16
  753. package/components/ui/select/SelectScrollDownButton.vue +0 -28
  754. package/components/ui/select/SelectScrollUpButton.vue +0 -28
  755. package/components/ui/select/SelectSeparator.vue +0 -21
  756. package/components/ui/select/SelectTrigger.vue +0 -32
  757. package/components/ui/select/SelectValue.vue +0 -15
  758. package/components/ui/select/index.ts +0 -11
  759. package/components/ui/separator/Separator.vue +0 -28
  760. package/components/ui/separator/index.ts +0 -1
  761. package/components/ui/sheet/Sheet.vue +0 -17
  762. package/components/ui/sheet/SheetClose.vue +0 -14
  763. package/components/ui/sheet/SheetContent.vue +0 -65
  764. package/components/ui/sheet/SheetDescription.vue +0 -20
  765. package/components/ui/sheet/SheetFooter.vue +0 -16
  766. package/components/ui/sheet/SheetHeader.vue +0 -15
  767. package/components/ui/sheet/SheetOverlay.vue +0 -24
  768. package/components/ui/sheet/SheetTitle.vue +0 -20
  769. package/components/ui/sheet/SheetTrigger.vue +0 -14
  770. package/components/ui/sheet/index.ts +0 -8
  771. package/components/ui/sidebar/Sidebar.vue +0 -96
  772. package/components/ui/sidebar/SidebarContent.vue +0 -18
  773. package/components/ui/sidebar/SidebarFooter.vue +0 -18
  774. package/components/ui/sidebar/SidebarGroup.vue +0 -18
  775. package/components/ui/sidebar/SidebarGroupAction.vue +0 -27
  776. package/components/ui/sidebar/SidebarGroupContent.vue +0 -18
  777. package/components/ui/sidebar/SidebarGroupLabel.vue +0 -25
  778. package/components/ui/sidebar/SidebarHeader.vue +0 -18
  779. package/components/ui/sidebar/SidebarInput.vue +0 -22
  780. package/components/ui/sidebar/SidebarInset.vue +0 -21
  781. package/components/ui/sidebar/SidebarMenu.vue +0 -18
  782. package/components/ui/sidebar/SidebarMenuAction.vue +0 -34
  783. package/components/ui/sidebar/SidebarMenuBadge.vue +0 -26
  784. package/components/ui/sidebar/SidebarMenuButton.vue +0 -49
  785. package/components/ui/sidebar/SidebarMenuButtonChild.vue +0 -34
  786. package/components/ui/sidebar/SidebarMenuItem.vue +0 -18
  787. package/components/ui/sidebar/SidebarMenuSkeleton.vue +0 -34
  788. package/components/ui/sidebar/SidebarMenuSub.vue +0 -22
  789. package/components/ui/sidebar/SidebarMenuSubButton.vue +0 -36
  790. package/components/ui/sidebar/SidebarMenuSubItem.vue +0 -18
  791. package/components/ui/sidebar/SidebarProvider.vue +0 -81
  792. package/components/ui/sidebar/SidebarRail.vue +0 -33
  793. package/components/ui/sidebar/SidebarSeparator.vue +0 -19
  794. package/components/ui/sidebar/SidebarTrigger.vue +0 -27
  795. package/components/ui/sidebar/index.ts +0 -60
  796. package/components/ui/sidebar/utils.ts +0 -19
  797. package/components/ui/skeleton/Skeleton.vue +0 -17
  798. package/components/ui/skeleton/index.ts +0 -1
  799. package/components/ui/sonner/Sonner.vue +0 -18
  800. package/components/ui/sonner/index.ts +0 -1
  801. package/components/ui/spring-calendar/SpringCalendar.vue +0 -110
  802. package/components/ui/spring-calendar/TextMorph.vue +0 -160
  803. package/components/ui/spring-calendar/index.ts +0 -2
  804. package/components/ui/switch/Switch.vue +0 -41
  805. package/components/ui/switch/index.ts +0 -1
  806. package/components/ui/table/Table.vue +0 -16
  807. package/components/ui/table/TableBody.vue +0 -17
  808. package/components/ui/table/TableCaption.vue +0 -17
  809. package/components/ui/table/TableCell.vue +0 -22
  810. package/components/ui/table/TableEmpty.vue +0 -37
  811. package/components/ui/table/TableFooter.vue +0 -17
  812. package/components/ui/table/TableHead.vue +0 -17
  813. package/components/ui/table/TableHeader.vue +0 -17
  814. package/components/ui/table/TableRow.vue +0 -17
  815. package/components/ui/table/index.ts +0 -9
  816. package/components/ui/table/utils.ts +0 -9
  817. package/components/ui/tabs/Tabs.vue +0 -15
  818. package/components/ui/tabs/TabsContent.vue +0 -22
  819. package/components/ui/tabs/TabsList.vue +0 -25
  820. package/components/ui/tabs/TabsTrigger.vue +0 -29
  821. package/components/ui/tabs/index.ts +0 -4
  822. package/components/ui/tailwind-color-picker/TailwindColorPicker.vue +0 -58
  823. package/components/ui/tailwind-color-picker/index.ts +0 -1
  824. package/components/ui/textarea/Textarea.vue +0 -28
  825. package/components/ui/textarea/index.ts +0 -1
  826. package/components/ui/toggle/Toggle.vue +0 -32
  827. package/components/ui/toggle/index.ts +0 -27
  828. package/components/ui/tooltip/Tooltip.vue +0 -17
  829. package/components/ui/tooltip/TooltipContent.vue +0 -33
  830. package/components/ui/tooltip/TooltipProvider.vue +0 -13
  831. package/components/ui/tooltip/TooltipTrigger.vue +0 -14
  832. package/components/ui/tooltip/index.ts +0 -4
  833. package/composables/useCms.ts +0 -11
  834. package/index.ts +0 -10
  835. package/lib/interpolation.ts +0 -77
  836. package/lib/utils.ts +0 -24
  837. package/styles/components/code-editor.css +0 -52
  838. package/styles/components/flow-builder.css +0 -159
  839. package/styles/index.css +0 -2
  840. package/tsconfig.json +0 -19
  841. package/types/index.ts +0 -41
  842. package/vite.config.ts +0 -25
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});var e,t,n,o,r=Object.create,s=Object.defineProperty,i=Object.getOwnPropertyDescriptor,a=Object.getOwnPropertyNames,l=Object.getPrototypeOf,c=Object.prototype.hasOwnProperty,u=(e={"../../node_modules/.pnpm/tsup@8.4.0_@microsoft+api-extractor@7.51.1_@types+node@22.13.14__jiti@2.4.2_postcss@8.5_96eb05a9d65343021e53791dd83f3773/node_modules/tsup/assets/esm_shims.js"(){}},function(){return e&&(t=(0,e[a(e)[0]])(e=0)),t}),d=(n={"../../node_modules/.pnpm/rfdc@1.4.1/node_modules/rfdc/index.js"(e,t){function n(e){return e instanceof Buffer?Buffer.from(e):new e.constructor(e.buffer.slice(),e.byteOffset,e.length)}u(),t.exports=function(e){if((e=e||{}).circles)return function(e){const t=[],o=[],r=new Map;if(r.set(Date,e=>new Date(e)),r.set(Map,(e,t)=>new Map(i(Array.from(e),t))),r.set(Set,(e,t)=>new Set(i(Array.from(e),t))),e.constructorHandlers)for(const n of e.constructorHandlers)r.set(n[0],n[1]);let s=null;return e.proto?l:a;function i(e,i){const a=Object.keys(e),l=new Array(a.length);for(let c=0;c<a.length;c++){const u=a[c],d=e[u];if("object"!=typeof d||null===d)l[u]=d;else if(d.constructor!==Object&&(s=r.get(d.constructor)))l[u]=s(d,i);else if(ArrayBuffer.isView(d))l[u]=n(d);else{const e=t.indexOf(d);l[u]=-1!==e?o[e]:i(d)}}return l}function a(e){if("object"!=typeof e||null===e)return e;if(Array.isArray(e))return i(e,a);if(e.constructor!==Object&&(s=r.get(e.constructor)))return s(e,a);const l={};t.push(e),o.push(l);for(const i in e){if(!1===Object.hasOwnProperty.call(e,i))continue;const c=e[i];if("object"!=typeof c||null===c)l[i]=c;else if(c.constructor!==Object&&(s=r.get(c.constructor)))l[i]=s(c,a);else if(ArrayBuffer.isView(c))l[i]=n(c);else{const e=t.indexOf(c);l[i]=-1!==e?o[e]:a(c)}}return t.pop(),o.pop(),l}function l(e){if("object"!=typeof e||null===e)return e;if(Array.isArray(e))return i(e,l);if(e.constructor!==Object&&(s=r.get(e.constructor)))return s(e,l);const a={};t.push(e),o.push(a);for(const i in e){const c=e[i];if("object"!=typeof c||null===c)a[i]=c;else if(c.constructor!==Object&&(s=r.get(c.constructor)))a[i]=s(c,l);else if(ArrayBuffer.isView(c))a[i]=n(c);else{const e=t.indexOf(c);a[i]=-1!==e?o[e]:l(c)}}return t.pop(),o.pop(),a}}(e);const t=new Map;if(t.set(Date,e=>new Date(e)),t.set(Map,(e,t)=>new Map(r(Array.from(e),t))),t.set(Set,(e,t)=>new Set(r(Array.from(e),t))),e.constructorHandlers)for(const n of e.constructorHandlers)t.set(n[0],n[1]);let o=null;return e.proto?function e(s){if("object"!=typeof s||null===s)return s;if(Array.isArray(s))return r(s,e);if(s.constructor!==Object&&(o=t.get(s.constructor)))return o(s,e);const i={};for(const r in s){const a=s[r];"object"!=typeof a||null===a?i[r]=a:a.constructor!==Object&&(o=t.get(a.constructor))?i[r]=o(a,e):ArrayBuffer.isView(a)?i[r]=n(a):i[r]=e(a)}return i}:function e(s){if("object"!=typeof s||null===s)return s;if(Array.isArray(s))return r(s,e);if(s.constructor!==Object&&(o=t.get(s.constructor)))return o(s,e);const i={};for(const r in s){if(!1===Object.hasOwnProperty.call(s,r))continue;const a=s[r];"object"!=typeof a||null===a?i[r]=a:a.constructor!==Object&&(o=t.get(a.constructor))?i[r]=o(a,e):ArrayBuffer.isView(a)?i[r]=n(a):i[r]=e(a)}return i};function r(e,r){const s=Object.keys(e),i=new Array(s.length);for(let a=0;a<s.length;a++){const l=s[a],c=e[l];"object"!=typeof c||null===c?i[l]=c:c.constructor!==Object&&(o=t.get(c.constructor))?i[l]=o(c,r):ArrayBuffer.isView(c)?i[l]=n(c):i[l]=r(c)}return i}}}},function(){return o||(0,n[a(n)[0]])((o={exports:{}}).exports,o),o.exports});u(),u(),u();var p,_="undefined"!=typeof navigator,f="undefined"!=typeof window?window:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof global?global:{};void 0!==f.chrome&&f.chrome.devtools,_&&(f.self,f.top),"undefined"!=typeof navigator&&(null==(p=navigator.userAgent)||p.toLowerCase().includes("electron")),u();var h=((e,t,n)=>(n=null!=e?r(l(e)):{},((e,t,n,o)=>{if(t&&"object"==typeof t||"function"==typeof t)for(let r of a(t))c.call(e,r)||r===n||s(e,r,{get:()=>t[r],enumerable:!(o=i(t,r))||o.enumerable});return e})(s(n,"default",{value:e,enumerable:!0}),e)))(d()),g=/(?:^|[-_/])(\w)/g;function m(e,t){return t?t.toUpperCase():""}var E=(0,h.default)({circles:!0});const y={trailing:!0};function O(e,t=25,n={}){if(n={...y,...n},!Number.isFinite(t))throw new TypeError("Expected `wait` to be a finite number");let o,r,s,i,a=[];const l=(t,o)=>(s=async function(e,t,n){return await e.apply(t,n)}(e,t,o),s.finally(()=>{if(s=null,n.trailing&&i&&!r){const e=l(t,i);return i=null,e}}),s);return function(...e){return s?(n.trailing&&(i=e),s):new Promise(s=>{const i=!r&&n.leading;clearTimeout(r),r=setTimeout(()=>{r=null;const t=n.leading?o:l(this,e);for(const e of a)e(t);a=[]},t),i?(o=l(this,e),s(o)):a.push(s)})}}function v(e,t={},n){for(const o in e){const r=e[o],s=n?`${n}:${o}`:o;"object"==typeof r&&null!==r?v(r,t,s):"function"==typeof r&&(t[s]=r)}return t}const T={run:e=>e()},b=void 0!==console.createTask?console.createTask:()=>T;function I(e,t){const n=t.shift(),o=b(n);return e.reduce((e,n)=>e.then(()=>o.run(()=>n(...t))),Promise.resolve())}function k(e,t){const n=t.shift(),o=b(n);return Promise.all(e.map(e=>o.run(()=>e(...t))))}function S(e,t){for(const n of[...e])n(t)}class w{constructor(){this._hooks={},this._before=void 0,this._after=void 0,this._deprecatedMessages=void 0,this._deprecatedHooks={},this.hook=this.hook.bind(this),this.callHook=this.callHook.bind(this),this.callHookWith=this.callHookWith.bind(this)}hook(e,t,n={}){if(!e||"function"!=typeof t)return()=>{};const o=e;let r;for(;this._deprecatedHooks[e];)r=this._deprecatedHooks[e],e=r.to;if(r&&!n.allowDeprecated){let e=r.message;e||(e=`${o} hook has been deprecated`+(r.to?`, please use ${r.to}`:"")),this._deprecatedMessages||(this._deprecatedMessages=new Set),this._deprecatedMessages.has(e)||(console.warn(e),this._deprecatedMessages.add(e))}if(!t.name)try{Object.defineProperty(t,"name",{get:()=>"_"+e.replace(/\W+/g,"_")+"_hook_cb",configurable:!0})}catch{}return this._hooks[e]=this._hooks[e]||[],this._hooks[e].push(t),()=>{t&&(this.removeHook(e,t),t=void 0)}}hookOnce(e,t){let n,o=(...e)=>("function"==typeof n&&n(),n=void 0,o=void 0,t(...e));return n=this.hook(e,o),n}removeHook(e,t){if(this._hooks[e]){const n=this._hooks[e].indexOf(t);-1!==n&&this._hooks[e].splice(n,1),0===this._hooks[e].length&&delete this._hooks[e]}}deprecateHook(e,t){this._deprecatedHooks[e]="string"==typeof t?{to:t}:t;const n=this._hooks[e]||[];delete this._hooks[e];for(const o of n)this.hook(e,o)}deprecateHooks(e){Object.assign(this._deprecatedHooks,e);for(const t in e)this.deprecateHook(t,e[t])}addHooks(e){const t=v(e),n=Object.keys(t).map(e=>this.hook(e,t[e]));return()=>{for(const e of n.splice(0,n.length))e()}}removeHooks(e){const t=v(e);for(const n in t)this.removeHook(n,t[n])}removeAllHooks(){for(const e in this._hooks)delete this._hooks[e]}callHook(e,...t){return t.unshift(e),this.callHookWith(I,e,...t)}callHookParallel(e,...t){return t.unshift(e),this.callHookWith(k,e,...t)}callHookWith(e,t,...n){const o=this._before||this._after?{name:t,args:n,context:{}}:void 0;this._before&&S(this._before,o);const r=e(t in this._hooks?[...this._hooks[t]]:[],n);return r instanceof Promise?r.finally(()=>{this._after&&o&&S(this._after,o)}):(this._after&&o&&S(this._after,o),r)}beforeEach(e){return this._before=this._before||[],this._before.push(e),()=>{if(void 0!==this._before){const t=this._before.indexOf(e);-1!==t&&this._before.splice(t,1)}}}afterEach(e){return this._after=this._after||[],this._after.push(e),()=>{if(void 0!==this._after){const t=this._after.indexOf(e);-1!==t&&this._after.splice(t,1)}}}}function V(){return new w}var P,A=Object.create,R=Object.defineProperty,C=Object.getOwnPropertyDescriptor,D=Object.getOwnPropertyNames,U=Object.getPrototypeOf,L=Object.prototype.hasOwnProperty,N=(e,t)=>function(){return t||(0,e[D(e)[0]])((t={exports:{}}).exports,t),t.exports},j=((e,t)=>function(){return e&&(t=(0,e[D(e)[0]])(e=0)),t})({"../../node_modules/.pnpm/tsup@8.4.0_@microsoft+api-extractor@7.51.1_@types+node@22.13.14__jiti@2.4.2_postcss@8.5_96eb05a9d65343021e53791dd83f3773/node_modules/tsup/assets/esm_shims.js"(){}}),x=N({"../../node_modules/.pnpm/speakingurl@14.0.1/node_modules/speakingurl/lib/speakingurl.js"(e,t){j(),function(e){var n={"À":"A","Á":"A","Â":"A","Ã":"A","Ä":"Ae","Å":"A","Æ":"AE","Ç":"C","È":"E","É":"E","Ê":"E","Ë":"E","Ì":"I","Í":"I","Î":"I","Ï":"I","Ð":"D","Ñ":"N","Ò":"O","Ó":"O","Ô":"O","Õ":"O","Ö":"Oe","Ő":"O","Ø":"O","Ù":"U","Ú":"U","Û":"U","Ü":"Ue","Ű":"U","Ý":"Y","Þ":"TH","ß":"ss","à":"a","á":"a","â":"a","ã":"a","ä":"ae","å":"a","æ":"ae","ç":"c","è":"e","é":"e","ê":"e","ë":"e","ì":"i","í":"i","î":"i","ï":"i","ð":"d","ñ":"n","ò":"o","ó":"o","ô":"o","õ":"o","ö":"oe","ő":"o","ø":"o","ù":"u","ú":"u","û":"u","ü":"ue","ű":"u","ý":"y","þ":"th","ÿ":"y","ẞ":"SS","ا":"a","أ":"a","إ":"i","آ":"aa","ؤ":"u","ئ":"e","ء":"a","ب":"b","ت":"t","ث":"th","ج":"j","ح":"h","خ":"kh","د":"d","ذ":"th","ر":"r","ز":"z","س":"s","ش":"sh","ص":"s","ض":"dh","ط":"t","ظ":"z","ع":"a","غ":"gh","ف":"f","ق":"q","ك":"k","ل":"l","م":"m","ن":"n","ه":"h","و":"w","ي":"y","ى":"a","ة":"h","ﻻ":"la","ﻷ":"laa","ﻹ":"lai","ﻵ":"laa","گ":"g","چ":"ch","پ":"p","ژ":"zh","ک":"k","ی":"y","َ":"a","ً":"an","ِ":"e","ٍ":"en","ُ":"u","ٌ":"on","ْ":"","٠":"0","١":"1","٢":"2","٣":"3","٤":"4","٥":"5","٦":"6","٧":"7","٨":"8","٩":"9","۰":"0","۱":"1","۲":"2","۳":"3","۴":"4","۵":"5","۶":"6","۷":"7","۸":"8","۹":"9","က":"k","ခ":"kh","ဂ":"g","ဃ":"ga","င":"ng","စ":"s","ဆ":"sa","ဇ":"z","စျ":"za","ည":"ny","ဋ":"t","ဌ":"ta","ဍ":"d","ဎ":"da","ဏ":"na","တ":"t","ထ":"ta","ဒ":"d","ဓ":"da","န":"n","ပ":"p","ဖ":"pa","ဗ":"b","ဘ":"ba","မ":"m","ယ":"y","ရ":"ya","လ":"l","ဝ":"w","သ":"th","ဟ":"h","ဠ":"la","အ":"a","ြ":"y","ျ":"ya","ွ":"w","ြွ":"yw","ျွ":"ywa","ှ":"h","ဧ":"e","၏":"-e","ဣ":"i","ဤ":"-i","ဉ":"u","ဦ":"-u","ဩ":"aw","သြော":"aw","ဪ":"aw","၀":"0","၁":"1","၂":"2","၃":"3","၄":"4","၅":"5","၆":"6","၇":"7","၈":"8","၉":"9","္":"","့":"","း":"","č":"c","ď":"d","ě":"e","ň":"n","ř":"r","š":"s","ť":"t","ů":"u","ž":"z","Č":"C","Ď":"D","Ě":"E","Ň":"N","Ř":"R","Š":"S","Ť":"T","Ů":"U","Ž":"Z","ހ":"h","ށ":"sh","ނ":"n","ރ":"r","ބ":"b","ޅ":"lh","ކ":"k","އ":"a","ވ":"v","މ":"m","ފ":"f","ދ":"dh","ތ":"th","ލ":"l","ގ":"g","ޏ":"gn","ސ":"s","ޑ":"d","ޒ":"z","ޓ":"t","ޔ":"y","ޕ":"p","ޖ":"j","ޗ":"ch","ޘ":"tt","ޙ":"hh","ޚ":"kh","ޛ":"th","ޜ":"z","ޝ":"sh","ޞ":"s","ޟ":"d","ޠ":"t","ޡ":"z","ޢ":"a","ޣ":"gh","ޤ":"q","ޥ":"w","ަ":"a","ާ":"aa","ި":"i","ީ":"ee","ު":"u","ޫ":"oo","ެ":"e","ޭ":"ey","ޮ":"o","ޯ":"oa","ް":"","ა":"a","ბ":"b","გ":"g","დ":"d","ე":"e","ვ":"v","ზ":"z","თ":"t","ი":"i","კ":"k","ლ":"l","მ":"m","ნ":"n","ო":"o","პ":"p","ჟ":"zh","რ":"r","ს":"s","ტ":"t","უ":"u","ფ":"p","ქ":"k","ღ":"gh","ყ":"q","შ":"sh","ჩ":"ch","ც":"ts","ძ":"dz","წ":"ts","ჭ":"ch","ხ":"kh","ჯ":"j","ჰ":"h","α":"a","β":"v","γ":"g","δ":"d","ε":"e","ζ":"z","η":"i","θ":"th","ι":"i","κ":"k","λ":"l","μ":"m","ν":"n","ξ":"ks","ο":"o","π":"p","ρ":"r","σ":"s","τ":"t","υ":"y","φ":"f","χ":"x","ψ":"ps","ω":"o","ά":"a","έ":"e","ί":"i","ό":"o","ύ":"y","ή":"i","ώ":"o","ς":"s","ϊ":"i","ΰ":"y","ϋ":"y","ΐ":"i","Α":"A","Β":"B","Γ":"G","Δ":"D","Ε":"E","Ζ":"Z","Η":"I","Θ":"TH","Ι":"I","Κ":"K","Λ":"L","Μ":"M","Ν":"N","Ξ":"KS","Ο":"O","Π":"P","Ρ":"R","Σ":"S","Τ":"T","Υ":"Y","Φ":"F","Χ":"X","Ψ":"PS","Ω":"O","Ά":"A","Έ":"E","Ί":"I","Ό":"O","Ύ":"Y","Ή":"I","Ώ":"O","Ϊ":"I","Ϋ":"Y","ā":"a","ē":"e","ģ":"g","ī":"i","ķ":"k","ļ":"l","ņ":"n","ū":"u","Ā":"A","Ē":"E","Ģ":"G","Ī":"I","Ķ":"k","Ļ":"L","Ņ":"N","Ū":"U","Ќ":"Kj","ќ":"kj","Љ":"Lj","љ":"lj","Њ":"Nj","њ":"nj","Тс":"Ts","тс":"ts","ą":"a","ć":"c","ę":"e","ł":"l","ń":"n","ś":"s","ź":"z","ż":"z","Ą":"A","Ć":"C","Ę":"E","Ł":"L","Ń":"N","Ś":"S","Ź":"Z","Ż":"Z","Є":"Ye","І":"I","Ї":"Yi","Ґ":"G","є":"ye","і":"i","ї":"yi","ґ":"g","ă":"a","Ă":"A","ș":"s","Ș":"S","ț":"t","Ț":"T","ţ":"t","Ţ":"T","а":"a","б":"b","в":"v","г":"g","д":"d","е":"e","ё":"yo","ж":"zh","з":"z","и":"i","й":"i","к":"k","л":"l","м":"m","н":"n","о":"o","п":"p","р":"r","с":"s","т":"t","у":"u","ф":"f","х":"kh","ц":"c","ч":"ch","ш":"sh","щ":"sh","ъ":"","ы":"y","ь":"","э":"e","ю":"yu","я":"ya","А":"A","Б":"B","В":"V","Г":"G","Д":"D","Е":"E","Ё":"Yo","Ж":"Zh","З":"Z","И":"I","Й":"I","К":"K","Л":"L","М":"M","Н":"N","О":"O","П":"P","Р":"R","С":"S","Т":"T","У":"U","Ф":"F","Х":"Kh","Ц":"C","Ч":"Ch","Ш":"Sh","Щ":"Sh","Ъ":"","Ы":"Y","Ь":"","Э":"E","Ю":"Yu","Я":"Ya","ђ":"dj","ј":"j","ћ":"c","џ":"dz","Ђ":"Dj","Ј":"j","Ћ":"C","Џ":"Dz","ľ":"l","ĺ":"l","ŕ":"r","Ľ":"L","Ĺ":"L","Ŕ":"R","ş":"s","Ş":"S","ı":"i","İ":"I","ğ":"g","Ğ":"G","ả":"a","Ả":"A","ẳ":"a","Ẳ":"A","ẩ":"a","Ẩ":"A","đ":"d","Đ":"D","ẹ":"e","Ẹ":"E","ẽ":"e","Ẽ":"E","ẻ":"e","Ẻ":"E","ế":"e","Ế":"E","ề":"e","Ề":"E","ệ":"e","Ệ":"E","ễ":"e","Ễ":"E","ể":"e","Ể":"E","ỏ":"o","ọ":"o","Ọ":"o","ố":"o","Ố":"O","ồ":"o","Ồ":"O","ổ":"o","Ổ":"O","ộ":"o","Ộ":"O","ỗ":"o","Ỗ":"O","ơ":"o","Ơ":"O","ớ":"o","Ớ":"O","ờ":"o","Ờ":"O","ợ":"o","Ợ":"O","ỡ":"o","Ỡ":"O","Ở":"o","ở":"o","ị":"i","Ị":"I","ĩ":"i","Ĩ":"I","ỉ":"i","Ỉ":"i","ủ":"u","Ủ":"U","ụ":"u","Ụ":"U","ũ":"u","Ũ":"U","ư":"u","Ư":"U","ứ":"u","Ứ":"U","ừ":"u","Ừ":"U","ự":"u","Ự":"U","ữ":"u","Ữ":"U","ử":"u","Ử":"ư","ỷ":"y","Ỷ":"y","ỳ":"y","Ỳ":"Y","ỵ":"y","Ỵ":"Y","ỹ":"y","Ỹ":"Y","ạ":"a","Ạ":"A","ấ":"a","Ấ":"A","ầ":"a","Ầ":"A","ậ":"a","Ậ":"A","ẫ":"a","Ẫ":"A","ắ":"a","Ắ":"A","ằ":"a","Ằ":"A","ặ":"a","Ặ":"A","ẵ":"a","Ẵ":"A","⓪":"0","①":"1","②":"2","③":"3","④":"4","⑤":"5","⑥":"6","⑦":"7","⑧":"8","⑨":"9","⑩":"10","⑪":"11","⑫":"12","⑬":"13","⑭":"14","⑮":"15","⑯":"16","⑰":"17","⑱":"18","⑲":"18","⑳":"18","⓵":"1","⓶":"2","⓷":"3","⓸":"4","⓹":"5","⓺":"6","⓻":"7","⓼":"8","⓽":"9","⓾":"10","⓿":"0","⓫":"11","⓬":"12","⓭":"13","⓮":"14","⓯":"15","⓰":"16","⓱":"17","⓲":"18","⓳":"19","⓴":"20","Ⓐ":"A","Ⓑ":"B","Ⓒ":"C","Ⓓ":"D","Ⓔ":"E","Ⓕ":"F","Ⓖ":"G","Ⓗ":"H","Ⓘ":"I","Ⓙ":"J","Ⓚ":"K","Ⓛ":"L","Ⓜ":"M","Ⓝ":"N","Ⓞ":"O","Ⓟ":"P","Ⓠ":"Q","Ⓡ":"R","Ⓢ":"S","Ⓣ":"T","Ⓤ":"U","Ⓥ":"V","Ⓦ":"W","Ⓧ":"X","Ⓨ":"Y","Ⓩ":"Z","ⓐ":"a","ⓑ":"b","ⓒ":"c","ⓓ":"d","ⓔ":"e","ⓕ":"f","ⓖ":"g","ⓗ":"h","ⓘ":"i","ⓙ":"j","ⓚ":"k","ⓛ":"l","ⓜ":"m","ⓝ":"n","ⓞ":"o","ⓟ":"p","ⓠ":"q","ⓡ":"r","ⓢ":"s","ⓣ":"t","ⓤ":"u","ⓦ":"v","ⓥ":"w","ⓧ":"x","ⓨ":"y","ⓩ":"z","“":'"',"”":'"',"‘":"'","’":"'","∂":"d","ƒ":"f","™":"(TM)","©":"(C)","œ":"oe","Œ":"OE","®":"(R)","†":"+","℠":"(SM)","…":"...","˚":"o","º":"o","ª":"a","•":"*","၊":",","။":".",$:"USD","€":"EUR","₢":"BRN","₣":"FRF","£":"GBP","₤":"ITL","₦":"NGN","₧":"ESP","₩":"KRW","₪":"ILS","₫":"VND","₭":"LAK","₮":"MNT","₯":"GRD","₱":"ARS","₲":"PYG","₳":"ARA","₴":"UAH","₵":"GHS","¢":"cent","¥":"CNY","元":"CNY","円":"YEN","﷼":"IRR","₠":"EWE","฿":"THB","₨":"INR","₹":"INR","₰":"PF","₺":"TRY","؋":"AFN","₼":"AZN","лв":"BGN","៛":"KHR","₡":"CRC","₸":"KZT","ден":"MKD","zł":"PLN","₽":"RUB","₾":"GEL"},o=["်","ް"],r={"ာ":"a","ါ":"a","ေ":"e","ဲ":"e","ိ":"i","ီ":"i","ို":"o","ု":"u","ူ":"u","ေါင်":"aung","ော":"aw","ော်":"aw","ေါ":"aw","ေါ်":"aw","်":"်","က်":"et","ိုက်":"aik","ောက်":"auk","င်":"in","ိုင်":"aing","ောင်":"aung","စ်":"it","ည်":"i","တ်":"at","ိတ်":"eik","ုတ်":"ok","ွတ်":"ut","ေတ်":"it","ဒ်":"d","ိုဒ်":"ok","ုဒ်":"ait","န်":"an","ာန်":"an","ိန်":"ein","ုန်":"on","ွန်":"un","ပ်":"at","ိပ်":"eik","ုပ်":"ok","ွပ်":"ut","န်ုပ်":"nub","မ်":"an","ိမ်":"ein","ုမ်":"on","ွမ်":"un","ယ်":"e","ိုလ်":"ol","ဉ်":"in","ံ":"an","ိံ":"ein","ုံ":"on","ައް":"ah","ަށް":"ah"},s={en:{},az:{"ç":"c","ə":"e","ğ":"g","ı":"i","ö":"o","ş":"s","ü":"u","Ç":"C","Ə":"E","Ğ":"G","İ":"I","Ö":"O","Ş":"S","Ü":"U"},cs:{"č":"c","ď":"d","ě":"e","ň":"n","ř":"r","š":"s","ť":"t","ů":"u","ž":"z","Č":"C","Ď":"D","Ě":"E","Ň":"N","Ř":"R","Š":"S","Ť":"T","Ů":"U","Ž":"Z"},fi:{"ä":"a","Ä":"A","ö":"o","Ö":"O"},hu:{"ä":"a","Ä":"A","ö":"o","Ö":"O","ü":"u","Ü":"U","ű":"u","Ű":"U"},lt:{"ą":"a","č":"c","ę":"e","ė":"e","į":"i","š":"s","ų":"u","ū":"u","ž":"z","Ą":"A","Č":"C","Ę":"E","Ė":"E","Į":"I","Š":"S","Ų":"U","Ū":"U"},lv:{"ā":"a","č":"c","ē":"e","ģ":"g","ī":"i","ķ":"k","ļ":"l","ņ":"n","š":"s","ū":"u","ž":"z","Ā":"A","Č":"C","Ē":"E","Ģ":"G","Ī":"i","Ķ":"k","Ļ":"L","Ņ":"N","Š":"S","Ū":"u","Ž":"Z"},pl:{"ą":"a","ć":"c","ę":"e","ł":"l","ń":"n","ó":"o","ś":"s","ź":"z","ż":"z","Ą":"A","Ć":"C","Ę":"e","Ł":"L","Ń":"N","Ó":"O","Ś":"S","Ź":"Z","Ż":"Z"},sv:{"ä":"a","Ä":"A","ö":"o","Ö":"O"},sk:{"ä":"a","Ä":"A"},sr:{"љ":"lj","њ":"nj","Љ":"Lj","Њ":"Nj","đ":"dj","Đ":"Dj"},tr:{"Ü":"U","Ö":"O","ü":"u","ö":"o"}},i={ar:{"∆":"delta","∞":"la-nihaya","♥":"hob","&":"wa","|":"aw","<":"aqal-men",">":"akbar-men","∑":"majmou","¤":"omla"},az:{},ca:{"∆":"delta","∞":"infinit","♥":"amor","&":"i","|":"o","<":"menys que",">":"mes que","∑":"suma dels","¤":"moneda"},cs:{"∆":"delta","∞":"nekonecno","♥":"laska","&":"a","|":"nebo","<":"mensi nez",">":"vetsi nez","∑":"soucet","¤":"mena"},de:{"∆":"delta","∞":"unendlich","♥":"Liebe","&":"und","|":"oder","<":"kleiner als",">":"groesser als","∑":"Summe von","¤":"Waehrung"},dv:{"∆":"delta","∞":"kolunulaa","♥":"loabi","&":"aai","|":"noonee","<":"ah vure kuda",">":"ah vure bodu","∑":"jumula","¤":"faisaa"},en:{"∆":"delta","∞":"infinity","♥":"love","&":"and","|":"or","<":"less than",">":"greater than","∑":"sum","¤":"currency"},es:{"∆":"delta","∞":"infinito","♥":"amor","&":"y","|":"u","<":"menos que",">":"mas que","∑":"suma de los","¤":"moneda"},fa:{"∆":"delta","∞":"bi-nahayat","♥":"eshgh","&":"va","|":"ya","<":"kamtar-az",">":"bishtar-az","∑":"majmooe","¤":"vahed"},fi:{"∆":"delta","∞":"aarettomyys","♥":"rakkaus","&":"ja","|":"tai","<":"pienempi kuin",">":"suurempi kuin","∑":"summa","¤":"valuutta"},fr:{"∆":"delta","∞":"infiniment","♥":"Amour","&":"et","|":"ou","<":"moins que",">":"superieure a","∑":"somme des","¤":"monnaie"},ge:{"∆":"delta","∞":"usasruloba","♥":"siqvaruli","&":"da","|":"an","<":"naklebi",">":"meti","∑":"jami","¤":"valuta"},gr:{},hu:{"∆":"delta","∞":"vegtelen","♥":"szerelem","&":"es","|":"vagy","<":"kisebb mint",">":"nagyobb mint","∑":"szumma","¤":"penznem"},it:{"∆":"delta","∞":"infinito","♥":"amore","&":"e","|":"o","<":"minore di",">":"maggiore di","∑":"somma","¤":"moneta"},lt:{"∆":"delta","∞":"begalybe","♥":"meile","&":"ir","|":"ar","<":"maziau nei",">":"daugiau nei","∑":"suma","¤":"valiuta"},lv:{"∆":"delta","∞":"bezgaliba","♥":"milestiba","&":"un","|":"vai","<":"mazak neka",">":"lielaks neka","∑":"summa","¤":"valuta"},my:{"∆":"kwahkhyaet","∞":"asaonasme","♥":"akhyait","&":"nhin","|":"tho","<":"ngethaw",">":"kyithaw","∑":"paungld","¤":"ngwekye"},mk:{},nl:{"∆":"delta","∞":"oneindig","♥":"liefde","&":"en","|":"of","<":"kleiner dan",">":"groter dan","∑":"som","¤":"valuta"},pl:{"∆":"delta","∞":"nieskonczonosc","♥":"milosc","&":"i","|":"lub","<":"mniejsze niz",">":"wieksze niz","∑":"suma","¤":"waluta"},pt:{"∆":"delta","∞":"infinito","♥":"amor","&":"e","|":"ou","<":"menor que",">":"maior que","∑":"soma","¤":"moeda"},ro:{"∆":"delta","∞":"infinit","♥":"dragoste","&":"si","|":"sau","<":"mai mic ca",">":"mai mare ca","∑":"suma","¤":"valuta"},ru:{"∆":"delta","∞":"beskonechno","♥":"lubov","&":"i","|":"ili","<":"menshe",">":"bolshe","∑":"summa","¤":"valjuta"},sk:{"∆":"delta","∞":"nekonecno","♥":"laska","&":"a","|":"alebo","<":"menej ako",">":"viac ako","∑":"sucet","¤":"mena"},sr:{},tr:{"∆":"delta","∞":"sonsuzluk","♥":"ask","&":"ve","|":"veya","<":"kucuktur",">":"buyuktur","∑":"toplam","¤":"para birimi"},uk:{"∆":"delta","∞":"bezkinechnist","♥":"lubov","&":"i","|":"abo","<":"menshe",">":"bilshe","∑":"suma","¤":"valjuta"},vn:{"∆":"delta","∞":"vo cuc","♥":"yeu","&":"va","|":"hoac","<":"nho hon",">":"lon hon","∑":"tong","¤":"tien te"}},a=[";","?",":","@","&","=","+","$",",","/"].join(""),l=[";","?",":","@","&","=","+","$",","].join(""),c=[".","!","~","*","'","(",")"].join(""),u=function(e,t){var u,d,f,h,g,m,E,y,O,v,T,b,I,k,S="-",w="",V="",P=!0,A={},R="";if("string"!=typeof e)return"";if("string"==typeof t&&(S=t),E=i.en,y=s.en,"object"==typeof t)for(T in u=t.maintainCase||!1,A=t.custom&&"object"==typeof t.custom?t.custom:A,f=+t.truncate>1&&t.truncate||!1,h=t.uric||!1,g=t.uricNoSlash||!1,m=t.mark||!1,P=!1!==t.symbols&&!1!==t.lang,S=t.separator||S,h&&(R+=a),g&&(R+=l),m&&(R+=c),E=t.lang&&i[t.lang]&&P?i[t.lang]:P?i.en:{},y=t.lang&&s[t.lang]?s[t.lang]:!1===t.lang||!0===t.lang?{}:s.en,t.titleCase&&"number"==typeof t.titleCase.length&&Array.prototype.toString.call(t.titleCase)?(t.titleCase.forEach(function(e){A[e+""]=e+""}),d=!0):d=!!t.titleCase,t.custom&&"number"==typeof t.custom.length&&Array.prototype.toString.call(t.custom)&&t.custom.forEach(function(e){A[e+""]=e+""}),Object.keys(A).forEach(function(t){var n;n=t.length>1?new RegExp("\\b"+p(t)+"\\b","gi"):new RegExp(p(t),"gi"),e=e.replace(n,A[t])}),A)R+=T;for(R=p(R+=S),I=!1,k=!1,v=0,b=(e=e.replace(/(^\s+|\s+$)/g,"")).length;v<b;v++)T=e[v],_(T,A)?I=!1:y[T]?(T=I&&y[T].match(/[A-Za-z0-9]/)?" "+y[T]:y[T],I=!1):T in n?(v+1<b&&o.indexOf(e[v+1])>=0?(V+=T,T=""):!0===k?(T=r[V]+n[T],V=""):T=I&&n[T].match(/[A-Za-z0-9]/)?" "+n[T]:n[T],I=!1,k=!1):T in r?(V+=T,T="",v===b-1&&(T=r[V]),k=!0):!E[T]||h&&-1!==a.indexOf(T)||g&&-1!==l.indexOf(T)?(!0===k?(T=r[V]+T,V="",k=!1):I&&(/[A-Za-z0-9]/.test(T)||w.substr(-1).match(/A-Za-z0-9]/))&&(T=" "+T),I=!1):(T=I||w.substr(-1).match(/[A-Za-z0-9]/)?S+E[T]:E[T],T+=void 0!==e[v+1]&&e[v+1].match(/[A-Za-z0-9]/)?S:"",I=!0),w+=T.replace(new RegExp("[^\\w\\s"+R+"_-]","g"),S);return d&&(w=w.replace(/(\w)(\S*)/g,function(e,t,n){var o=t.toUpperCase()+(null!==n?n:"");return Object.keys(A).indexOf(o.toLowerCase())<0?o:o.toLowerCase()})),w=w.replace(/\s+/g,S).replace(new RegExp("\\"+S+"+","g"),S).replace(new RegExp("(^\\"+S+"+|\\"+S+"+$)","g"),""),f&&w.length>f&&(O=w.charAt(f)===S,w=w.slice(0,f),O||(w=w.slice(0,w.lastIndexOf(S)))),u||d||(w=w.toLowerCase()),w},d=function(e){return function(t){return u(t,e)}},p=function(e){return e.replace(/[-\\^$*+?.()|[\]{}\/]/g,"\\$&")},_=function(e,t){for(var n in t)if(t[n]===e)return!0};if(void 0!==t&&t.exports)t.exports=u,t.exports.createSlug=d;else if("undefined"!=typeof define&&define.amd)define([],function(){return u});else try{if(e.getSlug||e.createSlug)throw"speakingurl: globals exists /(getSlug|createSlug)/";e.getSlug=u,e.createSlug=d}catch(f){}}(e)}}),M=N({"../../node_modules/.pnpm/speakingurl@14.0.1/node_modules/speakingurl/index.js"(e,t){j(),t.exports=x()}});function H(e){const t=e.__file;if(t)return(n=function(e,t){let n=e.replace(/^[a-z]:/i,"").replace(/\\/g,"/");n.endsWith(`index${t}`)&&(n=n.replace(`/index${t}`,t));const o=n.lastIndexOf("/"),r=n.substring(o+1);{const e=r.lastIndexOf(t);return r.substring(0,e)}}(t,".vue"))&&`${n}`.replace(g,m);var n}function K(e,t){return e.type.__VUE_DEVTOOLS_COMPONENT_GUSSED_NAME__=t,t}function z(e){return e.__VUE_DEVTOOLS_NEXT_APP_RECORD__?e.__VUE_DEVTOOLS_NEXT_APP_RECORD__:e.root?e.appContext.app.__VUE_DEVTOOLS_NEXT_APP_RECORD__:void 0}function B(e){var t,n;const o=null==(t=e.subTree)?void 0:t.type,r=z(e);return!!r&&(null==(n=null==r?void 0:r.types)?void 0:n.Fragment)===o}function G(e){var t,n,o;const r=function(e){var t;const n=e.name||e._componentTag||e.__VUE_DEVTOOLS_COMPONENT_GUSSED_NAME__||e.__name;return"index"===n&&(null==(t=e.__file)?void 0:t.endsWith("index.vue"))?"":n}((null==e?void 0:e.type)||{});if(r)return r;if((null==e?void 0:e.root)===e)return"Root";for(const i in null==(n=null==(t=e.parent)?void 0:t.type)?void 0:n.components)if(e.parent.type.components[i]===(null==e?void 0:e.type))return K(e,i);for(const i in null==(o=e.appContext)?void 0:o.components)if(e.appContext.components[i]===(null==e?void 0:e.type))return K(e,i);const s=H((null==e?void 0:e.type)||{});return s||"Anonymous Component"}function $(e,t){t=t||`${e.id}:root`;return e.instanceMap.get(t)||e.instanceMap.get(":root")}function F(e){return P||(P=document.createRange()),P.selectNode(e),P.getBoundingClientRect()}function W(e,t){return(!e.top||t.top<e.top)&&(e.top=t.top),(!e.bottom||t.bottom>e.bottom)&&(e.bottom=t.bottom),(!e.left||t.left<e.left)&&(e.left=t.left),(!e.right||t.right>e.right)&&(e.right=t.right),e}j(),j(),j(),j(),j(),j(),j(),j();var Y={top:0,left:0,right:0,bottom:0,width:0,height:0};function q(e){const t=e.subTree.el;return"undefined"==typeof window?Y:B(e)?function(e){const t=function(){const e={top:0,bottom:0,left:0,right:0,get width(){return e.right-e.left},get height(){return e.bottom-e.top}};return e}();if(!e.children)return t;for(let n=0,o=e.children.length;n<o;n++){const o=e.children[n];let r;if(o.component)r=q(o.component);else if(o.el){const e=o.el;1===e.nodeType||e.getBoundingClientRect?r=e.getBoundingClientRect():3===e.nodeType&&e.data.trim()&&(r=F(e))}r&&W(t,r)}return t}(e.subTree):1===(null==t?void 0:t.nodeType)?null==t?void 0:t.getBoundingClientRect():e.subTree.component?q(e.subTree.component):Y}function Z(e){return B(e)?function(e){if(!e.children)return[];const t=[];return e.children.forEach(e=>{e.component?t.push(...Z(e.component)):(null==e?void 0:e.el)&&t.push(e.el)}),t}(e.subTree):e.subTree?[e.subTree.el]:[]}j();var X="__vue-devtools-component-inspector__",J="__vue-devtools-component-inspector__card__",Q="__vue-devtools-component-inspector__name__",ee="__vue-devtools-component-inspector__indicator__",te={display:"block",zIndex:2147483640,position:"fixed",backgroundColor:"#42b88325",border:"1px solid #42b88350",borderRadius:"5px",transition:"all 0.1s ease-in",pointerEvents:"none"},ne={fontFamily:"Arial, Helvetica, sans-serif",padding:"5px 8px",borderRadius:"4px",textAlign:"left",position:"absolute",left:0,color:"#e9e9e9",fontSize:"14px",fontWeight:600,lineHeight:"24px",backgroundColor:"#42b883",boxShadow:"0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1)"},oe={display:"inline-block",fontWeight:400,fontStyle:"normal",fontSize:"12px",opacity:.7};function re(){return document.getElementById(X)}function se(e){return{left:Math.round(100*e.left)/100+"px",top:Math.round(100*e.top)/100+"px",width:Math.round(100*e.width)/100+"px",height:Math.round(100*e.height)/100+"px"}}function ie(e){var t;const n=document.createElement("div");n.id=null!=(t=e.elementId)?t:X,Object.assign(n.style,{...te,...se(e.bounds),...e.style});const o=document.createElement("span");o.id=J,Object.assign(o.style,{...ne,top:e.bounds.top<35?0:"-35px"});const r=document.createElement("span");r.id=Q,r.innerHTML=`&lt;${e.name}&gt;&nbsp;&nbsp;`;const s=document.createElement("i");return s.id=ee,s.innerHTML=`${Math.round(100*e.bounds.width)/100} x ${Math.round(100*e.bounds.height)/100}`,Object.assign(s.style,oe),o.appendChild(r),o.appendChild(s),n.appendChild(o),document.body.appendChild(n),n}function ae(e){const t=re(),n=document.getElementById(J),o=document.getElementById(Q),r=document.getElementById(ee);t&&(Object.assign(t.style,{...te,...se(e.bounds)}),Object.assign(n.style,{top:e.bounds.top<35?0:"-35px"}),o.innerHTML=`&lt;${e.name}&gt;&nbsp;&nbsp;`,r.innerHTML=`${Math.round(100*e.bounds.width)/100} x ${Math.round(100*e.bounds.height)/100}`)}function le(){const e=re();e&&(e.style.display="none")}var ce=null;function ue(e){const t=e.target;if(t){const e=t.__vueParentComponent;if(e){ce=e;if(e.vnode.el){const t=q(e),n=G(e);re()?ae({bounds:t,name:n}):ie({bounds:t,name:n})}}}}var de,pe=null;function _e(){return window.addEventListener("mouseover",ue),new Promise(e=>{function t(n){n.preventDefault(),n.stopPropagation(),function(e,t){e.preventDefault(),e.stopPropagation(),ce&&t(`${null!=(s=null==(r=null==(o=null==(n=ce)?void 0:n.appContext)?void 0:o.app)?void 0:r.__VUE_DEVTOOLS_NEXT_APP_RECORD_ID__)?s:0}:${n===(null==n?void 0:n.root)?"root":n.uid}`);var n,o,r,s}(n,n=>{window.removeEventListener("click",t,!0),pe=null,window.removeEventListener("mouseover",ue);const o=re();o&&(o.style.display="none"),e(JSON.stringify({id:n}))})}pe=t,window.addEventListener("click",t,!0)})}function fe(){return new Promise(e=>{function t(){!function(){const e=f.__VUE_INSPECTOR__,t=e.openInEditor;e.openInEditor=async(...n)=>{e.disable(),t(...n)}}(),e(f.__VUE_INSPECTOR__)}f.__VUE_INSPECTOR__?t():function(e){let t=0;const n=setInterval(()=>{f.__VUE_INSPECTOR__&&(clearInterval(n),t+=30,e()),t>=5e3&&clearInterval(n)},30)}(()=>{t()})})}function he(e){return function(e){return!(!e||!e.__v_isReadonly)}(e)?he(e.__v_raw):!(!e||!e.__v_isReactive)}function ge(e){return!(!e||!0!==e.__v_isRef)}function me(e){const t=e&&e.__v_raw;return t?me(t):e}j(),null!=(de=f).__VUE_DEVTOOLS_COMPONENT_INSPECTOR_ENABLED__||(de.__VUE_DEVTOOLS_COMPONENT_INSPECTOR_ENABLED__=!0),j(),j();var Ee=class{constructor(){this.refEditor=new ye}set(e,t,n,o){const r=Array.isArray(t)?t:t.split(".");for(;r.length>1;){const t=r.shift();e=e instanceof Map?e.get(t):e instanceof Set?Array.from(e.values())[t]:e[t],this.refEditor.isRef(e)&&(e=this.refEditor.get(e))}const s=r[0],i=this.refEditor.get(e)[s];o?o(e,s,n):this.refEditor.isRef(i)?this.refEditor.set(i,n):e[s]=n}get(e,t){const n=Array.isArray(t)?t:t.split(".");for(let o=0;o<n.length;o++)if(e=e instanceof Map?e.get(n[o]):e[n[o]],this.refEditor.isRef(e)&&(e=this.refEditor.get(e)),!e)return;return e}has(e,t,n=!1){if(void 0===e)return!1;const o=Array.isArray(t)?t.slice():t.split("."),r=n?2:1;for(;e&&o.length>r;){e=e[o.shift()],this.refEditor.isRef(e)&&(e=this.refEditor.get(e))}return null!=e&&Object.prototype.hasOwnProperty.call(e,o[0])}createDefaultSetCallback(e){return(t,n,o)=>{if((e.remove||e.newKey)&&(Array.isArray(t)?t.splice(n,1):me(t)instanceof Map?t.delete(n):me(t)instanceof Set?t.delete(Array.from(t.values())[n]):Reflect.deleteProperty(t,n)),!e.remove){const r=t[e.newKey||n];this.refEditor.isRef(r)?this.refEditor.set(r,o):me(t)instanceof Map?t.set(e.newKey||n,o):me(t)instanceof Set?t.add(o):t[e.newKey||n]=o}}}},ye=class{set(e,t){if(ge(e))e.value=t;else{if(e instanceof Set&&Array.isArray(t))return e.clear(),void t.forEach(t=>e.add(t));const n=Object.keys(t);if(e instanceof Map){const o=new Set(e.keys());return n.forEach(n=>{e.set(n,Reflect.get(t,n)),o.delete(n)}),void o.forEach(t=>e.delete(t))}const o=new Set(Object.keys(e));n.forEach(n=>{Reflect.set(e,n,Reflect.get(t,n)),o.delete(n)}),o.forEach(t=>Reflect.deleteProperty(e,t))}}get(e){return ge(e)?e.value:e}isRef(e){return ge(e)||he(e)}};j(),j(),j();var Oe;function ve(){if(!_||"undefined"==typeof localStorage||null===localStorage)return{recordingState:!1,mouseEventEnabled:!1,keyboardEventEnabled:!1,componentEventEnabled:!1,performanceEventEnabled:!1,selected:""};const e=localStorage.getItem("__VUE_DEVTOOLS_KIT_TIMELINE_LAYERS_STATE__");return e?JSON.parse(e):{recordingState:!1,mouseEventEnabled:!1,keyboardEventEnabled:!1,componentEventEnabled:!1,performanceEventEnabled:!1,selected:""}}j(),j(),j(),null!=(Oe=f).__VUE_DEVTOOLS_KIT_TIMELINE_LAYERS||(Oe.__VUE_DEVTOOLS_KIT_TIMELINE_LAYERS=[]);var Te,be=new Proxy(f.__VUE_DEVTOOLS_KIT_TIMELINE_LAYERS,{get:(e,t,n)=>Reflect.get(e,t,n)});null!=(Te=f).__VUE_DEVTOOLS_KIT_INSPECTOR__||(Te.__VUE_DEVTOOLS_KIT_INSPECTOR__=[]);var Ie,ke,Se,we,Ve,Pe=new Proxy(f.__VUE_DEVTOOLS_KIT_INSPECTOR__,{get:(e,t,n)=>Reflect.get(e,t,n)}),Ae=O(()=>{yt.hooks.callHook("sendInspectorToClient",Re())});function Re(){return Pe.filter(e=>e.descriptor.app===je.value.app).filter(e=>"components"!==e.descriptor.id).map(e=>{var t;const n=e.descriptor,o=e.options;return{id:o.id,label:o.label,logo:n.logo,icon:`custom-ic-baseline-${null==(t=null==o?void 0:o.icon)?void 0:t.replace(/_/g,"-")}`,packageName:n.packageName,homepage:n.homepage,pluginId:n.id}})}function Ce(e,t){return Pe.find(n=>n.options.id===e&&(!t||n.descriptor.app===t))}null!=(Ie=f).__VUE_DEVTOOLS_KIT_APP_RECORDS__||(Ie.__VUE_DEVTOOLS_KIT_APP_RECORDS__=[]),null!=(ke=f).__VUE_DEVTOOLS_KIT_ACTIVE_APP_RECORD__||(ke.__VUE_DEVTOOLS_KIT_ACTIVE_APP_RECORD__={}),null!=(Se=f).__VUE_DEVTOOLS_KIT_ACTIVE_APP_RECORD_ID__||(Se.__VUE_DEVTOOLS_KIT_ACTIVE_APP_RECORD_ID__=""),null!=(we=f).__VUE_DEVTOOLS_KIT_CUSTOM_TABS__||(we.__VUE_DEVTOOLS_KIT_CUSTOM_TABS__=[]),null!=(Ve=f).__VUE_DEVTOOLS_KIT_CUSTOM_COMMANDS__||(Ve.__VUE_DEVTOOLS_KIT_CUSTOM_COMMANDS__=[]);var De,Ue="__VUE_DEVTOOLS_KIT_GLOBAL_STATE__";null!=(De=f)[Ue]||(De[Ue]={connected:!1,clientConnected:!1,vitePluginDetected:!0,appRecords:[],activeAppRecordId:"",tabs:[],commands:[],highPerfModeEnabled:!0,devtoolsClientDetected:{},perfUniqueGroupId:0,timelineLayersState:ve()});var Le=O(e=>{yt.hooks.callHook("devtoolsStateUpdated",{state:e})});O((e,t)=>{yt.hooks.callHook("devtoolsConnectedUpdated",{state:e,oldState:t})});var Ne=new Proxy(f.__VUE_DEVTOOLS_KIT_APP_RECORDS__,{get:(e,t,n)=>"value"===t?f.__VUE_DEVTOOLS_KIT_APP_RECORDS__:f.__VUE_DEVTOOLS_KIT_APP_RECORDS__[t]}),je=new Proxy(f.__VUE_DEVTOOLS_KIT_ACTIVE_APP_RECORD__,{get:(e,t,n)=>"value"===t?f.__VUE_DEVTOOLS_KIT_ACTIVE_APP_RECORD__:"id"===t?f.__VUE_DEVTOOLS_KIT_ACTIVE_APP_RECORD_ID__:f.__VUE_DEVTOOLS_KIT_ACTIVE_APP_RECORD__[t]});function xe(){Le({...f[Ue],appRecords:Ne.value,activeAppRecordId:je.id,tabs:f.__VUE_DEVTOOLS_KIT_CUSTOM_TABS__,commands:f.__VUE_DEVTOOLS_KIT_CUSTOM_COMMANDS__})}var Me,He=new Proxy(f[Ue],{get:(e,t)=>"appRecords"===t?Ne:"activeAppRecordId"===t?je.id:"tabs"===t?f.__VUE_DEVTOOLS_KIT_CUSTOM_TABS__:"commands"===t?f.__VUE_DEVTOOLS_KIT_CUSTOM_COMMANDS__:f[Ue][t],deleteProperty:(e,t)=>(delete e[t],!0),set:(e,t,n)=>(f[Ue],e[t]=n,f[Ue][t]=n,!0)});function Ke(e={}){var t,n,o;const{file:r,host:s,baseUrl:i=window.location.origin,line:a=0,column:l=0}=e;if(r)if("chrome-extension"===s){const e=r.replace(/\\/g,"\\\\"),o=null!=(n=null==(t=window.VUE_DEVTOOLS_CONFIG)?void 0:t.openInEditorHost)?n:"/";fetch(`${o}__open-in-editor?file=${encodeURI(r)}`).then(t=>{if(!t.ok){const t=`Opening component ${e} failed`;console.log(`%c${t}`,"color:red")}})}else if(He.vitePluginDetected){const e=null!=(o=f.__VUE_DEVTOOLS_OPEN_IN_EDITOR_BASE_URL__)?o:i;f.__VUE_INSPECTOR__.openInEditor(e,r,a,l)}}j(),j(),j(),j(),j(),null!=(Me=f).__VUE_DEVTOOLS_KIT_PLUGIN_BUFFER__||(Me.__VUE_DEVTOOLS_KIT_PLUGIN_BUFFER__=[]);var ze,Be,Ge=new Proxy(f.__VUE_DEVTOOLS_KIT_PLUGIN_BUFFER__,{get:(e,t,n)=>Reflect.get(e,t,n)});function $e(e){const t={};return Object.keys(e).forEach(n=>{t[n]=e[n].defaultValue}),t}function Fe(e){return`__VUE_DEVTOOLS_NEXT_PLUGIN_SETTINGS__${e}__`}function We(e){var t,n,o;const r=null!=(n=null==(t=Ge.find(t=>{var n;return t[0].id===e&&!!(null==(n=t[0])?void 0:n.settings)}))?void 0:t[0])?n:null;return null!=(o=null==r?void 0:r.settings)?o:null}function Ye(e,t){var n,o,r;const s=Fe(e);if(s){const e=localStorage.getItem(s);if(e)return JSON.parse(e)}if(e){const t=null!=(o=null==(n=Ge.find(t=>t[0].id===e))?void 0:n[0])?o:null;return $e(null!=(r=null==t?void 0:t.settings)?r:{})}return $e(t)}j(),j(),j(),j(),j(),j(),j(),j(),j(),j(),j();var qe=null!=(Be=(ze=f).__VUE_DEVTOOLS_HOOK)?Be:ze.__VUE_DEVTOOLS_HOOK=V(),Ze={vueAppInit(e){qe.hook("app:init",e)},vueAppUnmount(e){qe.hook("app:unmount",e)},vueAppConnected(e){qe.hook("app:connected",e)},componentAdded:e=>qe.hook("component:added",e),componentEmit:e=>qe.hook("component:emit",e),componentUpdated:e=>qe.hook("component:updated",e),componentRemoved:e=>qe.hook("component:removed",e),setupDevtoolsPlugin(e){qe.hook("devtools-plugin:setup",e)},perfStart:e=>qe.hook("perf:start",e),perfEnd:e=>qe.hook("perf:end",e)},Xe={on:Ze,setupDevToolsPlugin:(e,t)=>qe.callHook("devtools-plugin:setup",e,t)},Je=class{constructor({plugin:e,ctx:t}){this.hooks=t.hooks,this.plugin=e}get on(){return{visitComponentTree:e=>{this.hooks.hook("visitComponentTree",e)},inspectComponent:e=>{this.hooks.hook("inspectComponent",e)},editComponentState:e=>{this.hooks.hook("editComponentState",e)},getInspectorTree:e=>{this.hooks.hook("getInspectorTree",e)},getInspectorState:e=>{this.hooks.hook("getInspectorState",e)},editInspectorState:e=>{this.hooks.hook("editInspectorState",e)},inspectTimelineEvent:e=>{this.hooks.hook("inspectTimelineEvent",e)},timelineCleared:e=>{this.hooks.hook("timelineCleared",e)},setPluginSettings:e=>{this.hooks.hook("setPluginSettings",e)}}}notifyComponentUpdate(e){var t;if(He.highPerfModeEnabled)return;const n=Re().find(e=>e.packageName===this.plugin.descriptor.packageName);if(null==n?void 0:n.id){if(e){const n=[e.appContext.app,e.uid,null==(t=e.parent)?void 0:t.uid,e];qe.callHook("component:updated",...n)}else qe.callHook("component:updated");this.hooks.callHook("sendInspectorState",{inspectorId:n.id,plugin:this.plugin})}}addInspector(e){this.hooks.callHook("addInspector",{inspector:e,plugin:this.plugin}),this.plugin.descriptor.settings&&function(e,t){const n=Fe(e);localStorage.getItem(n)||localStorage.setItem(n,JSON.stringify($e(t)))}(e.id,this.plugin.descriptor.settings)}sendInspectorTree(e){He.highPerfModeEnabled||this.hooks.callHook("sendInspectorTree",{inspectorId:e,plugin:this.plugin})}sendInspectorState(e){He.highPerfModeEnabled||this.hooks.callHook("sendInspectorState",{inspectorId:e,plugin:this.plugin})}selectInspectorNode(e,t){this.hooks.callHook("customInspectorSelectNode",{inspectorId:e,nodeId:t,plugin:this.plugin})}visitComponentTree(e){return this.hooks.callHook("visitComponentTree",e)}now(){return He.highPerfModeEnabled?0:Date.now()}addTimelineLayer(e){this.hooks.callHook("timelineLayerAdded",{options:e,plugin:this.plugin})}addTimelineEvent(e){He.highPerfModeEnabled||this.hooks.callHook("timelineEventAdded",{options:e,plugin:this.plugin})}getSettings(e){return Ye(null!=e?e:this.plugin.descriptor.id,this.plugin.descriptor.settings)}getComponentInstances(e){return this.hooks.callHook("getComponentInstances",{app:e})}getComponentBounds(e){return this.hooks.callHook("getComponentBounds",{instance:e})}getComponentName(e){return this.hooks.callHook("getComponentName",{instance:e})}highlightElement(e){const t=e.__VUE_DEVTOOLS_NEXT_UID__;return this.hooks.callHook("componentHighlight",{uid:t})}unhighlightElement(){return this.hooks.callHook("componentUnhighlight")}};j(),j(),j(),j();var Qe="__vue_devtool_undefined__",et="__vue_devtool_infinity__",tt="__vue_devtool_negative_infinity__",nt="__vue_devtool_nan__";j(),j();var ot,rt={[Qe]:"undefined",[nt]:"NaN",[et]:"Infinity",[tt]:"-Infinity"};function st(e,t){return Xe.setupDevToolsPlugin(e,t)}function it(e,t){f.__VUE_DEVTOOLS_KIT__REGISTERED_PLUGIN_APPS__.has(e)||He.highPerfModeEnabled&&!(null==t?void 0:t.inspectingComponent)||(f.__VUE_DEVTOOLS_KIT__REGISTERED_PLUGIN_APPS__.add(e),Ge.forEach(t=>{!function(e,t){const[n,o]=e;if(n.app!==t)return;const r=new Je({plugin:{setupFn:o,descriptor:n},ctx:yt});"vuex"===n.packageName&&r.on.editInspectorState(e=>{r.sendInspectorState(e.inspectorId)}),o(r)}(t,e)}))}Object.entries(rt).reduce((e,[t,n])=>(e[n]=t,e),{}),j(),j(),j(),j(),j(),null!=(ot=f).__VUE_DEVTOOLS_KIT__REGISTERED_PLUGIN_APPS__||(ot.__VUE_DEVTOOLS_KIT__REGISTERED_PLUGIN_APPS__=new Set),j(),j();var at,lt,ct,ut="__VUE_DEVTOOLS_ROUTER__",dt="__VUE_DEVTOOLS_ROUTER_INFO__";function pt(e){return e.map(e=>{let{path:t,name:n,children:o,meta:r}=e;return(null==o?void 0:o.length)&&(o=pt(o)),{path:t,name:n,children:o,meta:r}})}function _t(e,t){function n(){var t;const n=null==(t=e.app)?void 0:t.config.globalProperties.$router,o=function(e){if(e){const{fullPath:t,hash:n,href:o,path:r,name:s,matched:i,params:a,query:l}=e;return{fullPath:t,hash:n,href:o,path:r,name:s,params:a,query:l,matched:pt(i)}}return e}(null==n?void 0:n.currentRoute.value),r=pt(function(e){const t=new Map;return((null==e?void 0:e.getRoutes())||[]).filter(e=>!t.has(e.path)&&t.set(e.path,1))}(n)),s=console.warn;console.warn=()=>{},f[dt]={currentRoute:o?E(o):{},routes:E(r)},f[ut]=n,console.warn=s}n(),Xe.on.componentUpdated(O(()=>{var o;(null==(o=t.value)?void 0:o.app)===e.app&&(n(),He.highPerfModeEnabled||yt.hooks.callHook("routerInfoUpdated",{state:f[dt]}))},200))}null!=(at=f)[dt]||(at[dt]={currentRoute:null,routes:[]}),null!=(lt=f)[ut]||(lt[ut]={}),new Proxy(f[dt],{get:(e,t)=>f[dt][t]}),new Proxy(f[ut],{get(e,t){if("value"===t)return f[ut]}}),j(),null!=(ct=f).__VUE_DEVTOOLS_ENV__||(ct.__VUE_DEVTOOLS_ENV__={vitePluginDetected:!1});var ft,ht,gt=function(){const e=V();e.hook("addInspector",({inspector:e,plugin:t})=>{!function(e,t){var n,o;Pe.push({options:e,descriptor:t,treeFilterPlaceholder:null!=(n=e.treeFilterPlaceholder)?n:"Search tree...",stateFilterPlaceholder:null!=(o=e.stateFilterPlaceholder)?o:"Search state...",treeFilter:"",selectedNodeId:"",appRecord:z(t.app)}),Ae()}(e,t.descriptor)});const t=O(async({inspectorId:t,plugin:n})=>{var o;if(!t||!(null==(o=null==n?void 0:n.descriptor)?void 0:o.app)||He.highPerfModeEnabled)return;const r=Ce(t,n.descriptor.app),s={app:n.descriptor.app,inspectorId:t,filter:(null==r?void 0:r.treeFilter)||"",rootNodes:[]};await new Promise(t=>{e.callHookWith(async e=>{await Promise.all(e.map(e=>e(s))),t()},"getInspectorTree")}),e.callHookWith(async e=>{await Promise.all(e.map(e=>e({inspectorId:t,rootNodes:s.rootNodes})))},"sendInspectorTreeToClient")},120);e.hook("sendInspectorTree",t);const n=O(async({inspectorId:t,plugin:n})=>{var o;if(!t||!(null==(o=null==n?void 0:n.descriptor)?void 0:o.app)||He.highPerfModeEnabled)return;const r=Ce(t,n.descriptor.app),s={app:n.descriptor.app,inspectorId:t,nodeId:(null==r?void 0:r.selectedNodeId)||"",state:null},i={currentTab:`custom-inspector:${t}`};s.nodeId&&await new Promise(t=>{e.callHookWith(async e=>{await Promise.all(e.map(e=>e(s,i))),t()},"getInspectorState")}),e.callHookWith(async e=>{await Promise.all(e.map(e=>e({inspectorId:t,nodeId:s.nodeId,state:s.state})))},"sendInspectorStateToClient")},120);return e.hook("sendInspectorState",n),e.hook("customInspectorSelectNode",({inspectorId:e,nodeId:t,plugin:n})=>{const o=Ce(e,n.descriptor.app);o&&(o.selectedNodeId=t)}),e.hook("timelineLayerAdded",({options:e,plugin:t})=>{!function(e,t){He.timelineLayersState[t.id]=!1,be.push({...e,descriptorId:t.id,appRecord:z(t.app)})}(e,t.descriptor)}),e.hook("timelineEventAdded",({options:t,plugin:n})=>{var o;He.highPerfModeEnabled||!(null==(o=He.timelineLayersState)?void 0:o[n.descriptor.id])&&!["performance","component-event","keyboard","mouse"].includes(t.layerId)||e.callHookWith(async e=>{await Promise.all(e.map(e=>e(t)))},"sendTimelineEventToClient")}),e.hook("getComponentInstances",async({app:e})=>{const t=e.__VUE_DEVTOOLS_NEXT_APP_RECORD__;if(!t)return null;const n=t.id.toString();return[...t.instanceMap].filter(([e])=>e.split(":")[0]===n).map(([,e])=>e)}),e.hook("getComponentBounds",async({instance:e})=>q(e)),e.hook("getComponentName",({instance:e})=>G(e)),e.hook("componentHighlight",({uid:e})=>{const t=je.value.instanceMap.get(e);t&&function(e){const t=q(e);if(!t.width&&!t.height)return;const n=G(e);re()?ae({bounds:t,name:n}):ie({bounds:t,name:n})}(t)}),e.hook("componentUnhighlight",()=>{le()}),e}();null!=(ft=f).__VUE_DEVTOOLS_KIT_CONTEXT__||(ft.__VUE_DEVTOOLS_KIT_CONTEXT__={hooks:gt,get state(){return{...He,activeAppRecordId:je.id,activeAppRecord:je.value,appRecords:Ne.value}},api:(ht=gt,{async getInspectorTree(e){const t={...e,app:je.value.app,rootNodes:[]};return await new Promise(e=>{ht.callHookWith(async n=>{await Promise.all(n.map(e=>e(t))),e()},"getInspectorTree")}),t.rootNodes},async getInspectorState(e){const t={...e,app:je.value.app,state:null},n={currentTab:`custom-inspector:${e.inspectorId}`};return await new Promise(e=>{ht.callHookWith(async o=>{await Promise.all(o.map(e=>e(t,n))),e()},"getInspectorState")}),t.state},editInspectorState(e){const t=new Ee,n={...e,app:je.value.app,set:(n,o=e.path,r=e.state.value,s)=>{t.set(n,o,r,s||t.createDefaultSetCallback(e.state))}};ht.callHookWith(e=>{e.forEach(e=>e(n))},"editInspectorState")},sendInspectorState(e){const t=Ce(e);ht.callHook("sendInspectorState",{inspectorId:e,plugin:{descriptor:t.descriptor,setupFn:()=>({})}})},inspectComponentInspector:()=>_e(),cancelInspectComponentInspector:()=>(le(),window.removeEventListener("mouseover",ue),window.removeEventListener("click",pe,!0),void(pe=null)),getComponentRenderCode(e){const t=$(je.value,e);if(t)return"function"!=typeof(null==t?void 0:t.type)?t.render.toString():t.type.toString()},scrollToComponent:e=>function(e){const t=$(je.value,e.id);if(t){const[n]=Z(t);if("function"==typeof n.scrollIntoView)n.scrollIntoView({behavior:"smooth"});else{const e=q(t),n=document.createElement("div"),o={...se(e),position:"absolute"};Object.assign(n.style,o),document.body.appendChild(n),n.scrollIntoView({behavior:"smooth"}),setTimeout(()=>{document.body.removeChild(n)},2e3)}setTimeout(()=>{const n=q(t);if(n.width||n.height){const o=G(t),r=re();r?ae({...e,name:o,bounds:n}):ie({...e,name:o,bounds:n}),setTimeout(()=>{r&&(r.style.display="none")},1500)}},1200)}}({id:e}),openInEditor:Ke,getVueInspector:fe,toggleApp(e,t){const n=Ne.value.find(t=>t.id===e);var o;n&&(function(e){f.__VUE_DEVTOOLS_KIT_ACTIVE_APP_RECORD_ID__=e,xe()}(e),o=n,f.__VUE_DEVTOOLS_KIT_ACTIVE_APP_RECORD__=o,xe(),_t(n,je),Ae(),it(n.app,t))},inspectDOM(e){const t=$(je.value,e);if(t){const[e]=Z(t);e&&(f.__VUE_DEVTOOLS_INSPECT_DOM_TARGET__=e)}},updatePluginSettings(e,t,n){!function(e,t,n){const o=Fe(e),r=localStorage.getItem(o),s=JSON.parse(r||"{}"),i={...s,[t]:n};localStorage.setItem(o,JSON.stringify(i)),yt.hooks.callHookWith(o=>{o.forEach(o=>o({pluginId:e,key:t,oldValue:s[t],newValue:n,settings:i}))},"setPluginSettings")}(e,t,n)},getPluginSettings:e=>({options:We(e),values:Ye(e)})})});var mt,Et,yt=f.__VUE_DEVTOOLS_KIT_CONTEXT__;j(),((e,t,n)=>{n=null!=e?A(U(e)):{},((e,t,n,o)=>{if(t&&"object"==typeof t||"function"==typeof t)for(let r of D(t))L.call(e,r)||r===n||R(e,r,{get:()=>t[r],enumerable:!(o=C(t,r))||o.enumerable})})(R(n,"default",{value:e,enumerable:!0}),e)})(M()),null!=(mt=f).__VUE_DEVTOOLS_NEXT_APP_RECORD_INFO__||(mt.__VUE_DEVTOOLS_NEXT_APP_RECORD_INFO__={id:0,appIds:new Set}),j(),j(),j(),j(),j(),null!=(Et=f).__VUE_DEVTOOLS_UPDATE_CLIENT_DETECTED__||(Et.__VUE_DEVTOOLS_UPDATE_CLIENT_DETECTED__=function(e){He.devtoolsClientDetected={...He.devtoolsClientDetected,...e};const t=Object.values(He.devtoolsClientDetected).some(Boolean);var n;n=!t,He.highPerfModeEnabled=null!=n?n:!He.highPerfModeEnabled,!n&&je.value&&it(je.value.app)}),j(),j(),j(),j(),j(),j(),j();var Ot=class{constructor(){this.keyToValue=new Map,this.valueToKey=new Map}set(e,t){this.keyToValue.set(e,t),this.valueToKey.set(t,e)}getByKey(e){return this.keyToValue.get(e)}getByValue(e){return this.valueToKey.get(e)}clear(){this.keyToValue.clear(),this.valueToKey.clear()}},vt=class{constructor(e){this.generateIdentifier=e,this.kv=new Ot}register(e,t){this.kv.getByValue(e)||(t||(t=this.generateIdentifier(e)),this.kv.set(t,e))}clear(){this.kv.clear()}getIdentifier(e){return this.kv.getByValue(e)}getValue(e){return this.kv.getByKey(e)}},Tt=class extends vt{constructor(){super(e=>e.name),this.classToAllowedProps=new Map}register(e,t){"object"==typeof t?(t.allowProps&&this.classToAllowedProps.set(e,t.allowProps),super.register(e,t.identifier)):super.register(e,t)}getAllowedProps(e){return this.classToAllowedProps.get(e)}};function bt(e,t){const n=function(e){if("values"in Object)return Object.values(e);const t=[];for(const n in e)e.hasOwnProperty(n)&&t.push(e[n]);return t}(e);if("find"in n)return n.find(t);const o=n;for(let r=0;r<o.length;r++){const e=o[r];if(t(e))return e}}function It(e,t){Object.entries(e).forEach(([e,n])=>t(n,e))}function kt(e,t){return-1!==e.indexOf(t)}function St(e,t){for(let n=0;n<e.length;n++){const o=e[n];if(t(o))return o}}j(),j();var wt=class{constructor(){this.transfomers={}}register(e){this.transfomers[e.name]=e}findApplicable(e){return bt(this.transfomers,t=>t.isApplicable(e))}findByName(e){return this.transfomers[e]}};j(),j();var Vt=e=>void 0===e,Pt=e=>"object"==typeof e&&null!==e&&(e!==Object.prototype&&(null===Object.getPrototypeOf(e)||Object.getPrototypeOf(e)===Object.prototype)),At=e=>Pt(e)&&0===Object.keys(e).length,Rt=e=>Array.isArray(e),Ct=e=>e instanceof Map,Dt=e=>e instanceof Set,Ut=e=>"Symbol"===(e=>Object.prototype.toString.call(e).slice(8,-1))(e),Lt=e=>"number"==typeof e&&isNaN(e),Nt=e=>(e=>"boolean"==typeof e)(e)||(e=>null===e)(e)||Vt(e)||(e=>"number"==typeof e&&!isNaN(e))(e)||(e=>"string"==typeof e)(e)||Ut(e);j();var jt=e=>e.replace(/\./g,"\\."),xt=e=>e.map(String).map(jt).join("."),Mt=e=>{const t=[];let n="";for(let r=0;r<e.length;r++){let o=e.charAt(r);if("\\"===o&&"."===e.charAt(r+1)){n+=".",r++;continue}"."===o?(t.push(n),n=""):n+=o}const o=n;return t.push(o),t};function Ht(e,t,n,o){return{isApplicable:e,annotation:t,transform:n,untransform:o}}j();var Kt=[Ht(Vt,"undefined",()=>null,()=>{}),Ht(e=>"bigint"==typeof e,"bigint",e=>e.toString(),e=>"undefined"!=typeof BigInt?BigInt(e):(console.error("Please add a BigInt polyfill."),e)),Ht(e=>e instanceof Date&&!isNaN(e.valueOf()),"Date",e=>e.toISOString(),e=>new Date(e)),Ht(e=>e instanceof Error,"Error",(e,t)=>{const n={name:e.name,message:e.message};return t.allowedErrorProps.forEach(t=>{n[t]=e[t]}),n},(e,t)=>{const n=new Error(e.message);return n.name=e.name,n.stack=e.stack,t.allowedErrorProps.forEach(t=>{n[t]=e[t]}),n}),Ht(e=>e instanceof RegExp,"regexp",e=>""+e,e=>{const t=e.slice(1,e.lastIndexOf("/")),n=e.slice(e.lastIndexOf("/")+1);return new RegExp(t,n)}),Ht(Dt,"set",e=>[...e.values()],e=>new Set(e)),Ht(Ct,"map",e=>[...e.entries()],e=>new Map(e)),Ht(e=>{return Lt(e)||((t=e)===1/0||t===-1/0);var t},"number",e=>Lt(e)?"NaN":e>0?"Infinity":"-Infinity",Number),Ht(e=>0===e&&1/e==-1/0,"number",()=>"-0",Number),Ht(e=>e instanceof URL,"URL",e=>e.toString(),e=>new URL(e))];function zt(e,t,n,o){return{isApplicable:e,annotation:t,transform:n,untransform:o}}var Bt=zt((e,t)=>{if(Ut(e)){return!!t.symbolRegistry.getIdentifier(e)}return!1},(e,t)=>["symbol",t.symbolRegistry.getIdentifier(e)],e=>e.description,(e,t,n)=>{const o=n.symbolRegistry.getValue(t[1]);if(!o)throw new Error("Trying to deserialize unknown symbol");return o}),Gt=[Int8Array,Uint8Array,Int16Array,Uint16Array,Int32Array,Uint32Array,Float32Array,Float64Array,Uint8ClampedArray].reduce((e,t)=>(e[t.name]=t,e),{}),$t=zt(e=>ArrayBuffer.isView(e)&&!(e instanceof DataView),e=>["typed-array",e.constructor.name],e=>[...e],(e,t)=>{const n=Gt[t[1]];if(!n)throw new Error("Trying to deserialize unknown typed array");return new n(e)});function Ft(e,t){if(null==e?void 0:e.constructor){return!!t.classRegistry.getIdentifier(e.constructor)}return!1}var Wt=zt(Ft,(e,t)=>["class",t.classRegistry.getIdentifier(e.constructor)],(e,t)=>{const n=t.classRegistry.getAllowedProps(e.constructor);if(!n)return{...e};const o={};return n.forEach(t=>{o[t]=e[t]}),o},(e,t,n)=>{const o=n.classRegistry.getValue(t[1]);if(!o)throw new Error(`Trying to deserialize unknown class '${t[1]}' - check https://github.com/blitz-js/superjson/issues/116#issuecomment-773996564`);return Object.assign(Object.create(o.prototype),e)}),Yt=zt((e,t)=>!!t.customTransformerRegistry.findApplicable(e),(e,t)=>["custom",t.customTransformerRegistry.findApplicable(e).name],(e,t)=>t.customTransformerRegistry.findApplicable(e).serialize(e),(e,t,n)=>{const o=n.customTransformerRegistry.findByName(t[1]);if(!o)throw new Error("Trying to deserialize unknown custom value");return o.deserialize(e)}),qt=[Wt,Bt,Yt,$t],Zt=(e,t)=>{const n=St(qt,n=>n.isApplicable(e,t));if(n)return{value:n.transform(e,t),type:n.annotation(e,t)};const o=St(Kt,n=>n.isApplicable(e,t));return o?{value:o.transform(e,t),type:o.annotation}:void 0},Xt={};Kt.forEach(e=>{Xt[e.annotation]=e});j();var Jt=(e,t)=>{if(t>e.size)throw new Error("index out of bounds");const n=e.keys();for(;t>0;)n.next(),t--;return n.next().value};function Qt(e){if(kt(e,"__proto__"))throw new Error("__proto__ is not allowed as a property");if(kt(e,"prototype"))throw new Error("prototype is not allowed as a property");if(kt(e,"constructor"))throw new Error("constructor is not allowed as a property")}var en=(e,t,n)=>{if(Qt(t),0===t.length)return n(e);let o=e;for(let s=0;s<t.length-1;s++){const e=t[s];if(Rt(o)){o=o[+e]}else if(Pt(o))o=o[e];else if(Dt(o)){o=Jt(o,+e)}else if(Ct(o)){if(s===t.length-2)break;const n=+e,r=0===+t[++s]?"key":"value",i=Jt(o,n);switch(r){case"key":o=i;break;case"value":o=o.get(i)}}}const r=t[t.length-1];if(Rt(o)?o[+r]=n(o[+r]):Pt(o)&&(o[r]=n(o[r])),Dt(o)){const e=Jt(o,+r),t=n(e);e!==t&&(o.delete(e),o.add(t))}if(Ct(o)){const e=+t[t.length-2],s=Jt(o,e);switch(0===+r?"key":"value"){case"key":{const e=n(s);o.set(e,o.get(s)),e!==s&&o.delete(s);break}case"value":o.set(s,n(o.get(s)))}}return e};function tn(e,t,n=[]){if(!e)return;if(!Rt(e))return void It(e,(e,o)=>tn(e,t,[...n,...Mt(o)]));const[o,r]=e;r&&It(r,(e,o)=>{tn(e,t,[...n,...Mt(o)])}),t(o,n)}function nn(e,t,n){return tn(t,(t,o)=>{e=en(e,o,e=>((e,t,n)=>{if(!Rt(t)){const o=Xt[t];if(!o)throw new Error("Unknown transformation: "+t);return o.untransform(e,n)}switch(t[0]){case"symbol":return Bt.untransform(e,t,n);case"class":return Wt.untransform(e,t,n);case"custom":return Yt.untransform(e,t,n);case"typed-array":return $t.untransform(e,t,n);default:throw new Error("Unknown transformation: "+t)}})(e,t,n))}),e}function on(e,t){function n(t,n){const o=((e,t)=>{Qt(t);for(let n=0;n<t.length;n++){const o=t[n];if(Dt(e))e=Jt(e,+o);else if(Ct(e)){const r=+o,s=0===+t[++n]?"key":"value",i=Jt(e,r);switch(s){case"key":e=i;break;case"value":e=e.get(i)}}else e=e[o]}return e})(e,Mt(n));t.map(Mt).forEach(t=>{e=en(e,t,()=>o)})}if(Rt(t)){const[o,r]=t;o.forEach(t=>{e=en(e,Mt(t),()=>e)}),r&&It(r,n)}else It(t,n);return e}var rn=(e,t,n,o,r=[],s=[],i=new Map)=>{var a;const l=Nt(e);if(!l){!function(e,t,n){const o=n.get(e);o?o.push(t):n.set(e,[t])}(e,r,t);const n=i.get(e);if(n)return o?{transformedValue:null}:n}if(!((e,t)=>Pt(e)||Rt(e)||Ct(e)||Dt(e)||Ft(e,t))(e,n)){const t=Zt(e,n),o=t?{transformedValue:t.value,annotations:[t.type]}:{transformedValue:e};return l||i.set(e,o),o}if(kt(s,e))return{transformedValue:null};const c=Zt(e,n),u=null!=(a=null==c?void 0:c.value)?a:e,d=Rt(u)?[]:{},p={};It(u,(a,l)=>{if("__proto__"===l||"constructor"===l||"prototype"===l)throw new Error(`Detected property ${l}. This is a prototype pollution risk, please remove it from your object.`);const c=rn(a,t,n,o,[...r,l],[...s,e],i);d[l]=c.transformedValue,Rt(c.annotations)?p[l]=c.annotations:Pt(c.annotations)&&It(c.annotations,(e,t)=>{p[jt(l)+"."+t]=e})});const _=At(p)?{transformedValue:d,annotations:c?[c.type]:void 0}:{transformedValue:d,annotations:c?[c.type,p]:p};return l||i.set(e,_),_};function sn(e){return Object.prototype.toString.call(e).slice(8,-1)}function an(e){return"Array"===sn(e)}function ln(e,t={}){if(an(e))return e.map(e=>ln(e,t));if(!function(e){if("Object"!==sn(e))return!1;const t=Object.getPrototypeOf(e);return!!t&&t.constructor===Object&&t===Object.prototype}(e))return e;return[...Object.getOwnPropertyNames(e),...Object.getOwnPropertySymbols(e)].reduce((n,o)=>{if(an(t.props)&&!t.props.includes(o))return n;return function(e,t,n,o,r){const s={}.propertyIsEnumerable.call(o,t)?"enumerable":"nonenumerable";"enumerable"===s&&(e[t]=n),r&&"nonenumerable"===s&&Object.defineProperty(e,t,{value:n,enumerable:!1,writable:!0,configurable:!0})}(n,o,ln(e[o],t),e,t.nonenumerable),n},{})}j(),j();var cn,un,dn,pn,_n,fn,hn=class{constructor({dedupe:e=!1}={}){this.classRegistry=new Tt,this.symbolRegistry=new vt(e=>{var t;return null!=(t=e.description)?t:""}),this.customTransformerRegistry=new wt,this.allowedErrorProps=[],this.dedupe=e}serialize(e){const t=new Map,n=rn(e,t,this,this.dedupe),o={json:n.transformedValue};n.annotations&&(o.meta={...o.meta,values:n.annotations});const r=function(e,t){const n={};let o;return e.forEach(e=>{if(e.length<=1)return;t||(e=e.map(e=>e.map(String)).sort((e,t)=>e.length-t.length));const[r,...s]=e;0===r.length?o=s.map(xt):n[xt(r)]=s.map(xt)}),o?At(n)?[o]:[o,n]:At(n)?void 0:n}(t,this.dedupe);return r&&(o.meta={...o.meta,referentialEqualities:r}),o}deserialize(e){const{json:t,meta:n}=e;let o=ln(t);return(null==n?void 0:n.values)&&(o=nn(o,n.values,this)),(null==n?void 0:n.referentialEqualities)&&(o=on(o,n.referentialEqualities)),o}stringify(e){return JSON.stringify(this.serialize(e))}parse(e){return this.deserialize(JSON.parse(e))}registerClass(e,t){this.classRegistry.register(e,t)}registerSymbol(e,t){this.symbolRegistry.register(e,t)}registerCustom(e,t){this.customTransformerRegistry.register({name:t,...e})}allowErrorProps(...e){this.allowedErrorProps.push(...e)}};hn.defaultInstance=new hn,hn.serialize=hn.defaultInstance.serialize.bind(hn.defaultInstance),hn.deserialize=hn.defaultInstance.deserialize.bind(hn.defaultInstance),hn.stringify=hn.defaultInstance.stringify.bind(hn.defaultInstance),hn.parse=hn.defaultInstance.parse.bind(hn.defaultInstance),hn.registerClass=hn.defaultInstance.registerClass.bind(hn.defaultInstance),hn.registerSymbol=hn.defaultInstance.registerSymbol.bind(hn.defaultInstance),hn.registerCustom=hn.defaultInstance.registerCustom.bind(hn.defaultInstance),hn.allowErrorProps=hn.defaultInstance.allowErrorProps.bind(hn.defaultInstance),j(),j(),j(),j(),j(),j(),j(),j(),j(),j(),j(),j(),j(),j(),j(),j(),j(),j(),j(),j(),j(),j(),j(),null!=(cn=f).__VUE_DEVTOOLS_KIT_MESSAGE_CHANNELS__||(cn.__VUE_DEVTOOLS_KIT_MESSAGE_CHANNELS__=[]),null!=(un=f).__VUE_DEVTOOLS_KIT_RPC_CLIENT__||(un.__VUE_DEVTOOLS_KIT_RPC_CLIENT__=null),null!=(dn=f).__VUE_DEVTOOLS_KIT_RPC_SERVER__||(dn.__VUE_DEVTOOLS_KIT_RPC_SERVER__=null),null!=(pn=f).__VUE_DEVTOOLS_KIT_VITE_RPC_CLIENT__||(pn.__VUE_DEVTOOLS_KIT_VITE_RPC_CLIENT__=null),null!=(_n=f).__VUE_DEVTOOLS_KIT_VITE_RPC_SERVER__||(_n.__VUE_DEVTOOLS_KIT_VITE_RPC_SERVER__=null),null!=(fn=f).__VUE_DEVTOOLS_KIT_BROADCAST_RPC_SERVER__||(fn.__VUE_DEVTOOLS_KIT_BROADCAST_RPC_SERVER__=null),j(),j(),j(),j(),j(),j(),j(),exports.setupDevToolsPlugin=st,exports.setupDevtoolsPlugin=st;