@profeskills/vuejs-ui 0.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.
Files changed (109) hide show
  1. package/ConfirmDialog.vue.d.ts +2 -0
  2. package/HBadge.vue.d.ts +17 -0
  3. package/HDialog.vue.d.ts +23 -0
  4. package/HMetricCard.vue.d.ts +7 -0
  5. package/HTooltip.vue.d.ts +16 -0
  6. package/LICENSE +21 -0
  7. package/README.md +47 -0
  8. package/StatCard.vue.d.ts +10 -0
  9. package/badge/Badge.vue.d.ts +18 -0
  10. package/badge/index.d.ts +1 -0
  11. package/badge/index.js +2 -0
  12. package/checkbox/Checkbox.vue.d.ts +12 -0
  13. package/checkbox/index.d.ts +1 -0
  14. package/checkbox/index.js +2 -0
  15. package/chunks/badge-Bs0JHyBd.js +17 -0
  16. package/chunks/checkbox-Dy2MEOEB.js +28 -0
  17. package/chunks/data-table-CmHz_5Gm.js +1106 -0
  18. package/chunks/dialog-B5d9RrVM.js +91 -0
  19. package/chunks/dropdown-menu-DjfkyvUs.js +190 -0
  20. package/chunks/select-sj-TTDYA.js +132 -0
  21. package/chunks/separator-nJXJBrX8.js +30 -0
  22. package/chunks/sheet-Bloy0C7L.js +91 -0
  23. package/chunks/tabs-CmEu-lQt.js +84 -0
  24. package/chunks/tooltip-Ck8h37A5.js +62 -0
  25. package/composables/useConfirm.d.ts +11 -0
  26. package/composables/useConfirm.js +13 -0
  27. package/composables/useTableInstance.d.ts +9 -0
  28. package/composables/useTableInstance.js +16 -0
  29. package/data-table/DataTable.vue.d.ts +17 -0
  30. package/data-table/DataTableColumnHeader.vue.d.ts +7 -0
  31. package/data-table/DataTableColumnsVisibility.vue.d.ts +2 -0
  32. package/data-table/DataTablePagination.vue.d.ts +6 -0
  33. package/data-table/DataTableSkeleton.vue.d.ts +9 -0
  34. package/data-table/advanced/DataTableAdvancedToolbar.vue.d.ts +31 -0
  35. package/data-table/advanced/DataTableFilterItem.vue.d.ts +13 -0
  36. package/data-table/advanced/DataTableMultiFilter.vue.d.ts +15 -0
  37. package/data-table/advanced/views/DataTableViewsDropdown.vue.d.ts +21 -0
  38. package/data-table/advanced/views/utils.d.ts +6 -0
  39. package/data-table/index.d.ts +10 -0
  40. package/data-table/index.js +2 -0
  41. package/dialog/Dialog.vue.d.ts +21 -0
  42. package/dialog/DialogClose.vue.d.ts +12 -0
  43. package/dialog/DialogContent.vue.d.ts +21 -0
  44. package/dialog/DialogDescription.vue.d.ts +15 -0
  45. package/dialog/DialogFooter.vue.d.ts +15 -0
  46. package/dialog/DialogHeader.vue.d.ts +15 -0
  47. package/dialog/DialogTitle.vue.d.ts +15 -0
  48. package/dialog/DialogTrigger.vue.d.ts +12 -0
  49. package/dialog/index.d.ts +8 -0
  50. package/dialog/index.js +2 -0
  51. package/dropdown-menu/DropdownMenu.vue.d.ts +21 -0
  52. package/dropdown-menu/DropdownMenuCheckboxItem.vue.d.ts +23 -0
  53. package/dropdown-menu/DropdownMenuContent.vue.d.ts +26 -0
  54. package/dropdown-menu/DropdownMenuItem.vue.d.ts +22 -0
  55. package/dropdown-menu/DropdownMenuLabel.vue.d.ts +16 -0
  56. package/dropdown-menu/DropdownMenuRadioGroup.vue.d.ts +19 -0
  57. package/dropdown-menu/DropdownMenuRadioItem.vue.d.ts +21 -0
  58. package/dropdown-menu/DropdownMenuRoot.vue.d.ts +12 -0
  59. package/dropdown-menu/DropdownMenuSeparator.vue.d.ts +5 -0
  60. package/dropdown-menu/DropdownMenuShortcut.vue.d.ts +15 -0
  61. package/dropdown-menu/DropdownMenuSub.vue.d.ts +16 -0
  62. package/dropdown-menu/DropdownMenuSubContent.vue.d.ts +15 -0
  63. package/dropdown-menu/DropdownMenuSubTrigger.vue.d.ts +17 -0
  64. package/dropdown-menu/DropdownMenuTrigger.vue.d.ts +16 -0
  65. package/dropdown-menu/index.d.ts +13 -0
  66. package/dropdown-menu/index.js +2 -0
  67. package/index.d.ts +20 -0
  68. package/index.js +142 -0
  69. package/package.json +128 -0
  70. package/select/Select.vue.d.ts +24 -0
  71. package/select/SelectContent.vue.d.ts +24 -0
  72. package/select/SelectGroup.vue.d.ts +12 -0
  73. package/select/SelectItem.vue.d.ts +21 -0
  74. package/select/SelectLabel.vue.d.ts +15 -0
  75. package/select/SelectSeparator.vue.d.ts +5 -0
  76. package/select/SelectTrigger.vue.d.ts +21 -0
  77. package/select/SelectValue.vue.d.ts +15 -0
  78. package/select/index.d.ts +8 -0
  79. package/select/index.js +2 -0
  80. package/separator/Separator.vue.d.ts +10 -0
  81. package/separator/index.d.ts +1 -0
  82. package/separator/index.js +2 -0
  83. package/sheet/Sheet.vue.d.ts +21 -0
  84. package/sheet/SheetClose.vue.d.ts +12 -0
  85. package/sheet/SheetContent.vue.d.ts +19 -0
  86. package/sheet/SheetDescription.vue.d.ts +15 -0
  87. package/sheet/SheetFooter.vue.d.ts +15 -0
  88. package/sheet/SheetHeader.vue.d.ts +15 -0
  89. package/sheet/SheetTitle.vue.d.ts +15 -0
  90. package/sheet/SheetTrigger.vue.d.ts +12 -0
  91. package/sheet/index.d.ts +8 -0
  92. package/sheet/index.js +2 -0
  93. package/styles.css +2 -0
  94. package/tabs/Tabs.vue.d.ts +20 -0
  95. package/tabs/TabsContent.vue.d.ts +16 -0
  96. package/tabs/TabsList.vue.d.ts +16 -0
  97. package/tabs/TabsTrigger.vue.d.ts +16 -0
  98. package/tabs/index.d.ts +4 -0
  99. package/tabs/index.js +2 -0
  100. package/tooltip/Tooltip.vue.d.ts +21 -0
  101. package/tooltip/TooltipContent.vue.d.ts +23 -0
  102. package/tooltip/TooltipProvider.vue.d.ts +17 -0
  103. package/tooltip/TooltipTrigger.vue.d.ts +12 -0
  104. package/tooltip/index.d.ts +4 -0
  105. package/tooltip/index.js +2 -0
  106. package/types.d.ts +32 -0
  107. package/types.js +0 -0
  108. package/utils.d.ts +5 -0
  109. package/utils.js +11 -0
