@eslamdevui/ui 3.2.0 → 3.2.2
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/.nuxt/ui/alert.ts +5 -0
- package/.nuxt/ui/auth-form.ts +20 -0
- package/.nuxt/ui/badge.ts +5 -0
- package/.nuxt/ui/banner.ts +105 -0
- package/.nuxt/ui/blog-post.ts +140 -0
- package/.nuxt/ui/blog-posts.ts +14 -0
- package/.nuxt/ui/button-group.ts +13 -0
- package/.nuxt/ui/button.ts +5 -0
- package/.nuxt/ui/carousel.ts +5 -0
- package/.nuxt/ui/changelog-version.ts +41 -0
- package/.nuxt/ui/changelog-versions.ts +8 -0
- package/.nuxt/ui/chat-palette.ts +8 -0
- package/.nuxt/ui/content/content-navigation.ts +341 -0
- package/.nuxt/ui/content/content-search-button.ts +6 -0
- package/.nuxt/ui/content/content-search.ts +6 -0
- package/.nuxt/ui/content/content-surround.ts +39 -0
- package/.nuxt/ui/content/content-toc.ts +150 -0
- package/.nuxt/ui/content/index.ts +5 -0
- package/.nuxt/ui/content-navigation.ts +6 -4
- package/.nuxt/ui/content-surround.ts +5 -0
- package/.nuxt/ui/dashboard-navbar.ts +5 -0
- package/.nuxt/ui/dashboard-sidebar-collapse.ts +5 -0
- package/.nuxt/ui/dashboard-sidebar-toggle.ts +5 -0
- package/.nuxt/ui/dashboard-sidebar.ts +10 -0
- package/.nuxt/ui/error.ts +9 -0
- package/.nuxt/ui/footer-columns.ts +28 -0
- package/.nuxt/ui/footer.ts +11 -0
- package/.nuxt/ui/header.ts +30 -0
- package/.nuxt/ui/index.ts +80 -2
- package/.nuxt/ui/input-menu.ts +9 -0
- package/.nuxt/ui/input-number.ts +5 -0
- package/.nuxt/ui/input-tags.ts +9 -0
- package/.nuxt/ui/input.ts +9 -0
- package/.nuxt/ui/main.ts +3 -0
- package/.nuxt/ui/page-accordion.ts +7 -0
- package/.nuxt/ui/page-anchors.ts +30 -0
- package/.nuxt/ui/page-aside.ts +10 -0
- package/.nuxt/ui/page-body.ts +3 -0
- package/.nuxt/ui/page-card.ts +276 -0
- package/.nuxt/ui/page-columns.ts +3 -0
- package/.nuxt/ui/page-cta.ts +72 -0
- package/.nuxt/ui/page-feature.ts +31 -0
- package/.nuxt/ui/page-grid.ts +3 -0
- package/.nuxt/ui/page-header.ts +18 -0
- package/.nuxt/ui/page-hero.ts +46 -0
- package/.nuxt/ui/page-links.ts +25 -0
- package/.nuxt/ui/page-list.ts +8 -0
- package/.nuxt/ui/page-logos.ts +15 -0
- package/.nuxt/ui/page-marquee.ts +66 -0
- package/.nuxt/ui/page-section.ts +88 -0
- package/.nuxt/ui/page.ts +32 -0
- package/.nuxt/ui/pricing-plan.ts +101 -0
- package/.nuxt/ui/pricing-plans.ts +27 -0
- package/.nuxt/ui/pricing-table.ts +51 -0
- package/.nuxt/ui/prose/a.ts +6 -0
- package/.nuxt/ui/prose/accordion-item.ts +3 -0
- package/.nuxt/ui/prose/accordion.ts +6 -0
- package/.nuxt/ui/prose/badge.ts +3 -0
- package/.nuxt/ui/prose/blockquote.ts +3 -0
- package/.nuxt/ui/prose/callout.ts +129 -0
- package/.nuxt/ui/prose/card-group.ts +3 -0
- package/.nuxt/ui/prose/card.ts +119 -0
- package/.nuxt/ui/prose/code-collapse.ts +19 -0
- package/.nuxt/ui/prose/code-group.ts +13 -0
- package/.nuxt/ui/prose/code-icon.ts +66 -0
- package/.nuxt/ui/prose/code-preview.ts +14 -0
- package/.nuxt/ui/prose/code-tree.ts +28 -0
- package/.nuxt/ui/prose/code.ts +27 -0
- package/.nuxt/ui/prose/collapsible.ts +12 -0
- package/.nuxt/ui/prose/em.ts +3 -0
- package/.nuxt/ui/prose/field-group.ts +3 -0
- package/.nuxt/ui/prose/field.ts +11 -0
- package/.nuxt/ui/prose/h1.ts +6 -0
- package/.nuxt/ui/prose/h2.ts +14 -0
- package/.nuxt/ui/prose/h3.ts +14 -0
- package/.nuxt/ui/prose/h4.ts +6 -0
- package/.nuxt/ui/prose/hr.ts +3 -0
- package/.nuxt/ui/prose/icon.ts +3 -0
- package/.nuxt/ui/prose/img.ts +3 -0
- package/.nuxt/ui/prose/index.ts +41 -0
- package/.nuxt/ui/prose/kbd.ts +3 -0
- package/.nuxt/ui/prose/li.ts +3 -0
- package/.nuxt/ui/prose/ol.ts +3 -0
- package/.nuxt/ui/prose/p.ts +3 -0
- package/.nuxt/ui/prose/pre.ts +17 -0
- package/.nuxt/ui/prose/steps.ts +19 -0
- package/.nuxt/ui/prose/strong.ts +3 -0
- package/.nuxt/ui/prose/table.ts +6 -0
- package/.nuxt/ui/prose/tabs-item.ts +3 -0
- package/.nuxt/ui/prose/tabs.ts +5 -0
- package/.nuxt/ui/prose/tbody.ts +3 -0
- package/.nuxt/ui/prose/td.ts +3 -0
- package/.nuxt/ui/prose/th.ts +3 -0
- package/.nuxt/ui/prose/thead.ts +3 -0
- package/.nuxt/ui/prose/tr.ts +3 -0
- package/.nuxt/ui/prose/ul.ts +3 -0
- package/.nuxt/ui/select-menu.ts +9 -0
- package/.nuxt/ui/select.ts +9 -0
- package/.nuxt/ui/textarea.ts +9 -0
- package/.nuxt/ui/toast.ts +5 -0
- package/.nuxt/ui/user.ts +106 -0
- package/dist/module.json +1 -1
- package/dist/module.mjs +2 -2
- package/dist/runtime/components/AuthForm.vue +195 -0
- package/dist/runtime/components/AuthForm.vue.d.ts +85 -0
- package/dist/runtime/components/Banner.vue +113 -0
- package/dist/runtime/components/Banner.vue.d.ts +68 -0
- package/dist/runtime/components/BlogPost.vue +141 -0
- package/dist/runtime/components/BlogPost.vue.d.ts +59 -0
- package/dist/runtime/components/BlogPosts.vue +33 -0
- package/dist/runtime/components/BlogPosts.vue.d.ts +30 -0
- package/dist/runtime/components/ChangelogVersion.vue +165 -0
- package/dist/runtime/components/ChangelogVersion.vue.d.ts +58 -0
- package/dist/runtime/components/ChangelogVersions.vue +54 -0
- package/dist/runtime/components/ChangelogVersions.vue.d.ts +74 -0
- package/dist/runtime/components/ChatPalette.vue +32 -0
- package/dist/runtime/components/ChatPalette.vue.d.ts +24 -0
- package/dist/runtime/components/ChatPrompt.vue.d.ts +1 -1
- package/dist/runtime/components/CommandPalette.vue.d.ts +3 -3
- package/dist/runtime/components/DashboardSidebarToggle.vue.d.ts +1 -1
- package/dist/runtime/components/Error.vue.d.ts +1 -1
- package/dist/runtime/components/Footer.vue +44 -0
- package/dist/runtime/components/Footer.vue.d.ts +29 -0
- package/dist/runtime/components/FooterColumns.vue +68 -0
- package/dist/runtime/components/FooterColumns.vue.d.ts +52 -0
- package/dist/runtime/components/Header.vue +137 -0
- package/dist/runtime/components/Header.vue.d.ts +72 -0
- package/dist/runtime/components/InputMenu.vue.d.ts +3 -3
- package/dist/runtime/components/Main.vue +23 -0
- package/dist/runtime/components/Main.vue.d.ts +20 -0
- package/dist/runtime/components/Page.vue +37 -0
- package/dist/runtime/components/Page.vue.d.ts +25 -0
- package/dist/runtime/components/PageAccordion.vue +26 -0
- package/dist/runtime/components/PageAccordion.vue.d.ts +21 -0
- package/dist/runtime/components/PageAnchors.vue +50 -0
- package/dist/runtime/components/PageAnchors.vue.d.ts +42 -0
- package/dist/runtime/components/PageAside.vue +36 -0
- package/dist/runtime/components/PageAside.vue.d.ts +27 -0
- package/dist/runtime/components/PageBody.vue +23 -0
- package/dist/runtime/components/PageBody.vue.d.ts +18 -0
- package/dist/runtime/components/PageCTA.vue +58 -0
- package/dist/runtime/components/PageCTA.vue.d.ts +49 -0
- package/dist/runtime/components/PageCard.vue +121 -0
- package/dist/runtime/components/PageCard.vue.d.ts +71 -0
- package/dist/runtime/components/PageColumns.vue +23 -0
- package/dist/runtime/components/PageColumns.vue.d.ts +18 -0
- package/dist/runtime/components/PageFeature.vue +71 -0
- package/dist/runtime/components/PageFeature.vue.d.ts +43 -0
- package/dist/runtime/components/PageGrid.vue +23 -0
- package/dist/runtime/components/PageGrid.vue.d.ts +18 -0
- package/dist/runtime/components/PageHeader.vue +58 -0
- package/dist/runtime/components/PageHeader.vue.d.ts +35 -0
- package/dist/runtime/components/PageHero.vue +67 -0
- package/dist/runtime/components/PageHero.vue.d.ts +49 -0
- package/dist/runtime/components/PageLinks.vue +55 -0
- package/dist/runtime/components/PageLinks.vue.d.ts +44 -0
- package/dist/runtime/components/PageList.vue +24 -0
- package/dist/runtime/components/PageList.vue.d.ts +21 -0
- package/dist/runtime/components/PageLogos.vue +64 -0
- package/dist/runtime/components/PageLogos.vue.d.ts +32 -0
- package/dist/runtime/components/PageMarquee.vue +40 -0
- package/dist/runtime/components/PageMarquee.vue.d.ts +32 -0
- package/dist/runtime/components/PageSection.vue +88 -0
- package/dist/runtime/components/PageSection.vue.d.ts +64 -0
- package/dist/runtime/components/PricingPlan.vue +129 -0
- package/dist/runtime/components/PricingPlan.vue.d.ts +109 -0
- package/dist/runtime/components/PricingPlans.vue +45 -0
- package/dist/runtime/components/PricingPlans.vue.d.ts +41 -0
- package/dist/runtime/components/PricingTable.vue +235 -0
- package/dist/runtime/components/PricingTable.vue.d.ts +98 -0
- package/dist/runtime/components/SelectMenu.vue.d.ts +3 -3
- package/dist/runtime/components/Tabs.vue +1 -0
- package/dist/runtime/components/User.vue +69 -0
- package/dist/runtime/components/User.vue.d.ts +46 -0
- package/dist/runtime/components/content/ContentSearchButton.vue.d.ts +57 -11
- package/dist/runtime/components/content/ContentSurround.vue +2 -2
- package/dist/runtime/components/content/ContentSurround.vue.d.ts +45 -52
- package/dist/runtime/components/content/ContentToc.vue +27 -15
- package/dist/runtime/components/content/ContentToc.vue.d.ts +79 -81
- package/dist/runtime/types/index.d.ts +33 -0
- package/dist/runtime/types/index.js +33 -0
- package/dist/shared/{ui.DQZ75GCP.mjs → ui.DErCA3YU.mjs} +1247 -50
- package/dist/unplugin.mjs +1 -1
- package/dist/vite.mjs +1 -1
- package/package.json +1 -1
- package/.nuxt/ui/prose.ts +0 -321
|
@@ -1,88 +1,86 @@
|
|
|
1
|
-
import
|
|
2
|
-
import type {
|
|
3
|
-
import type {
|
|
4
|
-
import type {
|
|
5
|
-
import type
|
|
6
|
-
|
|
7
|
-
type ContentToc = ComponentConfig<typeof theme, AppConfig, 'contentToc', 'uiPro'>
|
|
1
|
+
import theme from '#build/ui/content/content-toc';
|
|
2
|
+
import type { CollapsibleRootProps, CollapsibleRootEmits } from 'reka-ui';
|
|
3
|
+
import type { TocLink } from '@nuxt/content';
|
|
4
|
+
import type { AppConfig } from '@nuxt/schema';
|
|
5
|
+
import type { ComponentConfig } from '../../types';
|
|
6
|
+
type ContentToc = ComponentConfig<typeof theme, AppConfig, 'contentToc'>;
|
|
8
7
|
export type ContentTocLink = TocLink & {
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
}
|
|
8
|
+
class?: any;
|
|
9
|
+
ui?: Pick<ContentToc['slots'], 'item' | 'itemWithChildren' | 'link' | 'linkText'>;
|
|
10
|
+
};
|
|
12
11
|
export interface ContentTocProps<T extends ContentTocLink = ContentTocLink> extends Pick<CollapsibleRootProps, 'defaultOpen' | 'open'> {
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
12
|
+
/**
|
|
13
|
+
* The element or component this component should render as.
|
|
14
|
+
* @defaultValue 'nav'
|
|
15
|
+
*/
|
|
16
|
+
as?: any;
|
|
17
|
+
/**
|
|
18
|
+
* The icon displayed to collapse the content.
|
|
19
|
+
* @defaultValue appConfig.ui.icons.chevronDown
|
|
20
|
+
* @IconifyIcon
|
|
21
|
+
*/
|
|
22
|
+
trailingIcon?: string;
|
|
23
|
+
/**
|
|
24
|
+
* The title of the table of contents.
|
|
25
|
+
* @defaultValue t('contentToc.title')
|
|
26
|
+
*/
|
|
27
|
+
title?: string;
|
|
28
|
+
/**
|
|
29
|
+
* @defaultValue 'primary'
|
|
30
|
+
*/
|
|
31
|
+
color?: ContentToc['variants']['color'];
|
|
32
|
+
/**
|
|
33
|
+
* Display a line next to the active link.
|
|
34
|
+
* @defaultValue false
|
|
35
|
+
*/
|
|
36
|
+
highlight?: boolean;
|
|
37
|
+
/**
|
|
38
|
+
* @defaultValue 'primary'
|
|
39
|
+
*/
|
|
40
|
+
highlightColor?: ContentToc['variants']['highlightColor'];
|
|
41
|
+
links?: T[];
|
|
42
|
+
class?: any;
|
|
43
|
+
ui?: ContentToc['slots'];
|
|
45
44
|
}
|
|
46
45
|
export type ContentTocEmits = CollapsibleRootEmits & {
|
|
47
|
-
|
|
48
|
-
}
|
|
46
|
+
move: [id: string];
|
|
47
|
+
};
|
|
49
48
|
type SlotProps<T> = (props: {
|
|
50
|
-
|
|
51
|
-
}) => any
|
|
49
|
+
link: T;
|
|
50
|
+
}) => any;
|
|
52
51
|
export interface ContentTocSlots<T extends ContentTocLink = ContentTocLink> {
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
}
|
|
73
|
-
declare const _default: <T extends ContentTocLink>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>['props'], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, 'attrs' | 'emit' | 'slots'>>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>['expose'], __VLS_setup?: Promise<{
|
|
74
|
-
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
|
|
75
|
-
readonly 'onUpdate:open'?: ((value: boolean) => any) | undefined
|
|
76
|
-
readonly 'onMove'?: ((id: string) => any) | undefined
|
|
77
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, 'onUpdate:open' | 'onMove'> & ContentTocProps<T> & Partial<{}>> & import('vue').PublicProps
|
|
78
|
-
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void
|
|
79
|
-
attrs: any
|
|
80
|
-
slots: ContentTocSlots<T>
|
|
81
|
-
emit: ((evt: 'update:open', value: boolean) => void) & ((evt: 'move', id: string) => void)
|
|
82
|
-
}>) => import('vue').VNode & {
|
|
83
|
-
__ctx?: Awaited<typeof __VLS_setup>
|
|
52
|
+
leading(props: {
|
|
53
|
+
open: boolean;
|
|
54
|
+
}): any;
|
|
55
|
+
default(props: {
|
|
56
|
+
open: boolean;
|
|
57
|
+
}): any;
|
|
58
|
+
trailing(props: {
|
|
59
|
+
open: boolean;
|
|
60
|
+
}): any;
|
|
61
|
+
content(props: {
|
|
62
|
+
links: T[];
|
|
63
|
+
}): any;
|
|
64
|
+
link: SlotProps<T>;
|
|
65
|
+
top(props: {
|
|
66
|
+
links?: T[];
|
|
67
|
+
}): any;
|
|
68
|
+
bottom(props: {
|
|
69
|
+
links?: T[];
|
|
70
|
+
}): any;
|
|
84
71
|
}
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
} & {
|
|
72
|
+
declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ContentTocProps<ContentTocLink>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
73
|
+
"update:open": (value: boolean) => any;
|
|
74
|
+
move: (id: string) => any;
|
|
75
|
+
}, string, import("vue").PublicProps, Readonly<ContentTocProps<ContentTocLink>> & Readonly<{
|
|
76
|
+
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
77
|
+
onMove?: ((id: string) => any) | undefined;
|
|
78
|
+
}>, {
|
|
79
|
+
as: any;
|
|
80
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ContentTocSlots<ContentTocLink>>;
|
|
81
|
+
export default _default;
|
|
82
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
83
|
+
new (): {
|
|
84
|
+
$slots: S;
|
|
85
|
+
};
|
|
86
|
+
};
|
|
@@ -1,17 +1,24 @@
|
|
|
1
1
|
export * from '../components/Accordion.vue';
|
|
2
2
|
export * from '../components/Alert.vue';
|
|
3
3
|
export * from '../components/App.vue';
|
|
4
|
+
export * from '../components/AuthForm.vue';
|
|
4
5
|
export * from '../components/Avatar.vue';
|
|
5
6
|
export * from '../components/AvatarGroup.vue';
|
|
6
7
|
export * from '../components/Badge.vue';
|
|
8
|
+
export * from '../components/Banner.vue';
|
|
9
|
+
export * from '../components/BlogPost.vue';
|
|
10
|
+
export * from '../components/BlogPosts.vue';
|
|
7
11
|
export * from '../components/Breadcrumb.vue';
|
|
8
12
|
export * from '../components/Button.vue';
|
|
9
13
|
export * from '../components/ButtonGroup.vue';
|
|
10
14
|
export * from '../components/Calendar.vue';
|
|
11
15
|
export * from '../components/Card.vue';
|
|
12
16
|
export * from '../components/Carousel.vue';
|
|
17
|
+
export * from '../components/ChangelogVersion.vue';
|
|
18
|
+
export * from '../components/ChangelogVersions.vue';
|
|
13
19
|
export * from '../components/ChatMessage.vue';
|
|
14
20
|
export * from '../components/ChatMessages.vue';
|
|
21
|
+
export * from '../components/ChatPalette.vue';
|
|
15
22
|
export * from '../components/ChatPrompt.vue';
|
|
16
23
|
export * from '../components/ChatPromptSubmit.vue';
|
|
17
24
|
export * from '../components/Checkbox.vue';
|
|
@@ -39,8 +46,11 @@ export * from '../components/DashboardSidebarToggle.vue';
|
|
|
39
46
|
export * from '../components/Drawer.vue';
|
|
40
47
|
export * from '../components/DropdownMenu.vue';
|
|
41
48
|
export * from '../components/Error.vue';
|
|
49
|
+
export * from '../components/Footer.vue';
|
|
50
|
+
export * from '../components/FooterColumns.vue';
|
|
42
51
|
export * from '../components/Form.vue';
|
|
43
52
|
export * from '../components/FormField.vue';
|
|
53
|
+
export * from '../components/Header.vue';
|
|
44
54
|
export * from '../components/Icon.vue';
|
|
45
55
|
export * from '../components/Input.vue';
|
|
46
56
|
export * from '../components/InputMenu.vue';
|
|
@@ -49,11 +59,33 @@ export * from '../components/InputTags.vue';
|
|
|
49
59
|
export * from '../components/Kbd.vue';
|
|
50
60
|
export * from '../components/Link.vue';
|
|
51
61
|
export * from '../components/locale/LocaleSelect.vue';
|
|
62
|
+
export * from '../components/Main.vue';
|
|
52
63
|
export * from '../components/Modal.vue';
|
|
53
64
|
export * from '../components/NavigationMenu.vue';
|
|
65
|
+
export * from '../components/Page.vue';
|
|
66
|
+
export * from '../components/PageAccordion.vue';
|
|
67
|
+
export * from '../components/PageAnchors.vue';
|
|
68
|
+
export * from '../components/PageAside.vue';
|
|
69
|
+
export * from '../components/PageBody.vue';
|
|
70
|
+
export * from '../components/PageCard.vue';
|
|
71
|
+
export * from '../components/PageColumns.vue';
|
|
72
|
+
export * from '../components/PageCTA.vue';
|
|
73
|
+
export * from '../components/PageFeature.vue';
|
|
74
|
+
export * from '../components/PageGrid.vue';
|
|
75
|
+
export * from '../components/PageHeader.vue';
|
|
76
|
+
export * from '../components/PageHero.vue';
|
|
77
|
+
export * from '../components/PageLinks.vue';
|
|
78
|
+
export * from '../components/PageList.vue';
|
|
79
|
+
export * from '../components/PageLogos.vue';
|
|
80
|
+
export * from '../components/PageMarquee.vue';
|
|
81
|
+
export * from '../components/PageSection.vue';
|
|
82
|
+
export * from '../components/Pagination.vue';
|
|
54
83
|
export * from '../components/Pagination.vue';
|
|
55
84
|
export * from '../components/PinInput.vue';
|
|
56
85
|
export * from '../components/Popover.vue';
|
|
86
|
+
export * from '../components/PricingPlan.vue';
|
|
87
|
+
export * from '../components/PricingPlans.vue';
|
|
88
|
+
export * from '../components/PricingTable.vue';
|
|
57
89
|
export * from '../components/Progress.vue';
|
|
58
90
|
export * from '../components/RadioGroup.vue';
|
|
59
91
|
export * from '../components/Select.vue';
|
|
@@ -72,6 +104,7 @@ export * from '../components/Toast.vue';
|
|
|
72
104
|
export * from '../components/Toaster.vue';
|
|
73
105
|
export * from '../components/Tooltip.vue';
|
|
74
106
|
export * from '../components/Tree.vue';
|
|
107
|
+
export * from '../components/User.vue';
|
|
75
108
|
export * from './form';
|
|
76
109
|
export * from './locale';
|
|
77
110
|
export * from './utils';
|
|
@@ -1,17 +1,24 @@
|
|
|
1
1
|
export * from "../components/Accordion.vue";
|
|
2
2
|
export * from "../components/Alert.vue";
|
|
3
3
|
export * from "../components/App.vue";
|
|
4
|
+
export * from "../components/AuthForm.vue";
|
|
4
5
|
export * from "../components/Avatar.vue";
|
|
5
6
|
export * from "../components/AvatarGroup.vue";
|
|
6
7
|
export * from "../components/Badge.vue";
|
|
8
|
+
export * from "../components/Banner.vue";
|
|
9
|
+
export * from "../components/BlogPost.vue";
|
|
10
|
+
export * from "../components/BlogPosts.vue";
|
|
7
11
|
export * from "../components/Breadcrumb.vue";
|
|
8
12
|
export * from "../components/Button.vue";
|
|
9
13
|
export * from "../components/ButtonGroup.vue";
|
|
10
14
|
export * from "../components/Calendar.vue";
|
|
11
15
|
export * from "../components/Card.vue";
|
|
12
16
|
export * from "../components/Carousel.vue";
|
|
17
|
+
export * from "../components/ChangelogVersion.vue";
|
|
18
|
+
export * from "../components/ChangelogVersions.vue";
|
|
13
19
|
export * from "../components/ChatMessage.vue";
|
|
14
20
|
export * from "../components/ChatMessages.vue";
|
|
21
|
+
export * from "../components/ChatPalette.vue";
|
|
15
22
|
export * from "../components/ChatPrompt.vue";
|
|
16
23
|
export * from "../components/ChatPromptSubmit.vue";
|
|
17
24
|
export * from "../components/Checkbox.vue";
|
|
@@ -39,8 +46,11 @@ export * from "../components/DashboardSidebarToggle.vue";
|
|
|
39
46
|
export * from "../components/Drawer.vue";
|
|
40
47
|
export * from "../components/DropdownMenu.vue";
|
|
41
48
|
export * from "../components/Error.vue";
|
|
49
|
+
export * from "../components/Footer.vue";
|
|
50
|
+
export * from "../components/FooterColumns.vue";
|
|
42
51
|
export * from "../components/Form.vue";
|
|
43
52
|
export * from "../components/FormField.vue";
|
|
53
|
+
export * from "../components/Header.vue";
|
|
44
54
|
export * from "../components/Icon.vue";
|
|
45
55
|
export * from "../components/Input.vue";
|
|
46
56
|
export * from "../components/InputMenu.vue";
|
|
@@ -49,11 +59,33 @@ export * from "../components/InputTags.vue";
|
|
|
49
59
|
export * from "../components/Kbd.vue";
|
|
50
60
|
export * from "../components/Link.vue";
|
|
51
61
|
export * from "../components/locale/LocaleSelect.vue";
|
|
62
|
+
export * from "../components/Main.vue";
|
|
52
63
|
export * from "../components/Modal.vue";
|
|
53
64
|
export * from "../components/NavigationMenu.vue";
|
|
65
|
+
export * from "../components/Page.vue";
|
|
66
|
+
export * from "../components/PageAccordion.vue";
|
|
67
|
+
export * from "../components/PageAnchors.vue";
|
|
68
|
+
export * from "../components/PageAside.vue";
|
|
69
|
+
export * from "../components/PageBody.vue";
|
|
70
|
+
export * from "../components/PageCard.vue";
|
|
71
|
+
export * from "../components/PageColumns.vue";
|
|
72
|
+
export * from "../components/PageCTA.vue";
|
|
73
|
+
export * from "../components/PageFeature.vue";
|
|
74
|
+
export * from "../components/PageGrid.vue";
|
|
75
|
+
export * from "../components/PageHeader.vue";
|
|
76
|
+
export * from "../components/PageHero.vue";
|
|
77
|
+
export * from "../components/PageLinks.vue";
|
|
78
|
+
export * from "../components/PageList.vue";
|
|
79
|
+
export * from "../components/PageLogos.vue";
|
|
80
|
+
export * from "../components/PageMarquee.vue";
|
|
81
|
+
export * from "../components/PageSection.vue";
|
|
82
|
+
export * from "../components/Pagination.vue";
|
|
54
83
|
export * from "../components/Pagination.vue";
|
|
55
84
|
export * from "../components/PinInput.vue";
|
|
56
85
|
export * from "../components/Popover.vue";
|
|
86
|
+
export * from "../components/PricingPlan.vue";
|
|
87
|
+
export * from "../components/PricingPlans.vue";
|
|
88
|
+
export * from "../components/PricingTable.vue";
|
|
57
89
|
export * from "../components/Progress.vue";
|
|
58
90
|
export * from "../components/RadioGroup.vue";
|
|
59
91
|
export * from "../components/Select.vue";
|
|
@@ -72,6 +104,7 @@ export * from "../components/Toast.vue";
|
|
|
72
104
|
export * from "../components/Toaster.vue";
|
|
73
105
|
export * from "../components/Tooltip.vue";
|
|
74
106
|
export * from "../components/Tree.vue";
|
|
107
|
+
export * from "../components/User.vue";
|
|
75
108
|
export * from "./form.js";
|
|
76
109
|
export * from "./locale.js";
|
|
77
110
|
export * from "./utils.js";
|