This repository has been archived by the owner on Sep 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #158 from selemondev/refactor-app
refactor(app): refactor app
- Loading branch information
Showing
43 changed files
with
531 additions
and
291 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
/* eslint-disable */ | ||
/* prettier-ignore */ | ||
// @ts-nocheck | ||
// Generated by unplugin-vue-components | ||
// Read more: https://github.com/vuejs/core/pull/3399 | ||
export {} | ||
|
||
declare module 'vue' { | ||
export interface GlobalComponents { | ||
CommandPalette: typeof import('./src/components/navigation/Command-Palette/CommandPalette.vue')['default'] | ||
CommandPaletteGroup: typeof import('./src/components/navigation/Command-Palette/CommandPaletteGroup.vue')['default'] | ||
RouteLocationRaw: typeof import('vue-router')['RouteLocationRaw'] | ||
RouterLink: typeof import('vue-router')['RouterLink'] | ||
RouterView: typeof import('vue-router')['RouterView'] | ||
UAccordion: typeof import('./src/components/elements/Accordion/UAccordion.vue')['default'] | ||
UAlert: typeof import('./src/components/elements/Alert/UAlert.vue')['default'] | ||
UAvatar: typeof import('./src/components/elements/Avatar/UAvatar.vue')['default'] | ||
UAvatarGroup: typeof import('./src/components/elements/Avatar/UAvatarGroup.vue')['default'] | ||
UBadge: typeof import('./src/components/elements/Badge/UBadge.vue')['default'] | ||
UButton: typeof import('./src/components/elements/Button/UButton.vue')['default'] | ||
UButtonGroup: typeof import('./src/components/elements/Button/UButtonGroup.vue')['default'] | ||
UCard: typeof import('./src/components/layouts/Card/UCard.vue')['default'] | ||
UCheckbox: typeof import('./src/components/forms/Checkbox/UCheckbox.vue')['default'] | ||
UContainer: typeof import('./src/components/layouts/Container/UContainer.vue')['default'] | ||
UContextMenu: typeof import('./src/components/overlays/ContextMenu/UContextMenu.vue')['default'] | ||
UDropdown: typeof import('./src/components/elements/Dropdown/UDropdown.vue')['default'] | ||
UFormGroup: typeof import('./src/components/forms/FormGroup/UFormGroup.vue')['default'] | ||
UIcon: typeof import('./src/components/elements/Icon/UIcon.vue')['default'] | ||
UInput: typeof import('./src/components/forms/Input/UInput.vue')['default'] | ||
UKbd: typeof import('./src/components/elements/Kbd/UKbd.vue')['default'] | ||
ULink: typeof import('./src/components/elements/Link/ULink.vue')['default'] | ||
UModal: typeof import('./src/components/overlays/Modal/UModal.vue')['default'] | ||
UNotification: typeof import('./src/components/overlays/Notification/UNotification.vue')['default'] | ||
UNotifications: typeof import('./src/components/overlays/Notification/UNotifications.vue')['default'] | ||
UPagination: typeof import('./src/components/navigation/Pagination/UPagination.vue')['default'] | ||
UPopover: typeof import('./src/components/overlays/Popover/UPopover.vue')['default'] | ||
URadio: typeof import('./src/components/forms/Radio/URadio.vue')['default'] | ||
URange: typeof import('./src/components/forms/Range/URange.vue')['default'] | ||
USelect: typeof import('./src/components/forms/Select/USelect.vue')['default'] | ||
USelectMenu: typeof import('./src/components/forms/SelectMenu/USelectMenu.vue')['default'] | ||
USkeleton: typeof import('./src/components/layouts/Skeleton/USkeleton.vue')['default'] | ||
USlideover: typeof import('./src/components/overlays/Slideover/USlideover.vue')['default'] | ||
UTable: typeof import('./src/components/data/Table/UTable.vue')['default'] | ||
UTabs: typeof import('./src/components/navigation/Tabs/UTabs.vue')['default'] | ||
UTextarea: typeof import('./src/components/forms/Textarea/UTextarea.vue')['default'] | ||
UToggle: typeof import('./src/components/forms/Toggle/UToggle.vue')['default'] | ||
UTooltip: typeof import('./src/components/overlays/Tooltip/UTooltip.vue')['default'] | ||
UVerticalNavigation: typeof import('./src/components/navigation/VerticalNavigation/UVerticalNavigation.vue')['default'] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
<script setup lang='ts'> | ||
</script> | ||
|
||
<template> | ||
<div /> | ||
</template> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 2 additions & 10 deletions
12
packages/nuxt-ui-vue/src/components/elements/Accordion/UAccordion.vue
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 2 additions & 12 deletions
14
packages/nuxt-ui-vue/src/components/elements/Avatar/UAvatar.vue
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 1 addition & 6 deletions
7
packages/nuxt-ui-vue/src/components/elements/Avatar/UAvatarGroup.vue
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 0 additions & 6 deletions
6
packages/nuxt-ui-vue/src/components/elements/Badge/UBadge.vue
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 0 additions & 9 deletions
9
packages/nuxt-ui-vue/src/components/elements/Button/UButton.vue
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 0 additions & 4 deletions
4
packages/nuxt-ui-vue/src/components/elements/Button/UButtonGroup.vue
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 0 additions & 11 deletions
11
packages/nuxt-ui-vue/src/components/elements/Dropdown/UDropdown.vue
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 0 additions & 7 deletions
7
packages/nuxt-ui-vue/src/components/forms/Checkbox/UCheckbox.vue
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 0 additions & 7 deletions
7
packages/nuxt-ui-vue/src/components/forms/FormGroup/UFormGroup.vue
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.