@scalar/components 0.20.8 → 0.20.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/ScalarButton/index.d.ts +1 -1
- package/dist/components/ScalarCard/index.d.ts +4 -4
- package/dist/components/ScalarCheckboxInput/index.d.ts +4 -4
- package/dist/components/ScalarCodeBlock/index.d.ts +2 -2
- package/dist/components/ScalarColorModeToggle/index.d.ts +3 -3
- package/dist/components/ScalarCombobox/ScalarCombobox.vue.d.ts +1 -1
- package/dist/components/ScalarCombobox/ScalarComboboxMultiselect.vue.d.ts +1 -1
- package/dist/components/ScalarCombobox/ScalarComboboxOptions.vue.d.ts +1 -1
- package/dist/components/ScalarCombobox/index.d.ts +3 -3
- package/dist/components/ScalarContextMenu/index.d.ts +1 -1
- package/dist/components/ScalarCopy/index.d.ts +3 -3
- package/dist/components/ScalarDropdown/index.d.ts +5 -5
- package/dist/components/ScalarErrorBoundary/index.d.ts +1 -1
- package/dist/components/ScalarFileUpload/ScalarFileUpload.vue.d.ts +1 -1
- package/dist/components/ScalarFileUpload/ScalarFileUploadInput.vue.d.ts +1 -1
- package/dist/components/ScalarFileUpload/ScalarFileUploadInputCompact.vue.d.ts +1 -1
- package/dist/components/ScalarFileUpload/index.d.ts +7 -7
- package/dist/components/ScalarFloating/index.d.ts +2 -2
- package/dist/components/ScalarForm/index.d.ts +6 -6
- package/dist/components/ScalarHeader/index.d.ts +2 -2
- package/dist/components/ScalarHotkey/index.d.ts +2 -2
- package/dist/components/ScalarIcon/ScalarIconLegacyAdapter.vue.d.ts +1 -1
- package/dist/components/ScalarIcon/index.d.ts +3 -3
- package/dist/components/ScalarIcon/types.d.ts +2 -2
- package/dist/components/ScalarIconButton/index.d.ts +1 -1
- package/dist/components/ScalarListbox/index.d.ts +4 -4
- package/dist/components/ScalarLoading/index.d.ts +2 -2
- package/dist/components/ScalarMarkdown/index.d.ts +2 -2
- package/dist/components/ScalarMenu/ScalarMenuProduct.vue.d.ts +1 -1
- package/dist/components/ScalarMenu/ScalarMenuTeamPicker.vue.d.ts +1 -1
- package/dist/components/ScalarMenu/index.d.ts +11 -11
- package/dist/components/ScalarMenu/types.d.ts +1 -1
- package/dist/components/ScalarModal/index.d.ts +1 -1
- package/dist/components/ScalarPopover/index.d.ts +1 -1
- package/dist/components/ScalarSearchInput/index.d.ts +1 -1
- package/dist/components/ScalarSearchResults/index.d.ts +2 -2
- package/dist/components/ScalarSidebar/ScalarSidebarIndent.vue.d.ts +1 -1
- package/dist/components/ScalarSidebar/ScalarSidebarSpacer.vue.d.ts +1 -1
- package/dist/components/ScalarSidebar/index.d.ts +13 -13
- package/dist/components/ScalarSidebar/types.d.ts +1 -1
- package/dist/components/ScalarTeleport/index.d.ts +3 -3
- package/dist/components/ScalarTextArea/ScalarTextArea.vue.d.ts +2 -2
- package/dist/components/ScalarTextArea/ScalarTextArea.vue.d.ts.map +1 -1
- package/dist/components/ScalarTextArea/index.d.ts +1 -1
- package/dist/components/ScalarTextInput/index.d.ts +2 -2
- package/dist/components/ScalarThemeSwatches/index.d.ts +2 -2
- package/dist/components/ScalarToggle/index.d.ts +3 -3
- package/dist/components/ScalarTooltip/index.d.ts +3 -3
- package/dist/components/ScalarVirtualText/index.d.ts +1 -1
- package/dist/components/ScalarWrappingText/index.d.ts +1 -1
- package/dist/components/ScalarWrappingText/types.d.ts +1 -1
- package/dist/helpers/index.d.ts +1 -1
- package/dist/index.js +7820 -222
- package/dist/index.js.map +1 -0
- package/dist/style.css +4425 -1
- package/package.json +18 -24
- package/dist/_virtual/_plugin-vue_export-helper.js +0 -9
- package/dist/components/ScalarButton/ScalarButton.vue.js +0 -99
- package/dist/components/ScalarButton/ScalarButton.vue2.js +0 -4
- package/dist/components/ScalarButton/constants.js +0 -18
- package/dist/components/ScalarCard/ScalarCard.vue.js +0 -25
- package/dist/components/ScalarCard/ScalarCard.vue2.js +0 -4
- package/dist/components/ScalarCard/ScalarCardFooter.vue.js +0 -20
- package/dist/components/ScalarCard/ScalarCardFooter.vue2.js +0 -4
- package/dist/components/ScalarCard/ScalarCardHeader.vue.js +0 -36
- package/dist/components/ScalarCard/ScalarCardHeader.vue2.js +0 -4
- package/dist/components/ScalarCard/ScalarCardSection.vue.js +0 -16
- package/dist/components/ScalarCard/ScalarCardSection.vue2.js +0 -4
- package/dist/components/ScalarCard/useCardHeading.js +0 -15
- package/dist/components/ScalarCheckboxInput/ScalarCheckbox.vue.js +0 -27
- package/dist/components/ScalarCheckboxInput/ScalarCheckbox.vue2.js +0 -4
- package/dist/components/ScalarCheckboxInput/ScalarCheckboxGroup.vue.js +0 -37
- package/dist/components/ScalarCheckboxInput/ScalarCheckboxGroup.vue2.js +0 -4
- package/dist/components/ScalarCheckboxInput/ScalarCheckboxInput.vue.js +0 -45
- package/dist/components/ScalarCheckboxInput/ScalarCheckboxInput.vue2.js +0 -4
- package/dist/components/ScalarCheckboxInput/ScalarCheckboxRadioGroup.vue.js +0 -38
- package/dist/components/ScalarCheckboxInput/ScalarCheckboxRadioGroup.vue2.js +0 -4
- package/dist/components/ScalarCodeBlock/ScalarCodeBlock.vue.js +0 -69
- package/dist/components/ScalarCodeBlock/ScalarCodeBlock.vue3.js +0 -5
- package/dist/components/ScalarCodeBlock/ScalarCodeBlockCopy.vue.js +0 -57
- package/dist/components/ScalarCodeBlock/ScalarCodeBlockCopy.vue2.js +0 -4
- package/dist/components/ScalarCodeBlock/constants.js +0 -54
- package/dist/components/ScalarColorModeToggle/ScalarColorModeToggle.vue.js +0 -30
- package/dist/components/ScalarColorModeToggle/ScalarColorModeToggle.vue2.js +0 -4
- package/dist/components/ScalarColorModeToggle/ScalarColorModeToggleButton.vue.js +0 -41
- package/dist/components/ScalarColorModeToggle/ScalarColorModeToggleButton.vue2.js +0 -4
- package/dist/components/ScalarColorModeToggle/ScalarColorModeToggleIcon.vue.js +0 -7
- package/dist/components/ScalarColorModeToggle/ScalarColorModeToggleIcon.vue2.js +0 -35
- package/dist/components/ScalarCombobox/ScalarCombobox.vue.js +0 -71
- package/dist/components/ScalarCombobox/ScalarCombobox.vue2.js +0 -4
- package/dist/components/ScalarCombobox/ScalarComboboxMultiselect.vue.js +0 -75
- package/dist/components/ScalarCombobox/ScalarComboboxMultiselect.vue2.js +0 -4
- package/dist/components/ScalarCombobox/ScalarComboboxOption.vue.js +0 -41
- package/dist/components/ScalarCombobox/ScalarComboboxOption.vue2.js +0 -4
- package/dist/components/ScalarCombobox/ScalarComboboxOptionGroup.vue.js +0 -28
- package/dist/components/ScalarCombobox/ScalarComboboxOptionGroup.vue2.js +0 -4
- package/dist/components/ScalarCombobox/ScalarComboboxOptions.vue.js +0 -181
- package/dist/components/ScalarCombobox/ScalarComboboxOptions.vue2.js +0 -4
- package/dist/components/ScalarCombobox/ScalarComboboxPopover.vue.js +0 -68
- package/dist/components/ScalarCombobox/ScalarComboboxPopover.vue2.js +0 -4
- package/dist/components/ScalarCombobox/types.js +0 -9
- package/dist/components/ScalarContextMenu/ScalarContextMenu.vue.js +0 -52
- package/dist/components/ScalarContextMenu/ScalarContextMenu.vue2.js +0 -4
- package/dist/components/ScalarCopy/ScalarCopy.vue.js +0 -59
- package/dist/components/ScalarCopy/ScalarCopy.vue2.js +0 -4
- package/dist/components/ScalarCopy/ScalarCopyBackdrop.vue.js +0 -14
- package/dist/components/ScalarCopy/ScalarCopyBackdrop.vue2.js +0 -4
- package/dist/components/ScalarCopy/ScalarCopyButton.vue.js +0 -108
- package/dist/components/ScalarCopy/ScalarCopyButton.vue2.js +0 -4
- package/dist/components/ScalarDropdown/ScalarDropdown.vue.js +0 -132
- package/dist/components/ScalarDropdown/ScalarDropdown.vue2.js +0 -4
- package/dist/components/ScalarDropdown/ScalarDropdownButton.vue.js +0 -7
- package/dist/components/ScalarDropdown/ScalarDropdownButton.vue2.js +0 -41
- package/dist/components/ScalarDropdown/ScalarDropdownDivider.vue.js +0 -11
- package/dist/components/ScalarDropdown/ScalarDropdownDivider.vue2.js +0 -4
- package/dist/components/ScalarDropdown/ScalarDropdownItem.vue.js +0 -7
- package/dist/components/ScalarDropdown/ScalarDropdownItem.vue2.js +0 -32
- package/dist/components/ScalarDropdown/ScalarDropdownMenu.vue.js +0 -32
- package/dist/components/ScalarDropdown/ScalarDropdownMenu.vue2.js +0 -4
- package/dist/components/ScalarDropdown/useDropdown.js +0 -14
- package/dist/components/ScalarErrorBoundary/ScalarErrorBoundary.vue.js +0 -20
- package/dist/components/ScalarErrorBoundary/ScalarErrorBoundary.vue2.js +0 -4
- package/dist/components/ScalarFileUpload/ScalarFileUpload.vue.js +0 -124
- package/dist/components/ScalarFileUpload/ScalarFileUpload.vue2.js +0 -4
- package/dist/components/ScalarFileUpload/ScalarFileUploadDropTarget.vue.js +0 -28
- package/dist/components/ScalarFileUpload/ScalarFileUploadDropTarget.vue2.js +0 -4
- package/dist/components/ScalarFileUpload/ScalarFileUploadError.vue.js +0 -18
- package/dist/components/ScalarFileUpload/ScalarFileUploadError.vue2.js +0 -4
- package/dist/components/ScalarFileUpload/ScalarFileUploadFileList.vue.js +0 -55
- package/dist/components/ScalarFileUpload/ScalarFileUploadFileList.vue2.js +0 -4
- package/dist/components/ScalarFileUpload/ScalarFileUploadInput.vue.js +0 -49
- package/dist/components/ScalarFileUpload/ScalarFileUploadInput.vue2.js +0 -4
- package/dist/components/ScalarFileUpload/ScalarFileUploadInputCompact.vue.js +0 -41
- package/dist/components/ScalarFileUpload/ScalarFileUploadInputCompact.vue2.js +0 -4
- package/dist/components/ScalarFileUpload/ScalarFileUploadLoading.vue.js +0 -27
- package/dist/components/ScalarFileUpload/ScalarFileUploadLoading.vue2.js +0 -4
- package/dist/components/ScalarFileUpload/types.js +0 -6
- package/dist/components/ScalarFloating/ScalarFloating.vue.js +0 -91
- package/dist/components/ScalarFloating/ScalarFloating.vue2.js +0 -4
- package/dist/components/ScalarFloating/ScalarFloatingBackdrop.vue.js +0 -18
- package/dist/components/ScalarFloating/ScalarFloatingBackdrop.vue2.js +0 -4
- package/dist/components/ScalarFloating/useResizeWithTarget.js +0 -19
- package/dist/components/ScalarForm/ScalarForm.vue.js +0 -19
- package/dist/components/ScalarForm/ScalarForm.vue2.js +0 -4
- package/dist/components/ScalarForm/ScalarFormError.vue.js +0 -32
- package/dist/components/ScalarForm/ScalarFormError.vue2.js +0 -4
- package/dist/components/ScalarForm/ScalarFormField.vue.js +0 -34
- package/dist/components/ScalarForm/ScalarFormField.vue2.js +0 -4
- package/dist/components/ScalarForm/ScalarFormInput.vue.js +0 -39
- package/dist/components/ScalarForm/ScalarFormInput.vue2.js +0 -4
- package/dist/components/ScalarForm/ScalarFormInputGroup.vue.js +0 -23
- package/dist/components/ScalarForm/ScalarFormInputGroup.vue2.js +0 -4
- package/dist/components/ScalarForm/ScalarFormSection.vue.js +0 -18
- package/dist/components/ScalarForm/ScalarFormSection.vue2.js +0 -4
- package/dist/components/ScalarForm/useFormGroups.js +0 -8
- package/dist/components/ScalarHeader/ScalarHeader.vue.js +0 -28
- package/dist/components/ScalarHeader/ScalarHeader.vue2.js +0 -4
- package/dist/components/ScalarHeader/ScalarHeaderButton.vue.js +0 -33
- package/dist/components/ScalarHeader/ScalarHeaderButton.vue2.js +0 -4
- package/dist/components/ScalarHotkey/ScalarHotkey.vue.js +0 -30
- package/dist/components/ScalarHotkey/ScalarHotkey.vue2.js +0 -4
- package/dist/components/ScalarHotkey/constants.js +0 -29
- package/dist/components/ScalarHotkey/formatHotkey.js +0 -20
- package/dist/components/ScalarIcon/ScalarIcon.vue.js +0 -7
- package/dist/components/ScalarIcon/ScalarIcon.vue2.js +0 -39
- package/dist/components/ScalarIcon/ScalarIconLegacyAdapter.vue.js +0 -28
- package/dist/components/ScalarIcon/ScalarIconLegacyAdapter.vue2.js +0 -4
- package/dist/components/ScalarIcon/icons/Add.svg.js +0 -21
- package/dist/components/ScalarIcon/icons/AddTab.svg.js +0 -21
- package/dist/components/ScalarIcon/icons/Alert.svg.js +0 -21
- package/dist/components/ScalarIcon/icons/ArrowLeft.svg.js +0 -21
- package/dist/components/ScalarIcon/icons/ArrowRight.svg.js +0 -21
- package/dist/components/ScalarIcon/icons/Brackets.svg.js +0 -21
- package/dist/components/ScalarIcon/icons/Branch.svg.js +0 -34
- package/dist/components/ScalarIcon/icons/Changelog.svg.js +0 -21
- package/dist/components/ScalarIcon/icons/Checkmark.svg.js +0 -21
- package/dist/components/ScalarIcon/icons/ChevronDown.svg.js +0 -21
- package/dist/components/ScalarIcon/icons/ChevronLeft.svg.js +0 -21
- package/dist/components/ScalarIcon/icons/ChevronRight.svg.js +0 -21
- package/dist/components/ScalarIcon/icons/ChevronUp.svg.js +0 -21
- package/dist/components/ScalarIcon/icons/Clipboard.svg.js +0 -21
- package/dist/components/ScalarIcon/icons/Close.svg.js +0 -21
- package/dist/components/ScalarIcon/icons/CloseTab.svg.js +0 -21
- package/dist/components/ScalarIcon/icons/CloseTabs.svg.js +0 -21
- package/dist/components/ScalarIcon/icons/Cloud.svg.js +0 -19
- package/dist/components/ScalarIcon/icons/CodeFolder.svg.js +0 -28
- package/dist/components/ScalarIcon/icons/Cog.svg.js +0 -20
- package/dist/components/ScalarIcon/icons/Collection.svg.js +0 -21
- package/dist/components/ScalarIcon/icons/Cookie.svg.js +0 -25
- package/dist/components/ScalarIcon/icons/DarkMode.svg.js +0 -19
- package/dist/components/ScalarIcon/icons/Delete.svg.js +0 -21
- package/dist/components/ScalarIcon/icons/Discord.svg.js +0 -20
- package/dist/components/ScalarIcon/icons/DocsPage.svg.js +0 -28
- package/dist/components/ScalarIcon/icons/Download.svg.js +0 -19
- package/dist/components/ScalarIcon/icons/Duplicate.svg.js +0 -27
- package/dist/components/ScalarIcon/icons/Edit.svg.js +0 -21
- package/dist/components/ScalarIcon/icons/Ellipses.svg.js +0 -19
- package/dist/components/ScalarIcon/icons/Email.svg.js +0 -20
- package/dist/components/ScalarIcon/icons/Error.svg.js +0 -20
- package/dist/components/ScalarIcon/icons/Example.svg.js +0 -21
- package/dist/components/ScalarIcon/icons/ExternalLink.svg.js +0 -21
- package/dist/components/ScalarIcon/icons/FilterList.svg.js +0 -21
- package/dist/components/ScalarIcon/icons/Folder.svg.js +0 -21
- package/dist/components/ScalarIcon/icons/GitHub.svg.js +0 -16
- package/dist/components/ScalarIcon/icons/GitHubLine.svg.js +0 -19
- package/dist/components/ScalarIcon/icons/Globe.svg.js +0 -21
- package/dist/components/ScalarIcon/icons/Google.svg.js +0 -16
- package/dist/components/ScalarIcon/icons/Help.svg.js +0 -20
- package/dist/components/ScalarIcon/icons/Hide.svg.js +0 -21
- package/dist/components/ScalarIcon/icons/History.svg.js +0 -20
- package/dist/components/ScalarIcon/icons/House.svg.js +0 -19
- package/dist/components/ScalarIcon/icons/Import.svg.js +0 -21
- package/dist/components/ScalarIcon/icons/Info.svg.js +0 -33
- package/dist/components/ScalarIcon/icons/Key.svg.js +0 -20
- package/dist/components/ScalarIcon/icons/Leave.svg.js +0 -19
- package/dist/components/ScalarIcon/icons/LightDarkModeToggle.svg.js +0 -21
- package/dist/components/ScalarIcon/icons/LightMode.svg.js +0 -21
- package/dist/components/ScalarIcon/icons/Link.svg.js +0 -19
- package/dist/components/ScalarIcon/icons/Lock.svg.js +0 -20
- package/dist/components/ScalarIcon/icons/Logo.svg.js +0 -19
- package/dist/components/ScalarIcon/icons/Magic.svg.js +0 -21
- package/dist/components/ScalarIcon/icons/Markdown.svg.js +0 -19
- package/dist/components/ScalarIcon/icons/Menu.svg.js +0 -21
- package/dist/components/ScalarIcon/icons/NotAllowed.svg.js +0 -21
- package/dist/components/ScalarIcon/icons/Page.svg.js +0 -20
- package/dist/components/ScalarIcon/icons/Pencil.svg.js +0 -19
- package/dist/components/ScalarIcon/icons/Play.svg.js +0 -19
- package/dist/components/ScalarIcon/icons/Refresh.svg.js +0 -21
- package/dist/components/ScalarIcon/icons/Roadmap.svg.js +0 -19
- package/dist/components/ScalarIcon/icons/Scribble.svg.js +0 -21
- package/dist/components/ScalarIcon/icons/Search.svg.js +0 -21
- package/dist/components/ScalarIcon/icons/Server.svg.js +0 -31
- package/dist/components/ScalarIcon/icons/Settings.svg.js +0 -21
- package/dist/components/ScalarIcon/icons/Show.svg.js +0 -27
- package/dist/components/ScalarIcon/icons/Sort.svg.js +0 -21
- package/dist/components/ScalarIcon/icons/Terminal.svg.js +0 -28
- package/dist/components/ScalarIcon/icons/Trash.svg.js +0 -21
- package/dist/components/ScalarIcon/icons/Unlock.svg.js +0 -20
- package/dist/components/ScalarIcon/icons/Unwatch.svg.js +0 -21
- package/dist/components/ScalarIcon/icons/Upload.svg.js +0 -21
- package/dist/components/ScalarIcon/icons/User.svg.js +0 -24
- package/dist/components/ScalarIcon/icons/UserSwitch.svg.js +0 -20
- package/dist/components/ScalarIcon/icons/Users.svg.js +0 -19
- package/dist/components/ScalarIcon/icons/Versions.svg.js +0 -21
- package/dist/components/ScalarIcon/icons/Wallet.svg.js +0 -20
- package/dist/components/ScalarIcon/icons/Watch.svg.js +0 -21
- package/dist/components/ScalarIcon/icons/Workspace.svg.js +0 -19
- package/dist/components/ScalarIcon/icons/programming-framework-angular.svg.js +0 -16
- package/dist/components/ScalarIcon/icons/programming-framework-astro.svg.js +0 -16
- package/dist/components/ScalarIcon/icons/programming-framework-laravel.svg.js +0 -21
- package/dist/components/ScalarIcon/icons/programming-framework-nextdotjs.svg.js +0 -16
- package/dist/components/ScalarIcon/icons/programming-framework-react.svg.js +0 -16
- package/dist/components/ScalarIcon/icons/programming-framework-vuedotjs.svg.js +0 -17
- package/dist/components/ScalarIcon/icons/programming-language-c.svg.js +0 -16
- package/dist/components/ScalarIcon/icons/programming-language-clojure.svg.js +0 -16
- package/dist/components/ScalarIcon/icons/programming-language-csharp.svg.js +0 -16
- package/dist/components/ScalarIcon/icons/programming-language-css3.svg.js +0 -16
- package/dist/components/ScalarIcon/icons/programming-language-dart.svg.js +0 -16
- package/dist/components/ScalarIcon/icons/programming-language-fsharp.svg.js +0 -16
- package/dist/components/ScalarIcon/icons/programming-language-go.svg.js +0 -16
- package/dist/components/ScalarIcon/icons/programming-language-html5.svg.js +0 -16
- package/dist/components/ScalarIcon/icons/programming-language-http.svg.js +0 -16
- package/dist/components/ScalarIcon/icons/programming-language-java.svg.js +0 -18
- package/dist/components/ScalarIcon/icons/programming-language-javascript.svg.js +0 -16
- package/dist/components/ScalarIcon/icons/programming-language-json.svg.js +0 -17
- package/dist/components/ScalarIcon/icons/programming-language-kotlin.svg.js +0 -16
- package/dist/components/ScalarIcon/icons/programming-language-node.svg.js +0 -17
- package/dist/components/ScalarIcon/icons/programming-language-objc.svg.js +0 -17
- package/dist/components/ScalarIcon/icons/programming-language-ocaml.svg.js +0 -16
- package/dist/components/ScalarIcon/icons/programming-language-php.svg.js +0 -16
- package/dist/components/ScalarIcon/icons/programming-language-powershell.svg.js +0 -20
- package/dist/components/ScalarIcon/icons/programming-language-python.svg.js +0 -16
- package/dist/components/ScalarIcon/icons/programming-language-r.svg.js +0 -20
- package/dist/components/ScalarIcon/icons/programming-language-ruby.svg.js +0 -16
- package/dist/components/ScalarIcon/icons/programming-language-rust.svg.js +0 -19
- package/dist/components/ScalarIcon/icons/programming-language-scala.svg.js +0 -16
- package/dist/components/ScalarIcon/icons/programming-language-shell.svg.js +0 -16
- package/dist/components/ScalarIcon/icons/programming-language-swift.svg.js +0 -16
- package/dist/components/ScalarIcon/icons/programming-language-typescript.svg.js +0 -16
- package/dist/components/ScalarIcon/icons/programming-script-code.svg.js +0 -21
- package/dist/components/ScalarIcon/icons/programming-tool-git.svg.js +0 -16
- package/dist/components/ScalarIcon/icons/programming-tool-tailwindcss.svg.js +0 -16
- package/dist/components/ScalarIcon/logos/Adonisjs.svg.js +0 -21
- package/dist/components/ScalarIcon/logos/Astro.svg.js +0 -14
- package/dist/components/ScalarIcon/logos/Docusaurus.svg.js +0 -16
- package/dist/components/ScalarIcon/logos/Dotnet.svg.js +0 -23
- package/dist/components/ScalarIcon/logos/Elysiajs.svg.js +0 -16
- package/dist/components/ScalarIcon/logos/Express.svg.js +0 -19
- package/dist/components/ScalarIcon/logos/Fastapi.svg.js +0 -19
- package/dist/components/ScalarIcon/logos/Fastify.svg.js +0 -19
- package/dist/components/ScalarIcon/logos/Go.svg.js +0 -23
- package/dist/components/ScalarIcon/logos/Hono.svg.js +0 -24
- package/dist/components/ScalarIcon/logos/Laravel.svg.js +0 -19
- package/dist/components/ScalarIcon/logos/Litestar.svg.js +0 -16
- package/dist/components/ScalarIcon/logos/Nestjs.svg.js +0 -21
- package/dist/components/ScalarIcon/logos/Nextjs.svg.js +0 -19
- package/dist/components/ScalarIcon/logos/Nitro.svg.js +0 -16
- package/dist/components/ScalarIcon/logos/Nuxt.svg.js +0 -19
- package/dist/components/ScalarIcon/logos/Openapi.svg.js +0 -16
- package/dist/components/ScalarIcon/logos/Platformatic.svg.js +0 -28
- package/dist/components/ScalarIcon/logos/React.svg.js +0 -34
- package/dist/components/ScalarIcon/logos/Rust.svg.js +0 -19
- package/dist/components/ScalarIcon/logos/Svelte.svg.js +0 -23
- package/dist/components/ScalarIcon/logos/Vue.svg.js +0 -23
- package/dist/components/ScalarIcon/utils/index.js +0 -287
- package/dist/components/ScalarIcon/variants.js +0 -21
- package/dist/components/ScalarIconButton/ScalarIconButton.vue.js +0 -71
- package/dist/components/ScalarIconButton/ScalarIconButton.vue2.js +0 -4
- package/dist/components/ScalarListbox/ScalarListbox.vue.js +0 -89
- package/dist/components/ScalarListbox/ScalarListbox.vue2.js +0 -4
- package/dist/components/ScalarListbox/ScalarListboxCheckbox.vue.js +0 -26
- package/dist/components/ScalarListbox/ScalarListboxCheckbox.vue2.js +0 -4
- package/dist/components/ScalarListbox/ScalarListboxInput.vue.js +0 -26
- package/dist/components/ScalarListbox/ScalarListboxInput.vue2.js +0 -4
- package/dist/components/ScalarListbox/ScalarListboxItem.vue.js +0 -52
- package/dist/components/ScalarListbox/ScalarListboxItem.vue2.js +0 -4
- package/dist/components/ScalarLoading/ScalarLoading.vue.js +0 -7
- package/dist/components/ScalarLoading/ScalarLoading.vue2.js +0 -58
- package/dist/components/ScalarLoading/useLoadingState.js +0 -39
- package/dist/components/ScalarMarkdown/ScalarMarkdown.vue.js +0 -43
- package/dist/components/ScalarMarkdown/ScalarMarkdown.vue3.js +0 -5
- package/dist/components/ScalarMarkdown/ScalarMarkdownSummary.vue.js +0 -61
- package/dist/components/ScalarMarkdown/ScalarMarkdownSummary.vue3.js +0 -5
- package/dist/components/ScalarMenu/ScalarMenu.vue.js +0 -70
- package/dist/components/ScalarMenu/ScalarMenu.vue2.js +0 -4
- package/dist/components/ScalarMenu/ScalarMenuButton.vue.js +0 -34
- package/dist/components/ScalarMenu/ScalarMenuButton.vue2.js +0 -4
- package/dist/components/ScalarMenu/ScalarMenuLink.vue.js +0 -46
- package/dist/components/ScalarMenu/ScalarMenuLink.vue2.js +0 -4
- package/dist/components/ScalarMenu/ScalarMenuProduct.vue.js +0 -37
- package/dist/components/ScalarMenu/ScalarMenuProduct.vue2.js +0 -4
- package/dist/components/ScalarMenu/ScalarMenuProducts.vue.js +0 -67
- package/dist/components/ScalarMenu/ScalarMenuProducts.vue2.js +0 -4
- package/dist/components/ScalarMenu/ScalarMenuResources.vue.js +0 -50
- package/dist/components/ScalarMenu/ScalarMenuResources.vue2.js +0 -4
- package/dist/components/ScalarMenu/ScalarMenuSection.vue.js +0 -15
- package/dist/components/ScalarMenu/ScalarMenuSection.vue2.js +0 -4
- package/dist/components/ScalarMenu/ScalarMenuSupport.vue.js +0 -40
- package/dist/components/ScalarMenu/ScalarMenuSupport.vue2.js +0 -4
- package/dist/components/ScalarMenu/ScalarMenuTeamPicker.vue.js +0 -103
- package/dist/components/ScalarMenu/ScalarMenuTeamPicker.vue2.js +0 -4
- package/dist/components/ScalarMenu/ScalarMenuTeamProfile.vue.js +0 -41
- package/dist/components/ScalarMenu/ScalarMenuTeamProfile.vue2.js +0 -4
- package/dist/components/ScalarMenu/ScalarMenuWorkspacePicker.vue.js +0 -109
- package/dist/components/ScalarMenu/ScalarMenuWorkspacePicker.vue2.js +0 -4
- package/dist/components/ScalarModal/ScalarModal.vue.js +0 -9
- package/dist/components/ScalarModal/ScalarModal.vue2.js +0 -136
- package/dist/components/ScalarPopover/ScalarPopover.vue.js +0 -57
- package/dist/components/ScalarPopover/ScalarPopover.vue2.js +0 -4
- package/dist/components/ScalarSearchInput/ScalarSearchInput.vue.js +0 -65
- package/dist/components/ScalarSearchInput/ScalarSearchInput.vue2.js +0 -4
- package/dist/components/ScalarSearchResults/ScalarSearchResultItem.vue.js +0 -61
- package/dist/components/ScalarSearchResults/ScalarSearchResultItem.vue2.js +0 -4
- package/dist/components/ScalarSearchResults/ScalarSearchResultList.vue.js +0 -26
- package/dist/components/ScalarSearchResults/ScalarSearchResultList.vue2.js +0 -4
- package/dist/components/ScalarSidebar/ScalarSidebar.vue.js +0 -18
- package/dist/components/ScalarSidebar/ScalarSidebar.vue2.js +0 -4
- package/dist/components/ScalarSidebar/ScalarSidebarButton.vue.js +0 -81
- package/dist/components/ScalarSidebar/ScalarSidebarButton.vue2.js +0 -4
- package/dist/components/ScalarSidebar/ScalarSidebarFooter.vue.js +0 -31
- package/dist/components/ScalarSidebar/ScalarSidebarFooter.vue2.js +0 -4
- package/dist/components/ScalarSidebar/ScalarSidebarGroup.vue.js +0 -120
- package/dist/components/ScalarSidebar/ScalarSidebarGroup.vue2.js +0 -4
- package/dist/components/ScalarSidebar/ScalarSidebarGroupToggle.vue.js +0 -46
- package/dist/components/ScalarSidebar/ScalarSidebarGroupToggle.vue2.js +0 -4
- package/dist/components/ScalarSidebar/ScalarSidebarIndent.vue.js +0 -7
- package/dist/components/ScalarSidebar/ScalarSidebarIndent.vue2.js +0 -38
- package/dist/components/ScalarSidebar/ScalarSidebarItem.vue.js +0 -54
- package/dist/components/ScalarSidebar/ScalarSidebarItem.vue2.js +0 -4
- package/dist/components/ScalarSidebar/ScalarSidebarItems.vue.js +0 -28
- package/dist/components/ScalarSidebar/ScalarSidebarItems.vue3.js +0 -5
- package/dist/components/ScalarSidebar/ScalarSidebarNestedItems.vue.js +0 -126
- package/dist/components/ScalarSidebar/ScalarSidebarNestedItems.vue2.js +0 -4
- package/dist/components/ScalarSidebar/ScalarSidebarSearchButton.vue.js +0 -39
- package/dist/components/ScalarSidebar/ScalarSidebarSearchButton.vue2.js +0 -4
- package/dist/components/ScalarSidebar/ScalarSidebarSearchInput.vue.js +0 -66
- package/dist/components/ScalarSidebar/ScalarSidebarSearchInput.vue2.js +0 -4
- package/dist/components/ScalarSidebar/ScalarSidebarSection.vue.js +0 -52
- package/dist/components/ScalarSidebar/ScalarSidebarSection.vue3.js +0 -5
- package/dist/components/ScalarSidebar/ScalarSidebarSpacer.vue.js +0 -20
- package/dist/components/ScalarSidebar/ScalarSidebarSpacer.vue2.js +0 -4
- package/dist/components/ScalarSidebar/findScrollContainer.js +0 -22
- package/dist/components/ScalarSidebar/useSidebarGroups.js +0 -9
- package/dist/components/ScalarSidebar/useSidebarNestedItems.js +0 -17
- package/dist/components/ScalarTeleport/ScalarTeleport.vue.js +0 -30
- package/dist/components/ScalarTeleport/ScalarTeleport.vue2.js +0 -4
- package/dist/components/ScalarTeleport/ScalarTeleportRoot.vue.js +0 -23
- package/dist/components/ScalarTeleport/ScalarTeleportRoot.vue2.js +0 -4
- package/dist/components/ScalarTeleport/useTeleport.js +0 -11
- package/dist/components/ScalarTextArea/ScalarTextArea.vue.js +0 -46
- package/dist/components/ScalarTextArea/ScalarTextArea.vue2.js +0 -4
- package/dist/components/ScalarTextInput/ScalarTextInput.vue.js +0 -76
- package/dist/components/ScalarTextInput/ScalarTextInput.vue2.js +0 -4
- package/dist/components/ScalarTextInput/ScalarTextInputCopy.vue.js +0 -68
- package/dist/components/ScalarTextInput/ScalarTextInputCopy.vue2.js +0 -4
- package/dist/components/ScalarThemeSwatches/ScalarThemeSwatches.vue.js +0 -35
- package/dist/components/ScalarThemeSwatches/ScalarThemeSwatches.vue2.js +0 -4
- package/dist/components/ScalarThemeSwatches/useThemeSwatches.js +0 -33
- package/dist/components/ScalarToggle/ScalarToggle.vue.js +0 -45
- package/dist/components/ScalarToggle/ScalarToggle.vue2.js +0 -4
- package/dist/components/ScalarToggle/ScalarToggleGroup.vue.js +0 -35
- package/dist/components/ScalarToggle/ScalarToggleGroup.vue2.js +0 -4
- package/dist/components/ScalarToggle/ScalarToggleInput.vue.js +0 -36
- package/dist/components/ScalarToggle/ScalarToggleInput.vue2.js +0 -4
- package/dist/components/ScalarTooltip/ScalarHotkeyTooltip.vue.js +0 -59
- package/dist/components/ScalarTooltip/ScalarHotkeyTooltip.vue2.js +0 -4
- package/dist/components/ScalarTooltip/ScalarTooltip.vue.js +0 -34
- package/dist/components/ScalarTooltip/ScalarTooltip.vue3.js +0 -5
- package/dist/components/ScalarTooltip/constants.js +0 -7
- package/dist/components/ScalarTooltip/useTooltip.js +0 -79
- package/dist/components/ScalarVirtualText/ScalarVirtualText.vue.js +0 -61
- package/dist/components/ScalarVirtualText/ScalarVirtualText.vue2.js +0 -4
- package/dist/components/ScalarWrappingText/ScalarWrappingText.vue.js +0 -25
- package/dist/components/ScalarWrappingText/ScalarWrappingText.vue2.js +0 -4
- package/dist/components/ScalarWrappingText/constants.js +0 -12
- package/dist/helpers/add-scalar-classes.js +0 -16
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { createElementBlock as o, openBlock as r, createElementVNode as n } from "vue";
|
|
2
|
-
const t = {
|
|
3
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
-
fill: "none",
|
|
5
|
-
viewBox: "0 0 24 24"
|
|
6
|
-
};
|
|
7
|
-
function l(c, e) {
|
|
8
|
-
return r(), o("svg", t, [...e[0] || (e[0] = [
|
|
9
|
-
n("path", {
|
|
10
|
-
stroke: "currentColor",
|
|
11
|
-
"stroke-linecap": "round",
|
|
12
|
-
"stroke-linejoin": "round",
|
|
13
|
-
d: "M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2m-6 4h10a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H10a2 2 0 0 1-2-2V10a2 2 0 0 1 2-2"
|
|
14
|
-
}, null, -1)
|
|
15
|
-
])]);
|
|
16
|
-
}
|
|
17
|
-
const s = { render: l };
|
|
18
|
-
export {
|
|
19
|
-
s as default,
|
|
20
|
-
l as render
|
|
21
|
-
};
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { createElementBlock as o, openBlock as n, createElementVNode as r } from "vue";
|
|
2
|
-
const t = {
|
|
3
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
-
fill: "none",
|
|
5
|
-
viewBox: "0 0 24 24"
|
|
6
|
-
};
|
|
7
|
-
function l(s, e) {
|
|
8
|
-
return n(), o("svg", t, [...e[0] || (e[0] = [
|
|
9
|
-
r("path", {
|
|
10
|
-
stroke: "currentColor",
|
|
11
|
-
"stroke-linecap": "round",
|
|
12
|
-
"stroke-linejoin": "round",
|
|
13
|
-
d: "M18 6 6 18M6 6l12 12"
|
|
14
|
-
}, null, -1)
|
|
15
|
-
])]);
|
|
16
|
-
}
|
|
17
|
-
const d = { render: l };
|
|
18
|
-
export {
|
|
19
|
-
d as default,
|
|
20
|
-
l as render
|
|
21
|
-
};
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { createElementBlock as o, openBlock as n, createElementVNode as r } from "vue";
|
|
2
|
-
const t = {
|
|
3
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
-
fill: "none",
|
|
5
|
-
viewBox: "0 0 24 24"
|
|
6
|
-
};
|
|
7
|
-
function l(s, e) {
|
|
8
|
-
return n(), o("svg", t, [...e[0] || (e[0] = [
|
|
9
|
-
r("path", {
|
|
10
|
-
stroke: "currentColor",
|
|
11
|
-
"stroke-linecap": "round",
|
|
12
|
-
"stroke-linejoin": "round",
|
|
13
|
-
d: "m9.273 9.273 5.454 5.454m0-5.454-5.454 5.454M5.57 3h12.86A2.57 2.57 0 0 1 21 5.571V18.43A2.57 2.57 0 0 1 18.429 21H5.57A2.57 2.57 0 0 1 3 18.429V5.57A2.57 2.57 0 0 1 5.571 3Z"
|
|
14
|
-
}, null, -1)
|
|
15
|
-
])]);
|
|
16
|
-
}
|
|
17
|
-
const d = { render: l };
|
|
18
|
-
export {
|
|
19
|
-
d as default,
|
|
20
|
-
l as render
|
|
21
|
-
};
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { createElementBlock as o, openBlock as n, createElementVNode as r } from "vue";
|
|
2
|
-
const t = {
|
|
3
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
-
fill: "none",
|
|
5
|
-
viewBox: "0 0 24 24"
|
|
6
|
-
};
|
|
7
|
-
function l(s, e) {
|
|
8
|
-
return n(), o("svg", t, [...e[0] || (e[0] = [
|
|
9
|
-
r("path", {
|
|
10
|
-
stroke: "currentColor",
|
|
11
|
-
"stroke-linecap": "round",
|
|
12
|
-
"stroke-linejoin": "round",
|
|
13
|
-
d: "M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2m-3.121 8.879 4.242 4.242m0-4.242L12.88 17.12M10 8h10a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H10a2 2 0 0 1-2-2V10a2 2 0 0 1 2-2"
|
|
14
|
-
}, null, -1)
|
|
15
|
-
])]);
|
|
16
|
-
}
|
|
17
|
-
const a = { render: l };
|
|
18
|
-
export {
|
|
19
|
-
a as default,
|
|
20
|
-
l as render
|
|
21
|
-
};
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { createElementBlock as o, openBlock as n, createElementVNode as r } from "vue";
|
|
2
|
-
const t = {
|
|
3
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
-
fill: "none",
|
|
5
|
-
stroke: "currentColor",
|
|
6
|
-
"stroke-linecap": "round",
|
|
7
|
-
"stroke-linejoin": "round",
|
|
8
|
-
viewBox: "0 0 24 24"
|
|
9
|
-
};
|
|
10
|
-
function l(s, e) {
|
|
11
|
-
return n(), o("svg", t, [...e[0] || (e[0] = [
|
|
12
|
-
r("path", { d: "M18.375 19.5a4.875 4.875 0 1 0-2.764-8.885A7.5 7.5 0 1 0 8.25 19.5z" }, null, -1)
|
|
13
|
-
])]);
|
|
14
|
-
}
|
|
15
|
-
const c = { render: l };
|
|
16
|
-
export {
|
|
17
|
-
c as default,
|
|
18
|
-
l as render
|
|
19
|
-
};
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { createElementBlock as n, openBlock as r, createElementVNode as o } from "vue";
|
|
2
|
-
const t = {
|
|
3
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
-
viewBox: "0 0 24 24"
|
|
5
|
-
};
|
|
6
|
-
function l(d, e) {
|
|
7
|
-
return r(), n("svg", t, [...e[0] || (e[0] = [
|
|
8
|
-
o("path", {
|
|
9
|
-
fill: "none",
|
|
10
|
-
stroke: "currentColor",
|
|
11
|
-
"stroke-linecap": "round",
|
|
12
|
-
"stroke-linejoin": "round",
|
|
13
|
-
d: "M21.75 9V6a1.5 1.5 0 0 0-1.5-1.5h-12V3a1.5 1.5 0 0 0-1.5-1.5h-4.5A1.5 1.5 0 0 0 .75 3v17.8a1.7 1.7 0 0 0 3.336.438l2.352-11.154A1.5 1.5 0 0 1 7.879 9za1.5 1.5 0 0 1 1.45 1.886l-2.2 10.5a1.5 1.5 0 0 1-1.45 1.114H2.447"
|
|
14
|
-
}, null, -1),
|
|
15
|
-
o("path", {
|
|
16
|
-
fill: "none",
|
|
17
|
-
stroke: "currentColor",
|
|
18
|
-
"stroke-linecap": "round",
|
|
19
|
-
"stroke-linejoin": "round",
|
|
20
|
-
d: "m12 13.5-2.25 2.25L12 18m4.5-4.5 2.25 2.25L16.5 18"
|
|
21
|
-
}, null, -1)
|
|
22
|
-
])]);
|
|
23
|
-
}
|
|
24
|
-
const a = { render: l };
|
|
25
|
-
export {
|
|
26
|
-
a as default,
|
|
27
|
-
l as render
|
|
28
|
-
};
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { createElementBlock as o, openBlock as n, createElementVNode as e } from "vue";
|
|
2
|
-
const t = {
|
|
3
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
-
fill: "none",
|
|
5
|
-
stroke: "currentColor",
|
|
6
|
-
"stroke-linecap": "round",
|
|
7
|
-
"stroke-linejoin": "round",
|
|
8
|
-
viewBox: "0 0 24 24"
|
|
9
|
-
};
|
|
10
|
-
function r(a, l) {
|
|
11
|
-
return n(), o("svg", t, [...l[0] || (l[0] = [
|
|
12
|
-
e("path", { d: "M10.546 2.438a1.957 1.957 0 0 0 2.908 0L14.4 1.4a1.959 1.959 0 0 1 3.41 1.413l-.071 1.4a1.96 1.96 0 0 0 2.051 2.054l1.4-.071a1.959 1.959 0 0 1 1.41 3.41l-1.042.94a1.96 1.96 0 0 0 0 2.909l1.042.94a1.959 1.959 0 0 1-1.413 3.41l-1.4-.071a1.96 1.96 0 0 0-2.056 2.056l.071 1.4A1.959 1.959 0 0 1 14.4 22.6l-.941-1.041a1.96 1.96 0 0 0-2.908 0L9.606 22.6A1.959 1.959 0 0 1 6.2 21.192l.072-1.4a1.96 1.96 0 0 0-2.056-2.056l-1.4.071A1.958 1.958 0 0 1 1.4 14.4l1.041-.94a1.96 1.96 0 0 0 0-2.909L1.4 9.606A1.958 1.958 0 0 1 2.809 6.2l1.4.071a1.96 1.96 0 0 0 2.058-2.06L6.2 2.81A1.959 1.959 0 0 1 9.606 1.4z" }, null, -1),
|
|
13
|
-
e("path", { d: "M7.5 12.001a4.5 4.5 0 1 0 9 0 4.5 4.5 0 1 0-9 0" }, null, -1)
|
|
14
|
-
])]);
|
|
15
|
-
}
|
|
16
|
-
const d = { render: r };
|
|
17
|
-
export {
|
|
18
|
-
d as default,
|
|
19
|
-
r as render
|
|
20
|
-
};
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { createElementBlock as o, openBlock as n, createElementVNode as t } from "vue";
|
|
2
|
-
const r = {
|
|
3
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
-
fill: "none",
|
|
5
|
-
viewBox: "0 0 24 24"
|
|
6
|
-
};
|
|
7
|
-
function l(c, e) {
|
|
8
|
-
return n(), o("svg", r, [...e[0] || (e[0] = [
|
|
9
|
-
t("path", {
|
|
10
|
-
stroke: "currentColor",
|
|
11
|
-
"stroke-linecap": "round",
|
|
12
|
-
"stroke-linejoin": "round",
|
|
13
|
-
d: "M20.86 16.6c0 .32-.16.64-.47.72l-6.3 2.83a.93.93 0 0 1-.8-.08c-.23-.16-.38-.4-.38-.63V4.56c0-.24.15-.55.39-.63.24-.16.47-.16.79-.08l6.3 2.83c.31.16.47.4.47.71v9.22zM10.7 19.52a.77.77 0 0 1-.7-.08.72.72 0 0 1-.32-.63V5.35c0-.24.15-.56.4-.63.23-.16.46-.16.78-.08M7.43 18.73a.77.77 0 0 1-.7-.08.72.72 0 0 1-.32-.63V6.05c0-.23.16-.55.4-.63.23-.15.47-.15.78-.07m-3.43 12.6a.77.77 0 0 1-.7-.08.72.72 0 0 1-.32-.63V6.84c0-.23.16-.55.4-.63.23-.16.47-.16.78-.08"
|
|
14
|
-
}, null, -1)
|
|
15
|
-
])]);
|
|
16
|
-
}
|
|
17
|
-
const a = { render: l };
|
|
18
|
-
export {
|
|
19
|
-
a as default,
|
|
20
|
-
l as render
|
|
21
|
-
};
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import { createElementBlock as r, openBlock as n, createElementVNode as o } from "vue";
|
|
2
|
-
const t = {
|
|
3
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
-
fill: "none",
|
|
5
|
-
viewBox: "0 0 24 24"
|
|
6
|
-
};
|
|
7
|
-
function l(c, e) {
|
|
8
|
-
return n(), r("svg", t, [...e[0] || (e[0] = [
|
|
9
|
-
o("path", {
|
|
10
|
-
stroke: "currentColor",
|
|
11
|
-
"stroke-linecap": "round",
|
|
12
|
-
"stroke-linejoin": "round",
|
|
13
|
-
d: "M15.739 8.061c-2.02.404-4.041-1.01-4.445-3.03-.202-1.01 0-2.223.606-3.031C6.445 2 2 6.445 2 11.9s4.445 9.9 9.9 9.9 9.9-4.445 9.9-9.9v-.808c-1.616 1.212-4.04.808-5.253-.808-.606-.606-.808-1.415-.808-2.223"
|
|
14
|
-
}, null, -1),
|
|
15
|
-
o("path", {
|
|
16
|
-
fill: "currentColor",
|
|
17
|
-
d: "M8.667 15.133a1.212 1.212 0 1 0 0-2.425 1.212 1.212 0 0 0 0 2.425m4.243 1.212a1.212 1.212 0 1 0 0-2.424 1.212 1.212 0 0 0 0 2.424M9.88 9.88a1.212 1.212 0 1 0 0-2.425 1.212 1.212 0 0 0 0 2.425"
|
|
18
|
-
}, null, -1)
|
|
19
|
-
])]);
|
|
20
|
-
}
|
|
21
|
-
const i = { render: l };
|
|
22
|
-
export {
|
|
23
|
-
i as default,
|
|
24
|
-
l as render
|
|
25
|
-
};
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { createElementBlock as o, openBlock as r, createElementVNode as n } from "vue";
|
|
2
|
-
const t = {
|
|
3
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
-
fill: "none",
|
|
5
|
-
stroke: "currentColor",
|
|
6
|
-
"stroke-linecap": "round",
|
|
7
|
-
"stroke-linejoin": "round",
|
|
8
|
-
viewBox: "0 0 24 24"
|
|
9
|
-
};
|
|
10
|
-
function l(s, e) {
|
|
11
|
-
return r(), o("svg", t, [...e[0] || (e[0] = [
|
|
12
|
-
n("path", { d: "M17.673 16.462C10.59 16.46 5.52 9.612 7.59 2.837.22 6.233-.71 16.333 5.917 21.016c5.864 4.144 14.064 1.34 16.163-5.526-1.38.64-2.884.972-4.407.972M11.996 3.484h4.866m-2.433-2.433v4.867m4.867 2.433h3.244m-1.622-1.622v3.244" }, null, -1)
|
|
13
|
-
])]);
|
|
14
|
-
}
|
|
15
|
-
const d = { render: l };
|
|
16
|
-
export {
|
|
17
|
-
d as default,
|
|
18
|
-
l as render
|
|
19
|
-
};
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { createElementBlock as o, openBlock as t, createElementVNode as n } from "vue";
|
|
2
|
-
const r = {
|
|
3
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
-
fill: "none",
|
|
5
|
-
viewBox: "0 0 24 24"
|
|
6
|
-
};
|
|
7
|
-
function l(c, e) {
|
|
8
|
-
return t(), o("svg", r, [...e[0] || (e[0] = [
|
|
9
|
-
n("path", {
|
|
10
|
-
stroke: "currentColor",
|
|
11
|
-
"stroke-linecap": "round",
|
|
12
|
-
"stroke-linejoin": "round",
|
|
13
|
-
d: "M3 6h18m-2 0v14c0 1-1 2-2 2H7c-1 0-2-1-2-2V6m3 0V4c0-1 1-2 2-2h4c1 0 2 1 2 2v2m-6 5v6m4-6v6"
|
|
14
|
-
}, null, -1)
|
|
15
|
-
])]);
|
|
16
|
-
}
|
|
17
|
-
const m = { render: l };
|
|
18
|
-
export {
|
|
19
|
-
m as default,
|
|
20
|
-
l as render
|
|
21
|
-
};
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { createElementBlock as n, openBlock as r, createElementVNode as o } from "vue";
|
|
2
|
-
const t = {
|
|
3
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
-
fill: "none",
|
|
5
|
-
stroke: "currentColor",
|
|
6
|
-
"stroke-linecap": "round",
|
|
7
|
-
"stroke-linejoin": "round",
|
|
8
|
-
viewBox: "0 0 24 24"
|
|
9
|
-
};
|
|
10
|
-
function c(l, e) {
|
|
11
|
-
return r(), n("svg", t, [...e[0] || (e[0] = [
|
|
12
|
-
o("path", { d: "M10.145 5.108a.584.584 0 0 1-.657-.37l-.24-.705a.51.51 0 0 0-.496-.35c-1.835.065-3.434.577-4.13.834a1.2 1.2 0 0 0-.6.474c-.75 1.142-3.085 5.242-3.02 11.944.003.4.169.78.485 1.025.716.556 2.259 1.576 4.702 2.314.358.108.75.004.962-.304.316-.462.597-1.04.796-1.494a.56.56 0 0 1 .669-.31c.87.248 1.993.439 3.39.439 1.393 0 2.512-.19 3.379-.437a.56.56 0 0 1 .669.31c.199.454.48 1.03.795 1.492.211.308.604.412.962.304 2.443-.738 3.986-1.758 4.703-2.314.315-.245.48-.626.485-1.025.063-6.652-2.236-10.74-3.003-11.917a1.25 1.25 0 0 0-.654-.5c-.75-.256-2.428-.763-4.094-.833a.505.505 0 0 0-.496.348l-.239.703a.586.586 0 0 1-.66.37 10.5 10.5 0 0 0-1.846-.15c-.827 0-1.461.08-1.862.152" }, null, -1),
|
|
13
|
-
o("path", { d: "M10 12.553c0 1.38-1.008 2.5-2.25 2.5-1.243 0-2.25-1.12-2.25-2.5 0-1.381 1.007-2.5 2.25-2.5 1.242 0 2.25 1.119 2.25 2.5m4 0c0 1.38 1.007 2.5 2.25 2.5 1.242 0 2.25-1.12 2.25-2.5 0-1.381-1.008-2.5-2.25-2.5-1.243 0-2.25 1.119-2.25 2.5" }, null, -1)
|
|
14
|
-
])]);
|
|
15
|
-
}
|
|
16
|
-
const s = { render: c };
|
|
17
|
-
export {
|
|
18
|
-
s as default,
|
|
19
|
-
c as render
|
|
20
|
-
};
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { createElementBlock as n, openBlock as r, createElementVNode as o } from "vue";
|
|
2
|
-
const t = {
|
|
3
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
-
viewBox: "0 0 24 24"
|
|
5
|
-
};
|
|
6
|
-
function l(c, e) {
|
|
7
|
-
return r(), n("svg", t, [...e[0] || (e[0] = [
|
|
8
|
-
o("path", {
|
|
9
|
-
fill: "none",
|
|
10
|
-
stroke: "currentColor",
|
|
11
|
-
"stroke-linecap": "round",
|
|
12
|
-
"stroke-linejoin": "round",
|
|
13
|
-
d: "M5.4 22.2h13c1.1 0 2-.9 2-2V3.6c0-1.1-.9-2-2-2h-9l-6 6v12.6c0 1.1.9 2 2 2"
|
|
14
|
-
}, null, -1),
|
|
15
|
-
o("path", {
|
|
16
|
-
fill: "none",
|
|
17
|
-
stroke: "currentColor",
|
|
18
|
-
"stroke-linecap": "round",
|
|
19
|
-
"stroke-linejoin": "round",
|
|
20
|
-
d: "M3.6 7.6h4c1.1 0 2-.9 2-2v-4zm9.4 0h4m-10 5h10M7 17.4h10"
|
|
21
|
-
}, null, -1)
|
|
22
|
-
])]);
|
|
23
|
-
}
|
|
24
|
-
const i = { render: l };
|
|
25
|
-
export {
|
|
26
|
-
i as default,
|
|
27
|
-
l as render
|
|
28
|
-
};
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { createElementBlock as o, openBlock as n, createElementVNode as r } from "vue";
|
|
2
|
-
const t = {
|
|
3
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
-
fill: "none",
|
|
5
|
-
stroke: "currentColor",
|
|
6
|
-
"stroke-linecap": "round",
|
|
7
|
-
"stroke-linejoin": "round",
|
|
8
|
-
viewBox: "0 0 24 24"
|
|
9
|
-
};
|
|
10
|
-
function l(s, e) {
|
|
11
|
-
return n(), o("svg", t, [...e[0] || (e[0] = [
|
|
12
|
-
r("path", { d: "M12.001 3.75v12m-4.5-4.5 4.5 4.5 4.5-4.5m6.75 4.5v1.5a3 3 0 0 1-3 3h-16.5a3 3 0 0 1-3-3v-1.5" }, null, -1)
|
|
13
|
-
])]);
|
|
14
|
-
}
|
|
15
|
-
const a = { render: l };
|
|
16
|
-
export {
|
|
17
|
-
a as default,
|
|
18
|
-
l as render
|
|
19
|
-
};
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import { createElementBlock as r, openBlock as n, createElementVNode as o } from "vue";
|
|
2
|
-
const t = {
|
|
3
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
-
fill: "none",
|
|
5
|
-
viewBox: "0 0 24 24"
|
|
6
|
-
};
|
|
7
|
-
function l(s, e) {
|
|
8
|
-
return n(), r("svg", t, [...e[0] || (e[0] = [
|
|
9
|
-
o("path", {
|
|
10
|
-
stroke: "currentColor",
|
|
11
|
-
"stroke-linecap": "round",
|
|
12
|
-
"stroke-linejoin": "round",
|
|
13
|
-
d: "M7.42 16.58H3.25a.83.83 0 0 1-.83-.83V3.25a.83.83 0 0 1 .83-.83h12.5a.83.83 0 0 1 .83.83v4.17"
|
|
14
|
-
}, null, -1),
|
|
15
|
-
o("path", {
|
|
16
|
-
stroke: "currentColor",
|
|
17
|
-
"stroke-linecap": "round",
|
|
18
|
-
"stroke-linejoin": "round",
|
|
19
|
-
d: "M8.25 7.42h12.5s.83 0 .83.83v12.5s0 .83-.83.83H8.25s-.83 0-.83-.83V8.25s0-.83.83-.83"
|
|
20
|
-
}, null, -1)
|
|
21
|
-
])]);
|
|
22
|
-
}
|
|
23
|
-
const u = { render: l };
|
|
24
|
-
export {
|
|
25
|
-
u as default,
|
|
26
|
-
l as render
|
|
27
|
-
};
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { createElementBlock as o, openBlock as t, createElementVNode as n } from "vue";
|
|
2
|
-
const r = {
|
|
3
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
-
fill: "none",
|
|
5
|
-
viewBox: "0 0 24 24"
|
|
6
|
-
};
|
|
7
|
-
function l(s, e) {
|
|
8
|
-
return t(), o("svg", r, [...e[0] || (e[0] = [
|
|
9
|
-
n("path", {
|
|
10
|
-
stroke: "currentColor",
|
|
11
|
-
"stroke-linecap": "round",
|
|
12
|
-
"stroke-linejoin": "round",
|
|
13
|
-
d: "M14 3H5.571A2.57 2.57 0 0 0 3 5.571V18.43A2.57 2.57 0 0 0 5.571 21H18.43A2.57 2.57 0 0 0 21 18.429V10m.96-5.35a1.845 1.845 0 0 0-2.61-2.61l-6.644 6.647a1.3 1.3 0 0 0-.328.543l-.864 2.849a.327.327 0 0 0 .408.407l2.849-.864c.205-.062.391-.174.543-.325l6.645-6.647Z"
|
|
14
|
-
}, null, -1)
|
|
15
|
-
])]);
|
|
16
|
-
}
|
|
17
|
-
const d = { render: l };
|
|
18
|
-
export {
|
|
19
|
-
d as default,
|
|
20
|
-
l as render
|
|
21
|
-
};
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { createElementBlock as o, openBlock as n, createElementVNode as r } from "vue";
|
|
2
|
-
const t = {
|
|
3
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
-
fill: "none",
|
|
5
|
-
stroke: "currentColor",
|
|
6
|
-
"stroke-linecap": "round",
|
|
7
|
-
"stroke-linejoin": "round",
|
|
8
|
-
viewBox: "0 0 24 24"
|
|
9
|
-
};
|
|
10
|
-
function l(s, e) {
|
|
11
|
-
return n(), o("svg", t, [...e[0] || (e[0] = [
|
|
12
|
-
r("path", { d: "M6 11c-.5 0-1 .4-1 1s.5 1 1 1 1-.4 1-1-.5-1-1-1m12 0c-.6 0-1 .4-1 1s.4 1 1 1 1-.4 1-1-.4-1-1-1m-6 0c-.6 0-1 .4-1 1s.4 1 1 1 1-.4 1-1-.4-1-1-1" }, null, -1)
|
|
13
|
-
])]);
|
|
14
|
-
}
|
|
15
|
-
const i = { render: l };
|
|
16
|
-
export {
|
|
17
|
-
i as default,
|
|
18
|
-
l as render
|
|
19
|
-
};
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { createElementBlock as n, openBlock as t, createElementVNode as o } from "vue";
|
|
2
|
-
const r = {
|
|
3
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
-
fill: "none",
|
|
5
|
-
stroke: "currentColor",
|
|
6
|
-
"stroke-linecap": "round",
|
|
7
|
-
"stroke-linejoin": "round",
|
|
8
|
-
viewBox: "0 0 24 24"
|
|
9
|
-
};
|
|
10
|
-
function l(s, e) {
|
|
11
|
-
return t(), n("svg", r, [...e[0] || (e[0] = [
|
|
12
|
-
o("path", { d: "M2.25 4.5h19.5s1.5 0 1.5 1.5v12s0 1.5-1.5 1.5H2.25s-1.5 0-1.5-1.5V6s0-1.5 1.5-1.5m13.437 5.475L19.5 13.5M8.313 9.975 4.5 13.5" }, null, -1),
|
|
13
|
-
o("path", { d: "m22.88 5.014-9.513 6.56a2.41 2.41 0 0 1-2.734 0L1.12 5.014" }, null, -1)
|
|
14
|
-
])]);
|
|
15
|
-
}
|
|
16
|
-
const i = { render: l };
|
|
17
|
-
export {
|
|
18
|
-
i as default,
|
|
19
|
-
l as render
|
|
20
|
-
};
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { createElementBlock as r, openBlock as n, createElementVNode as o } from "vue";
|
|
2
|
-
const t = {
|
|
3
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
-
fill: "none",
|
|
5
|
-
stroke: "currentColor",
|
|
6
|
-
"stroke-linecap": "round",
|
|
7
|
-
"stroke-linejoin": "round",
|
|
8
|
-
viewBox: "0 0 24 24"
|
|
9
|
-
};
|
|
10
|
-
function l(s, e) {
|
|
11
|
-
return n(), r("svg", t, [...e[0] || (e[0] = [
|
|
12
|
-
o("path", { d: "M12 17.6c-.2 0-.4-.2-.4-.4s.2-.4.4-.4m0 .8c.2 0 .4-.2.4-.4s-.2-.4-.4-.4m0-3V5.6" }, null, -1),
|
|
13
|
-
o("path", { d: "M12 22c5.5 0 10-4.5 10-10S17.5 2 12 2 2 6.5 2 12s4.5 10 10 10" }, null, -1)
|
|
14
|
-
])]);
|
|
15
|
-
}
|
|
16
|
-
const d = { render: l };
|
|
17
|
-
export {
|
|
18
|
-
d as default,
|
|
19
|
-
l as render
|
|
20
|
-
};
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { createElementBlock as o, openBlock as l, createElementVNode as n } from "vue";
|
|
2
|
-
const r = {
|
|
3
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
-
fill: "none",
|
|
5
|
-
viewBox: "0 0 24 24"
|
|
6
|
-
};
|
|
7
|
-
function t(a, e) {
|
|
8
|
-
return l(), o("svg", r, [...e[0] || (e[0] = [
|
|
9
|
-
n("path", {
|
|
10
|
-
stroke: "currentColor",
|
|
11
|
-
"stroke-linecap": "round",
|
|
12
|
-
"stroke-linejoin": "round",
|
|
13
|
-
d: "m18.59 15.3 2.9-2.91a1.32 1.32 0 0 0 0-1.87l-1.85-1.85a3.3 3.3 0 1 1-4.31-4.31L13.48 2.5a1.32 1.32 0 0 0-1.87 0l-2.9 2.91a3.3 3.3 0 1 0-3.3 3.3l-2.9 2.9a1.32 1.32 0 0 0 0 1.87l1.85 1.85a3.3 3.3 0 1 1 4.31 4.31l1.85 1.85a1.32 1.32 0 0 0 1.87 0l2.9-2.9a3.3 3.3 0 1 0 3.3-3.3Z"
|
|
14
|
-
}, null, -1)
|
|
15
|
-
])]);
|
|
16
|
-
}
|
|
17
|
-
const c = { render: t };
|
|
18
|
-
export {
|
|
19
|
-
c as default,
|
|
20
|
-
t as render
|
|
21
|
-
};
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { createElementBlock as n, openBlock as o, createElementVNode as r } from "vue";
|
|
2
|
-
const t = {
|
|
3
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
-
fill: "none",
|
|
5
|
-
viewBox: "0 0 24 24"
|
|
6
|
-
};
|
|
7
|
-
function l(s, e) {
|
|
8
|
-
return o(), n("svg", t, [...e[0] || (e[0] = [
|
|
9
|
-
r("path", {
|
|
10
|
-
stroke: "currentColor",
|
|
11
|
-
"stroke-linecap": "round",
|
|
12
|
-
"stroke-linejoin": "round",
|
|
13
|
-
d: "M6.4 4H20v13.59M4 20 20 4"
|
|
14
|
-
}, null, -1)
|
|
15
|
-
])]);
|
|
16
|
-
}
|
|
17
|
-
const c = { render: l };
|
|
18
|
-
export {
|
|
19
|
-
c as default,
|
|
20
|
-
l as render
|
|
21
|
-
};
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { createElementBlock as o, openBlock as t, createElementVNode as r } from "vue";
|
|
2
|
-
const n = {
|
|
3
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
-
fill: "none",
|
|
5
|
-
viewBox: "0 0 24 24"
|
|
6
|
-
};
|
|
7
|
-
function l(s, e) {
|
|
8
|
-
return t(), o("svg", n, [...e[0] || (e[0] = [
|
|
9
|
-
r("path", {
|
|
10
|
-
stroke: "currentColor",
|
|
11
|
-
"stroke-linecap": "round",
|
|
12
|
-
"stroke-linejoin": "round",
|
|
13
|
-
d: "M4 6h16M7.556 12h8.888m-6.222 6h3.556"
|
|
14
|
-
}, null, -1)
|
|
15
|
-
])]);
|
|
16
|
-
}
|
|
17
|
-
const c = { render: l };
|
|
18
|
-
export {
|
|
19
|
-
c as default,
|
|
20
|
-
l as render
|
|
21
|
-
};
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { createElementBlock as o, openBlock as r, createElementVNode as n } from "vue";
|
|
2
|
-
const t = {
|
|
3
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
-
fill: "none",
|
|
5
|
-
viewBox: "0 0 24 24"
|
|
6
|
-
};
|
|
7
|
-
function l(a, e) {
|
|
8
|
-
return r(), o("svg", t, [...e[0] || (e[0] = [
|
|
9
|
-
n("path", {
|
|
10
|
-
stroke: "currentColor",
|
|
11
|
-
"stroke-linecap": "round",
|
|
12
|
-
"stroke-linejoin": "round",
|
|
13
|
-
d: "M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2z"
|
|
14
|
-
}, null, -1)
|
|
15
|
-
])]);
|
|
16
|
-
}
|
|
17
|
-
const d = { render: l };
|
|
18
|
-
export {
|
|
19
|
-
d as default,
|
|
20
|
-
l as render
|
|
21
|
-
};
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { createElementBlock as t, openBlock as o, createElementVNode as r } from "vue";
|
|
2
|
-
const l = {
|
|
3
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
-
fill: "currentColor",
|
|
5
|
-
viewBox: "0 0 1024 1024"
|
|
6
|
-
};
|
|
7
|
-
function n(c, e) {
|
|
8
|
-
return o(), t("svg", l, [...e[0] || (e[0] = [
|
|
9
|
-
r("path", { d: "M512 0a512 512 0 0 0-162 998c26 4 35-11 35-25l-1-95c-128 23-161-32-172-60-6-15-31-61-52-73-18-10-44-33-1-33 40-1 69 37 78 52 46 78 120 56 149 43 5-33 18-56 33-69-114-13-234-56-234-253 0-56 20-101 53-137-5-13-23-65 5-136 0 0 43-13 141 53a487 487 0 0 1 256 0c98-66 141-53 141-53 28 71 10 123 5 136 33 36 53 81 53 137 0 197-120 240-234 253 18 16 35 47 35 95l-1 140c0 14 9 30 35 25A512 512 0 0 0 512 0" }, null, -1)
|
|
10
|
-
])]);
|
|
11
|
-
}
|
|
12
|
-
const a = { render: n };
|
|
13
|
-
export {
|
|
14
|
-
a as default,
|
|
15
|
-
n as render
|
|
16
|
-
};
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { createElementBlock as o, openBlock as n, createElementVNode as t } from "vue";
|
|
2
|
-
const r = {
|
|
3
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
-
fill: "none",
|
|
5
|
-
stroke: "currentColor",
|
|
6
|
-
"stroke-linecap": "round",
|
|
7
|
-
"stroke-linejoin": "round",
|
|
8
|
-
viewBox: "0 0 24 24"
|
|
9
|
-
};
|
|
10
|
-
function l(c, e) {
|
|
11
|
-
return n(), o("svg", r, [...e[0] || (e[0] = [
|
|
12
|
-
t("path", { d: "M16.643 22.94v-3.135a3.68 3.68 0 0 0-1.026-2.852c3.43-.382 7.036-1.682 7.036-7.648a5.94 5.94 0 0 0-1.64-4.097 5.54 5.54 0 0 0-.097-4.12s-1.29-.382-4.272 1.618a14.6 14.6 0 0 0-7.649 0c-2.982-2-4.272-1.617-4.272-1.617a5.54 5.54 0 0 0-.098 4.119 5.94 5.94 0 0 0-1.639 4.13c0 5.922 3.606 7.222 7.036 7.648a3.68 3.68 0 0 0-1.027 2.819v3.136m0-2.186c-3.277 1.064-6.009 0-7.648-3.278" }, null, -1)
|
|
13
|
-
])]);
|
|
14
|
-
}
|
|
15
|
-
const a = { render: l };
|
|
16
|
-
export {
|
|
17
|
-
a as default,
|
|
18
|
-
l as render
|
|
19
|
-
};
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { createElementBlock as o, openBlock as n, createElementVNode as r } from "vue";
|
|
2
|
-
const t = {
|
|
3
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
-
fill: "none",
|
|
5
|
-
viewBox: "0 0 24 24"
|
|
6
|
-
};
|
|
7
|
-
function l(c, e) {
|
|
8
|
-
return n(), o("svg", t, [...e[0] || (e[0] = [
|
|
9
|
-
r("path", {
|
|
10
|
-
stroke: "currentColor",
|
|
11
|
-
"stroke-linecap": "round",
|
|
12
|
-
"stroke-linejoin": "round",
|
|
13
|
-
d: "M22 12c0 5.523-4.477 10-10 10m10-10c0-5.523-4.477-10-10-10m10 10H2m10 10C6.477 22 2 17.523 2 12m10 10a14.5 14.5 0 0 1 0-20m0 20a14.5 14.5 0 0 0 0-20M2 12C2 6.477 6.477 2 12 2"
|
|
14
|
-
}, null, -1)
|
|
15
|
-
])]);
|
|
16
|
-
}
|
|
17
|
-
const s = { render: l };
|
|
18
|
-
export {
|
|
19
|
-
s as default,
|
|
20
|
-
l as render
|
|
21
|
-
};
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { createElementBlock as o, openBlock as t, createElementVNode as r } from "vue";
|
|
2
|
-
const l = {
|
|
3
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
-
fill: "currentColor",
|
|
5
|
-
viewBox: "0 0 24 24"
|
|
6
|
-
};
|
|
7
|
-
function n(a, e) {
|
|
8
|
-
return t(), o("svg", l, [...e[0] || (e[0] = [
|
|
9
|
-
r("path", { d: "M23.93 10.67a.76.76 0 0 0-.75-.67H12.75a.76.76 0 0 0-.75.75v3.5a.76.76 0 0 0 .75.75h5.58A7 7 0 1 1 12 5a7 7 0 0 1 4.23 1.42.74.74 0 0 0 1-.07l2.47-2.49a.75.75 0 0 0 .22-.57.77.77 0 0 0-.27-.54A12 12 0 1 0 24 12a12 12 0 0 0-.07-1.33" }, null, -1)
|
|
10
|
-
])]);
|
|
11
|
-
}
|
|
12
|
-
const s = { render: n };
|
|
13
|
-
export {
|
|
14
|
-
s as default,
|
|
15
|
-
n as render
|
|
16
|
-
};
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { createElementBlock as n, openBlock as t, createElementVNode as o } from "vue";
|
|
2
|
-
const r = {
|
|
3
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
-
fill: "none",
|
|
5
|
-
stroke: "currentColor",
|
|
6
|
-
"stroke-linecap": "round",
|
|
7
|
-
"stroke-linejoin": "round",
|
|
8
|
-
viewBox: "0 0 24 24"
|
|
9
|
-
};
|
|
10
|
-
function l(s, e) {
|
|
11
|
-
return t(), n("svg", r, [...e[0] || (e[0] = [
|
|
12
|
-
o("path", { d: "M9.2 9.2c0-.5.1-1 .4-1.5s.6-.8 1.1-1q.75-.3 1.5-.3c.75 0 1 .2 1.4.5s.7.7 1 1.2c.2.5.3 1 .2 1.5s-.3 1-.6 1.4-.8.7-1.2.9c-.255.128-.5.3-.7.5s-.3.5-.3.8v.9m0 3.5c-.2 0-.4-.2-.4-.4s.2-.4.4-.4.4.2.4.4-.2.4-.4.4" }, null, -1),
|
|
13
|
-
o("path", { d: "M12 22c5.524 0 10-4.476 10-10S17.524 2 12 2 2 6.476 2 12s4.476 10 10 10" }, null, -1)
|
|
14
|
-
])]);
|
|
15
|
-
}
|
|
16
|
-
const d = { render: l };
|
|
17
|
-
export {
|
|
18
|
-
d as default,
|
|
19
|
-
l as render
|
|
20
|
-
};
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { createElementBlock as o, openBlock as n, createElementVNode as r } from "vue";
|
|
2
|
-
const t = {
|
|
3
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
-
fill: "none",
|
|
5
|
-
viewBox: "0 0 24 24"
|
|
6
|
-
};
|
|
7
|
-
function l(s, e) {
|
|
8
|
-
return n(), o("svg", t, [...e[0] || (e[0] = [
|
|
9
|
-
r("path", {
|
|
10
|
-
stroke: "currentColor",
|
|
11
|
-
"stroke-linecap": "round",
|
|
12
|
-
"stroke-linejoin": "round",
|
|
13
|
-
d: "M9.88 14.12a3 3 0 1 1 4.24-4.24m-3.39 9.04q.632.079 1.27.08c7 0 10-7 10-7a13.2 13.2 0 0 0-1.67-2.68M6.61 17.39A13.5 13.5 0 0 1 2 12s3-7 10-7a9.74 9.74 0 0 1 5.39 1.61M2 22 22 2"
|
|
14
|
-
}, null, -1)
|
|
15
|
-
])]);
|
|
16
|
-
}
|
|
17
|
-
const d = { render: l };
|
|
18
|
-
export {
|
|
19
|
-
d as default,
|
|
20
|
-
l as render
|
|
21
|
-
};
|