@@ -0,0 +1,11 @@
1
+ export interface ConfirmOptions {
2
+ title: string;
3
+ description?: string;
4
+ confirmLabel?: string;
5
+ cancelLabel?: string;
6
+ variant?: 'default' | 'destructive';
7
+ }
8
+ export declare const _confirmOpen: import("vue").Ref<boolean, boolean>;
9
+ export declare const _confirmOpts: import("vue").ShallowRef<ConfirmOptions, ConfirmOptions>;
10
+ export declare function showConfirm(options: ConfirmOptions): Promise<boolean>;
11
+ export declare function resolveConfirm(value: boolean): void;
@@ -0,0 +1,13 @@
1
+ import { ref as e, shallowRef as t } from "vue";
2
+ //#region src/composables/useConfirm.ts
3
+ var n = e(!1), r = t({ title: "" }), i = null;
4
+ function a(e) {
5
+ return i?.(!1), r.value = e, n.value = !0, new Promise((e) => {
6
+ i = e;
7
+ });
8
+ }
9
+ function o(e) {
10
+ n.value = !1, i?.(e), i = null;
11
+ }
12
+ //#endregion
13
+ export { n as _confirmOpen, r as _confirmOpts, o as resolveConfirm, a as showConfirm };
@@ -0,0 +1,9 @@
1
+ import { type InjectionKey, type Ref } from 'vue';
2
+ import type { Table, VisibilityState } from '@tanstack/vue-table';
3
+ export interface TableInstanceContext<TData = unknown> {
4
+ table: Table<TData>;
5
+ columnVisibility: Ref<VisibilityState>;
6
+ }
7
+ export declare const TableInstanceKey: InjectionKey<TableInstanceContext<any>>;
8
+ export declare function provideTableInstance<TData>(table: Table<TData>, columnVisibility: Ref<VisibilityState>): void;
9
+ export declare function useTableInstance<TData = any>(): TableInstanceContext<TData>;
@@ -0,0 +1,16 @@
1
+ import { inject as e, provide as t } from "vue";
2
+ //#region src/composables/useTableInstance.ts
3
+ var n = Symbol("TableInstance");
4
+ function r(e, r) {
5
+ t(n, {
6
+ table: e,
7
+ columnVisibility: r
8
+ });
9
+ }
10
+ function i() {
11
+ let t = e(n);
12
+ if (!t) throw Error("useTableInstance must be used within a TableInstanceProvider");
13
+ return t;
14
+ }
15
+ //#endregion
16
+ export { n as TableInstanceKey, r as provideTableInstance, i as useTableInstance };
@@ -0,0 +1,17 @@
1
+ import type { Table, ColumnDef } from '@tanstack/vue-table';
2
+ declare const _default: <TData>(__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<{
3
+ props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>, never> & {
4
+ table: Table<TData>;
5
+ columns: ColumnDef<TData, any>[];
6
+ } & Partial<{}>> & import("vue").PublicProps;
7
+ expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
8
+ attrs: any;
9
+ slots: {};
10
+ emit: {};
11
+ }>) => import("vue").VNode & {
12
+ __ctx?: Awaited<typeof __VLS_setup>;
13
+ };
14
+ export default _default;
15
+ type __VLS_PrettifyLocal<T> = {
16
+ [K in keyof T]: T[K];
17
+ } & {};
@@ -0,0 +1,7 @@
1
+ import type { Column } from '@tanstack/vue-table';
2
+ type __VLS_Props = {
3
+ column: Column<any, any>;
4
+ title: string;
5
+ };
6
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
@@ -0,0 +1,6 @@
1
+ import type { Table } from '@tanstack/vue-table';
2
+ type __VLS_Props = {
3
+ table: Table<any>;
4
+ };
5
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
6
+ export default _default;
@@ -0,0 +1,9 @@
1
+ type __VLS_Props = {
2
+ rowCount?: number;
3
+ columnCount?: number;
4
+ };
5
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
6
+ rowCount: number;
7
+ columnCount: number;
8
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
9
+ export default _default;
@@ -0,0 +1,31 @@
1
+ import type { ViewItem } from '@profeskills/vuejs-ui/types';
2
+ type __VLS_Props = {
3
+ filterFields: {
4
+ label: string;
5
+ value: string;
6
+ placeholder?: string;
7
+ options?: {
8
+ label: string;
9
+ value: string;
10
+ }[];
11
+ }[];
12
+ views: ViewItem[];
13
+ onCreateView: (p: any) => Promise<any>;
14
+ onUpdateView: (id: string, p: any) => Promise<any>;
15
+ onDeleteView: (id: string) => Promise<any>;
16
+ defaultLabel?: string;
17
+ };
18
+ declare var __VLS_20: {}, __VLS_22: {};
19
+ type __VLS_Slots = {} & {
20
+ selection?: (props: typeof __VLS_20) => any;
21
+ } & {
22
+ default?: (props: typeof __VLS_22) => any;
23
+ };
24
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
25
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
26
+ export default _default;
27
+ type __VLS_WithSlots<T, S> = T & {
28
+ new (): {
29
+ $slots: S;
30
+ };
31
+ };
@@ -0,0 +1,13 @@
1
+ import type { DataTableFilterOption } from '@profeskills/vuejs-ui/types';
2
+ type __VLS_Props = {
3
+ option: DataTableFilterOption;
4
+ autoOpen?: boolean;
5
+ };
6
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
7
+ update: (opt: DataTableFilterOption) => any;
8
+ remove: (opt: DataTableFilterOption) => any;
9
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
10
+ onUpdate?: ((opt: DataTableFilterOption) => any) | undefined;
11
+ onRemove?: ((opt: DataTableFilterOption) => any) | undefined;
12
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
13
+ export default _default;
@@ -0,0 +1,15 @@
1
+ import type { DataTableFilterOption } from '@profeskills/vuejs-ui/types';
2
+ type __VLS_Props = {
3
+ options: DataTableFilterOption[];
4
+ allOptions: DataTableFilterOption[];
5
+ selectedOptions: DataTableFilterOption[];
6
+ operator: string;
7
+ };
8
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
9
+ "update:operator": (v: string) => any;
10
+ "update:selectedOptions": (v: DataTableFilterOption[]) => any;
11
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
12
+ "onUpdate:operator"?: ((v: string) => any) | undefined;
13
+ "onUpdate:selectedOptions"?: ((v: DataTableFilterOption[]) => any) | undefined;
14
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
15
+ export default _default;
@@ -0,0 +1,21 @@
1
+ import type { ViewItem, FilterParams } from '@profeskills/vuejs-ui/types';
2
+ type __VLS_Props = {
3
+ views: ViewItem[];
4
+ filterParams: FilterParams;
5
+ onCreateView: (p: {
6
+ name: string;
7
+ columns?: string[];
8
+ filterParams?: FilterParams;
9
+ isPublic?: boolean;
10
+ }) => Promise<any>;
11
+ onUpdateView: (id: string, p: {
12
+ name: string;
13
+ columns?: string[];
14
+ filterParams?: FilterParams;
15
+ isPublic?: boolean;
16
+ }) => Promise<any>;
17
+ onDeleteView: (id: string) => Promise<any>;
18
+ defaultLabel?: string;
19
+ };
20
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
21
+ export default _default;
@@ -0,0 +1,6 @@
1
+ import type { DataTableFilterOption, FilterParams, ViewItem } from '@profeskills/vuejs-ui/types';
2
+ export declare const COLUMNS: readonly ["title", "status", "priority", "createdAt"];
3
+ export declare const FILTERABLE_FIELDS: readonly ["title", "status", "priority", "sort", "operator"];
4
+ export declare function calcFilterParams(selectedOptions: DataTableFilterOption[], query: Record<string, string>): FilterParams;
5
+ export declare function calcViewSearchParams(view: ViewItem): Record<string, string>;
6
+ export declare function getIsFiltered(query: Record<string, string>): boolean;
@@ -0,0 +1,10 @@
1
+ export { default as DataTable } from './DataTable.vue';
2
+ export { default as DataTableSkeleton } from './DataTableSkeleton.vue';
3
+ export { default as DataTablePagination } from './DataTablePagination.vue';
4
+ export { default as DataTableColumnsVisibility } from './DataTableColumnsVisibility.vue';
5
+ export { default as DataTableColumnHeader } from './DataTableColumnHeader.vue';
6
+ export { default as DataTableAdvancedToolbar } from './advanced/DataTableAdvancedToolbar.vue';
7
+ export { default as DataTableFilterItem } from './advanced/DataTableFilterItem.vue';
8
+ export { default as DataTableMultiFilter } from './advanced/DataTableMultiFilter.vue';
9
+ export { default as DataTableViewsDropdown } from './advanced/views/DataTableViewsDropdown.vue';
10
+ export { COLUMNS, FILTERABLE_FIELDS, calcFilterParams, calcViewSearchParams, getIsFiltered, } from './advanced/views/utils';
@@ -0,0 +1,2 @@
1
+ import { a as e, c as t, d as n, f as r, i, l as a, m as o, n as s, o as c, p as l, r as u, s as d, t as f, u as p } from "../chunks/data-table-CmHz_5Gm.js";
2
+ export { e as COLUMNS, o as DataTable, f as DataTableAdvancedToolbar, p as DataTableColumnHeader, n as DataTableColumnsVisibility, u as DataTableFilterItem, s as DataTableMultiFilter, r as DataTablePagination, l as DataTableSkeleton, i as DataTableViewsDropdown, c as FILTERABLE_FIELDS, d as calcFilterParams, t as calcViewSearchParams, a as getIsFiltered };
@@ -0,0 +1,21 @@
1
+ type __VLS_Props = {
2
+ open?: boolean;
3
+ defaultOpen?: boolean;
4
+ modal?: boolean;
5
+ };
6
+ declare var __VLS_6: {};
7
+ type __VLS_Slots = {} & {
8
+ default?: (props: typeof __VLS_6) => any;
9
+ };
10
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
11
+ "update:open": (v: boolean) => any;
12
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
13
+ "onUpdate:open"?: ((v: boolean) => any) | undefined;
14
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
15
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
16
+ export default _default;
17
+ type __VLS_WithSlots<T, S> = T & {
18
+ new (): {
19
+ $slots: S;
20
+ };
21
+ };
@@ -0,0 +1,12 @@
1
+ declare var __VLS_6: {};
2
+ type __VLS_Slots = {} & {
3
+ default?: (props: typeof __VLS_6) => any;
4
+ };
5
+ declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
7
+ export default _default;
8
+ type __VLS_WithSlots<T, S> = T & {
9
+ new (): {
10
+ $slots: S;
11
+ };
12
+ };
@@ -0,0 +1,21 @@
1
+ type __VLS_Props = {
2
+ class?: string;
3
+ };
4
+ declare var __VLS_14: {};
5
+ type __VLS_Slots = {} & {
6
+ default?: (props: typeof __VLS_14) => any;
7
+ };
8
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
9
+ openAutoFocus: (ev: Event) => any;
10
+ escapeKeyDown: (ev: Event) => any;
11
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
12
+ onOpenAutoFocus?: ((ev: Event) => any) | undefined;
13
+ onEscapeKeyDown?: ((ev: Event) => any) | undefined;
14
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
15
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
16
+ export default _default;
17
+ type __VLS_WithSlots<T, S> = T & {
18
+ new (): {
19
+ $slots: S;
20
+ };
21
+ };
@@ -0,0 +1,15 @@
1
+ type __VLS_Props = {
2
+ class?: string;
3
+ };
4
+ declare var __VLS_6: {};
5
+ type __VLS_Slots = {} & {
6
+ default?: (props: typeof __VLS_6) => any;
7
+ };
8
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
9
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
10
+ export default _default;
11
+ type __VLS_WithSlots<T, S> = T & {
12
+ new (): {
13
+ $slots: S;
14
+ };
15
+ };
@@ -0,0 +1,15 @@
1
+ type __VLS_Props = {
2
+ class?: string;
3
+ };
4
+ declare var __VLS_1: {};
5
+ type __VLS_Slots = {} & {
6
+ default?: (props: typeof __VLS_1) => any;
7
+ };
8
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
9
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
10
+ export default _default;
11
+ type __VLS_WithSlots<T, S> = T & {
12
+ new (): {
13
+ $slots: S;
14
+ };
15
+ };
@@ -0,0 +1,15 @@
1
+ type __VLS_Props = {
2
+ class?: string;
3
+ };
4
+ declare var __VLS_1: {};
5
+ type __VLS_Slots = {} & {
6
+ default?: (props: typeof __VLS_1) => any;
7
+ };
8
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
9
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
10
+ export default _default;
11
+ type __VLS_WithSlots<T, S> = T & {
12
+ new (): {
13
+ $slots: S;
14
+ };
15
+ };
@@ -0,0 +1,15 @@
1
+ type __VLS_Props = {
2
+ class?: string;
3
+ };
4
+ declare var __VLS_6: {};
5
+ type __VLS_Slots = {} & {
6
+ default?: (props: typeof __VLS_6) => any;
7
+ };
8
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
9
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
10
+ export default _default;
11
+ type __VLS_WithSlots<T, S> = T & {
12
+ new (): {
13
+ $slots: S;
14
+ };
15
+ };
@@ -0,0 +1,12 @@
1
+ declare var __VLS_6: {};
2
+ type __VLS_Slots = {} & {
3
+ default?: (props: typeof __VLS_6) => any;
4
+ };
5
+ declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
7
+ export default _default;
8
+ type __VLS_WithSlots<T, S> = T & {
9
+ new (): {
10
+ $slots: S;
11
+ };
12
+ };
@@ -0,0 +1,8 @@
1
+ export { default as Dialog } from './Dialog.vue';
2
+ export { default as DialogContent } from './DialogContent.vue';
3
+ export { default as DialogHeader } from './DialogHeader.vue';
4
+ export { default as DialogFooter } from './DialogFooter.vue';
5
+ export { default as DialogTitle } from './DialogTitle.vue';
6
+ export { default as DialogDescription } from './DialogDescription.vue';
7
+ export { default as DialogTrigger } from './DialogTrigger.vue';
8
+ export { default as DialogClose } from './DialogClose.vue';
@@ -0,0 +1,2 @@
1
+ import { a as e, c as t, i as n, n as r, o as i, r as a, s as o, t as s } from "../chunks/dialog-B5d9RrVM.js";
2
+ export { t as Dialog, s as DialogClose, o as DialogContent, a as DialogDescription, e as DialogFooter, i as DialogHeader, n as DialogTitle, r as DialogTrigger };
@@ -0,0 +1,21 @@
1
+ type __VLS_Props = {
2
+ open?: boolean;
3
+ defaultOpen?: boolean;
4
+ modal?: boolean;
5
+ };
6
+ declare var __VLS_6: {};
7
+ type __VLS_Slots = {} & {
8
+ default?: (props: typeof __VLS_6) => any;
9
+ };
10
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
11
+ "update:open": (v: boolean) => any;
12
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
13
+ "onUpdate:open"?: ((v: boolean) => any) | undefined;
14
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
15
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
16
+ export default _default;
17
+ type __VLS_WithSlots<T, S> = T & {
18
+ new (): {
19
+ $slots: S;
20
+ };
21
+ };
@@ -0,0 +1,23 @@
1
+ type __VLS_Props = {
2
+ class?: string;
3
+ checked?: boolean;
4
+ disabled?: boolean;
5
+ };
6
+ declare var __VLS_14: {};
7
+ type __VLS_Slots = {} & {
8
+ default?: (props: typeof __VLS_14) => any;
9
+ };
10
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
11
+ select: (ev: Event) => any;
12
+ "update:checked": (v: boolean) => any;
13
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
14
+ onSelect?: ((ev: Event) => any) | undefined;
15
+ "onUpdate:checked"?: ((v: boolean) => any) | undefined;
16
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
17
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
18
+ export default _default;
19
+ type __VLS_WithSlots<T, S> = T & {
20
+ new (): {
21
+ $slots: S;
22
+ };
23
+ };
@@ -0,0 +1,26 @@
1
+ type __VLS_Props = {
2
+ class?: string;
3
+ sideOffset?: number;
4
+ align?: 'start' | 'center' | 'end';
5
+ loop?: boolean;
6
+ };
7
+ declare var __VLS_10: {};
8
+ type __VLS_Slots = {} & {
9
+ default?: (props: typeof __VLS_10) => any;
10
+ };
11
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
12
+ escapeKeyDown: (v: KeyboardEvent) => any;
13
+ pointerDownOutside: (v: any) => any;
14
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
15
+ onEscapeKeyDown?: ((v: KeyboardEvent) => any) | undefined;
16
+ onPointerDownOutside?: ((v: any) => any) | undefined;
17
+ }>, {
18
+ sideOffset: number;
19
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
20
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
21
+ export default _default;
22
+ type __VLS_WithSlots<T, S> = T & {
23
+ new (): {
24
+ $slots: S;
25
+ };
26
+ };
@@ -0,0 +1,22 @@
1
+ type __VLS_Props = {
2
+ class?: string;
3
+ inset?: boolean;
4
+ disabled?: boolean;
5
+ asChild?: boolean;
6
+ };
7
+ declare var __VLS_6: {};
8
+ type __VLS_Slots = {} & {
9
+ default?: (props: typeof __VLS_6) => any;
10
+ };
11
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
12
+ select: (event: Event) => any;
13
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
14
+ onSelect?: ((event: Event) => any) | undefined;
15
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
16
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
17
+ export default _default;
18
+ type __VLS_WithSlots<T, S> = T & {
19
+ new (): {
20
+ $slots: S;
21
+ };
22
+ };
@@ -0,0 +1,16 @@
1
+ type __VLS_Props = {
2
+ class?: string;
3
+ inset?: boolean;
4
+ };
5
+ declare var __VLS_6: {};
6
+ type __VLS_Slots = {} & {
7
+ default?: (props: typeof __VLS_6) => any;
8
+ };
9
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
10
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
11
+ export default _default;
12
+ type __VLS_WithSlots<T, S> = T & {
13
+ new (): {
14
+ $slots: S;
15
+ };
16
+ };
@@ -0,0 +1,19 @@
1
+ type __VLS_Props = {
2
+ modelValue?: string;
3
+ };
4
+ declare var __VLS_6: {};
5
+ type __VLS_Slots = {} & {
6
+ default?: (props: typeof __VLS_6) => any;
7
+ };
8
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
9
+ "update:modelValue": (v: string) => any;
10
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
11
+ "onUpdate:modelValue"?: ((v: string) => any) | undefined;
12
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
13
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
14
+ export default _default;
15
+ type __VLS_WithSlots<T, S> = T & {
16
+ new (): {
17
+ $slots: S;
18
+ };
19
+ };
@@ -0,0 +1,21 @@
1
+ type __VLS_Props = {
2
+ class?: string;
3
+ value: string;
4
+ disabled?: boolean;
5
+ };
6
+ declare var __VLS_14: {};
7
+ type __VLS_Slots = {} & {
8
+ default?: (props: typeof __VLS_14) => any;
9
+ };
10
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
11
+ select: (ev: Event) => any;
12
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
13
+ onSelect?: ((ev: Event) => any) | undefined;
14
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
15
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
16
+ export default _default;
17
+ type __VLS_WithSlots<T, S> = T & {
18
+ new (): {
19
+ $slots: S;
20
+ };
21
+ };
@@ -0,0 +1,12 @@
1
+ declare var __VLS_1: {};
2
+ type __VLS_Slots = {} & {
3
+ default?: (props: typeof __VLS_1) => any;
4
+ };
5
+ declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
7
+ export default _default;
8
+ type __VLS_WithSlots<T, S> = T & {
9
+ new (): {
10
+ $slots: S;
11
+ };
12
+ };
@@ -0,0 +1,5 @@
1
+ type __VLS_Props = {
2
+ class?: string;
3
+ };
4
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
5
+ export default _default;
@@ -0,0 +1,15 @@
1
+ type __VLS_Props = {
2
+ class?: string;
3
+ };
4
+ declare var __VLS_1: {};
5
+ type __VLS_Slots = {} & {
6
+ default?: (props: typeof __VLS_1) => any;
7
+ };
8
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
9
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
10
+ export default _default;
11
+ type __VLS_WithSlots<T, S> = T & {
12
+ new (): {
13
+ $slots: S;
14
+ };
15
+ };
@@ -0,0 +1,16 @@
1
+ type __VLS_Props = {
2
+ open?: boolean;
3
+ defaultOpen?: boolean;
4
+ };
5
+ declare var __VLS_6: {};
6
+ type __VLS_Slots = {} & {
7
+ default?: (props: typeof __VLS_6) => any;
8
+ };
9
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
10
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
11
+ export default _default;
12
+ type __VLS_WithSlots<T, S> = T & {
13
+ new (): {
14
+ $slots: S;
15
+ };
16
+ };
@@ -0,0 +1,15 @@
1
+ type __VLS_Props = {
2
+ class?: string;
3
+ };
4
+ declare var __VLS_10: {};
5
+ type __VLS_Slots = {} & {
6
+ default?: (props: typeof __VLS_10) => any;
7
+ };
8
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
9
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
10
+ export default _default;
11
+ type __VLS_WithSlots<T, S> = T & {
12
+ new (): {
13
+ $slots: S;
14
+ };
15
+ };
@@ -0,0 +1,17 @@
1
+ type __VLS_Props = {
2
+ class?: string;
3
+ inset?: boolean;
4
+ asChild?: boolean;
5
+ };
6
+ declare var __VLS_6: {};
7
+ type __VLS_Slots = {} & {
8
+ default?: (props: typeof __VLS_6) => any;
9
+ };
10
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
11
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
12
+ export default _default;
13
+ type __VLS_WithSlots<T, S> = T & {
14
+ new (): {
15
+ $slots: S;
16
+ };
17
+ };
@@ -0,0 +1,16 @@
1
+ type __VLS_Props = {
2
+ asChild?: boolean;
3
+ disabled?: boolean;
4
+ };
5
+ declare var __VLS_6: {};
6
+ type __VLS_Slots = {} & {
7
+ default?: (props: typeof __VLS_6) => any;
8
+ };
9
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
10
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
11
+ export default _default;
12
+ type __VLS_WithSlots<T, S> = T & {
13
+ new (): {
14
+ $slots: S;
15
+ };
16
+ };