veloce-vue 0.12.0 → 0.15.0

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 (70) hide show
  1. package/components/icon/Icon.vue.d.ts +19 -0
  2. package/components/icon/icons.d.ts +8 -0
  3. package/components/icon/index.d.ts +6 -9
  4. package/exports/config.d.ts +1 -0
  5. package/exports/icons.d.ts +1 -0
  6. package/exports/lib.d.ts +1 -0
  7. package/exports/ui.d.ts +2 -0
  8. package/index.cjs +28 -1
  9. package/index.cjs.map +1 -1
  10. package/index.d.ts +4 -0
  11. package/index.js +4102 -562
  12. package/index.js.map +1 -1
  13. package/lib/utils.d.ts +2 -0
  14. package/package.json +1 -1
  15. package/{components/icon/index.vue.d.ts → ui/accordion/Accordion.vue.d.ts} +8 -5
  16. package/ui/accordion/AccordionContent.vue.d.ts +18 -0
  17. package/ui/accordion/AccordionItem.vue.d.ts +18 -0
  18. package/ui/accordion/AccordionRoot.vue.d.ts +19 -0
  19. package/ui/accordion/AccordionTrigger.vue.d.ts +20 -0
  20. package/ui/accordion/index.d.ts +5 -0
  21. package/ui/button/Button.vue.d.ts +27 -0
  22. package/ui/button/index.d.ts +7 -0
  23. package/utils/config.d.ts +10 -2
  24. package/veloce-vue.css +1 -1
  25. package/README.md +0 -118
  26. package/components/accordion/Index.vue.d.ts +0 -31
  27. package/components/accordion/stories.d.ts +0 -10
  28. package/components/button/Index.vue.d.ts +0 -82
  29. package/components/button/props.d.ts +0 -37
  30. package/components/button/stories.d.ts +0 -23
  31. package/components/checkbox/Index.vue.d.ts +0 -43
  32. package/components/checkbox/props.d.ts +0 -14
  33. package/components/checkbox/stories.d.ts +0 -9
  34. package/components/drawer/Index.vue.d.ts +0 -77
  35. package/components/drawer/props.d.ts +0 -23
  36. package/components/drawer/stories.d.ts +0 -9
  37. package/components/input/Index.vue.d.ts +0 -54
  38. package/components/input/props.d.ts +0 -19
  39. package/components/input/stories.d.ts +0 -9
  40. package/components/modal/Index.vue.d.ts +0 -29
  41. package/components/modal/props.d.ts +0 -6
  42. package/components/modal/stories.d.ts +0 -6
  43. package/components/popover/Index.vue.d.ts +0 -47
  44. package/components/popover/props.d.ts +0 -15
  45. package/components/popover/stories.d.ts +0 -7
  46. package/components/range-slider/Index.vue.d.ts +0 -28
  47. package/components/range-slider/props.d.ts +0 -10
  48. package/components/range-slider/stories.d.ts +0 -7
  49. package/components/select/Index.vue.d.ts +0 -58
  50. package/components/select/props.d.ts +0 -23
  51. package/components/select/stories.d.ts +0 -11
  52. package/components/separator/Index.vue.d.ts +0 -44
  53. package/components/separator/props.d.ts +0 -19
  54. package/components/separator/stories.d.ts +0 -7
  55. package/components/tooltip/Index.vue.d.ts +0 -47
  56. package/components/tooltip/props.d.ts +0 -15
  57. package/components/tooltip/stories.d.ts +0 -10
  58. package/exports.d.ts +0 -12
  59. package/pages/Home/stories.d.ts +0 -35
  60. package/pages/config/Index.vue.d.ts +0 -3
  61. package/pages/config/stories.d.ts +0 -6
  62. package/types/config.d.ts +0 -9
  63. package/utils/storyControls.d.ts +0 -4
  64. package/utils/useRandomId.d.ts +0 -1
  65. /package/icons/{alert.vue.d.ts → Alert.vue.d.ts} +0 -0
  66. /package/icons/{check.vue.d.ts → Check.vue.d.ts} +0 -0
  67. /package/icons/{chevron-down.vue.d.ts → ChevronDown.vue.d.ts} +0 -0
  68. /package/icons/{close.vue.d.ts → Close.vue.d.ts} +0 -0
  69. /package/icons/{loading.vue.d.ts → Hamburger.vue.d.ts} +0 -0
  70. /package/{pages/Home/Index.vue.d.ts → icons/Loading.vue.d.ts} +0 -0
@@ -1,77 +0,0 @@
1
- declare var __VLS_1: {}, __VLS_10: {}, __VLS_12: {};
2
- type __VLS_Slots = {} & {
3
- default?: (props: typeof __VLS_1) => any;
4
- } & {
5
- content?: (props: typeof __VLS_10) => any;
6
- } & {
7
- footer?: (props: typeof __VLS_12) => any;
8
- };
9
- declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
10
- direction: {
11
- readonly type: () => "left" | "bottom" | "right";
12
- readonly default: "bottom";
13
- readonly options: readonly ["left", "bottom", "right"];
14
- };
15
- title: {
16
- readonly type: StringConstructor;
17
- readonly default: "";
18
- };
19
- description: {
20
- readonly type: StringConstructor;
21
- readonly default: "";
22
- };
23
- showFooter: {
24
- readonly type: BooleanConstructor;
25
- readonly default: false;
26
- };
27
- show: {
28
- readonly type: BooleanConstructor;
29
- readonly default: false;
30
- };
31
- modelValue: {
32
- type: import("vue").PropType<any>;
33
- };
34
- }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
35
- "update:modelValue": (value: any) => any;
36
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
37
- direction: {
38
- readonly type: () => "left" | "bottom" | "right";
39
- readonly default: "bottom";
40
- readonly options: readonly ["left", "bottom", "right"];
41
- };
42
- title: {
43
- readonly type: StringConstructor;
44
- readonly default: "";
45
- };
46
- description: {
47
- readonly type: StringConstructor;
48
- readonly default: "";
49
- };
50
- showFooter: {
51
- readonly type: BooleanConstructor;
52
- readonly default: false;
53
- };
54
- show: {
55
- readonly type: BooleanConstructor;
56
- readonly default: false;
57
- };
58
- modelValue: {
59
- type: import("vue").PropType<any>;
60
- };
61
- }>> & Readonly<{
62
- "onUpdate:modelValue"?: ((value: any) => any) | undefined;
63
- }>, {
64
- title: string;
65
- direction: "left" | "right" | "bottom";
66
- description: string;
67
- showFooter: boolean;
68
- show: boolean;
69
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
70
- declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
71
- declare const _default: typeof __VLS_export;
72
- export default _default;
73
- type __VLS_WithSlots<T, S> = T & {
74
- new (): {
75
- $slots: S;
76
- };
77
- };
@@ -1,23 +0,0 @@
1
- export declare const props: {
2
- readonly direction: {
3
- readonly type: () => "left" | "bottom" | "right";
4
- readonly default: "bottom";
5
- readonly options: readonly ["left", "bottom", "right"];
6
- };
7
- readonly title: {
8
- readonly type: StringConstructor;
9
- readonly default: "";
10
- };
11
- readonly description: {
12
- readonly type: StringConstructor;
13
- readonly default: "";
14
- };
15
- readonly showFooter: {
16
- readonly type: BooleanConstructor;
17
- readonly default: false;
18
- };
19
- readonly show: {
20
- readonly type: BooleanConstructor;
21
- readonly default: false;
22
- };
23
- };
@@ -1,9 +0,0 @@
1
- import type { Meta, StoryObj } from "@storybook/vue3-vite";
2
- import Drawer from "./Index.vue";
3
- declare const meta: Meta<typeof Drawer>;
4
- export default meta;
5
- type Story = StoryObj<typeof Drawer>;
6
- export declare const Default: Story;
7
- export declare const Left: Story;
8
- export declare const Bottom: Story;
9
- export declare const Right: Story;
@@ -1,54 +0,0 @@
1
- declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
- icon: {
3
- readonly type: StringConstructor;
4
- readonly default: "";
5
- };
6
- placeholder: {
7
- readonly type: StringConstructor;
8
- readonly default: "";
9
- };
10
- helpText: {
11
- readonly type: StringConstructor;
12
- readonly default: "";
13
- };
14
- type: {
15
- readonly type: StringConstructor;
16
- readonly default: "text";
17
- readonly options: readonly ["text", "password"];
18
- };
19
- modelValue: {
20
- type: import("vue").PropType<any>;
21
- };
22
- }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
23
- "update:modelValue": (value: any) => any;
24
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
25
- icon: {
26
- readonly type: StringConstructor;
27
- readonly default: "";
28
- };
29
- placeholder: {
30
- readonly type: StringConstructor;
31
- readonly default: "";
32
- };
33
- helpText: {
34
- readonly type: StringConstructor;
35
- readonly default: "";
36
- };
37
- type: {
38
- readonly type: StringConstructor;
39
- readonly default: "text";
40
- readonly options: readonly ["text", "password"];
41
- };
42
- modelValue: {
43
- type: import("vue").PropType<any>;
44
- };
45
- }>> & Readonly<{
46
- "onUpdate:modelValue"?: ((value: any) => any) | undefined;
47
- }>, {
48
- type: string;
49
- icon: string;
50
- placeholder: string;
51
- helpText: string;
52
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
53
- declare const _default: typeof __VLS_export;
54
- export default _default;
@@ -1,19 +0,0 @@
1
- export declare const props: {
2
- readonly icon: {
3
- readonly type: StringConstructor;
4
- readonly default: "";
5
- };
6
- readonly placeholder: {
7
- readonly type: StringConstructor;
8
- readonly default: "";
9
- };
10
- readonly helpText: {
11
- readonly type: StringConstructor;
12
- readonly default: "";
13
- };
14
- readonly type: {
15
- readonly type: StringConstructor;
16
- readonly default: "text";
17
- readonly options: readonly ["text", "password"];
18
- };
19
- };
@@ -1,9 +0,0 @@
1
- import type { Meta, StoryObj } from "@storybook/vue3-vite";
2
- import Input from "./Index.vue";
3
- declare const meta: Meta<typeof Input>;
4
- export default meta;
5
- type Story = StoryObj<typeof meta>;
6
- export declare const Default: Story;
7
- export declare const Placeholder: Story;
8
- export declare const HelpText: Story;
9
- export declare const Prefilled: Story;
@@ -1,29 +0,0 @@
1
- declare var __VLS_1: {};
2
- type __VLS_Slots = {} & {
3
- default?: (props: typeof __VLS_1) => any;
4
- };
5
- declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
6
- readonly show: {
7
- readonly type: BooleanConstructor;
8
- readonly default: false;
9
- };
10
- }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
11
- "update:show": (...args: any[]) => void;
12
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
13
- readonly show: {
14
- readonly type: BooleanConstructor;
15
- readonly default: false;
16
- };
17
- }>> & Readonly<{
18
- "onUpdate:show"?: ((...args: any[]) => any) | undefined;
19
- }>, {
20
- readonly show: boolean;
21
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
22
- declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
23
- declare const _default: typeof __VLS_export;
24
- export default _default;
25
- type __VLS_WithSlots<T, S> = T & {
26
- new (): {
27
- $slots: S;
28
- };
29
- };
@@ -1,6 +0,0 @@
1
- export declare const props: {
2
- readonly show: {
3
- readonly type: BooleanConstructor;
4
- readonly default: false;
5
- };
6
- };
@@ -1,6 +0,0 @@
1
- import type { Meta, StoryObj } from "@storybook/vue3-vite";
2
- import Modal from "./Index.vue";
3
- declare const meta: Meta<typeof Modal>;
4
- export default meta;
5
- type Story = StoryObj<typeof Modal>;
6
- export declare const Default: Story;
@@ -1,47 +0,0 @@
1
- declare var __VLS_1: {}, __VLS_3: {};
2
- type __VLS_Slots = {} & {
3
- default?: (props: typeof __VLS_1) => any;
4
- } & {
5
- body?: (props: typeof __VLS_3) => any;
6
- };
7
- declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
8
- readonly position: {
9
- readonly type: () => "top" | "bottom";
10
- readonly default: "bottom";
11
- readonly options: readonly ["top", "bottom"];
12
- };
13
- readonly bodyClass: {
14
- readonly type: StringConstructor;
15
- readonly default: "";
16
- };
17
- readonly contentClass: {
18
- readonly type: StringConstructor;
19
- readonly default: "";
20
- };
21
- }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
22
- readonly position: {
23
- readonly type: () => "top" | "bottom";
24
- readonly default: "bottom";
25
- readonly options: readonly ["top", "bottom"];
26
- };
27
- readonly bodyClass: {
28
- readonly type: StringConstructor;
29
- readonly default: "";
30
- };
31
- readonly contentClass: {
32
- readonly type: StringConstructor;
33
- readonly default: "";
34
- };
35
- }>> & Readonly<{}>, {
36
- readonly position: "bottom" | "top";
37
- readonly bodyClass: string;
38
- readonly contentClass: string;
39
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
40
- declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
41
- declare const _default: typeof __VLS_export;
42
- export default _default;
43
- type __VLS_WithSlots<T, S> = T & {
44
- new (): {
45
- $slots: S;
46
- };
47
- };
@@ -1,15 +0,0 @@
1
- export declare const props: {
2
- readonly position: {
3
- readonly type: () => "top" | "bottom";
4
- readonly default: "bottom";
5
- readonly options: readonly ["top", "bottom"];
6
- };
7
- readonly bodyClass: {
8
- readonly type: StringConstructor;
9
- readonly default: "";
10
- };
11
- readonly contentClass: {
12
- readonly type: StringConstructor;
13
- readonly default: "";
14
- };
15
- };
@@ -1,7 +0,0 @@
1
- import type { Meta, StoryObj } from "@storybook/vue3-vite";
2
- import Popover from "./Index.vue";
3
- declare const meta: Meta<typeof Popover>;
4
- export default meta;
5
- type Story = StoryObj<typeof Popover>;
6
- export declare const Bottom: Story;
7
- export declare const Top: Story;
@@ -1,28 +0,0 @@
1
- declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
- readonly showTooltip: {
3
- readonly type: BooleanConstructor;
4
- readonly default: false;
5
- };
6
- readonly value: {
7
- readonly type: NumberConstructor;
8
- readonly default: 0;
9
- };
10
- }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
11
- "update:value": (...args: any[]) => void;
12
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
13
- readonly showTooltip: {
14
- readonly type: BooleanConstructor;
15
- readonly default: false;
16
- };
17
- readonly value: {
18
- readonly type: NumberConstructor;
19
- readonly default: 0;
20
- };
21
- }>> & Readonly<{
22
- "onUpdate:value"?: ((...args: any[]) => any) | undefined;
23
- }>, {
24
- readonly showTooltip: boolean;
25
- readonly value: number;
26
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
27
- declare const _default: typeof __VLS_export;
28
- export default _default;
@@ -1,10 +0,0 @@
1
- export declare const props: {
2
- readonly showTooltip: {
3
- readonly type: BooleanConstructor;
4
- readonly default: false;
5
- };
6
- readonly value: {
7
- readonly type: NumberConstructor;
8
- readonly default: 0;
9
- };
10
- };
@@ -1,7 +0,0 @@
1
- import type { Meta, StoryObj } from "@storybook/vue3-vite";
2
- import RangeSlider from "./Index.vue";
3
- declare const meta: Meta<typeof RangeSlider>;
4
- export default meta;
5
- type Story = StoryObj<typeof RangeSlider>;
6
- export declare const Default: Story;
7
- export declare const WithTooltip: Story;
@@ -1,58 +0,0 @@
1
- declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
- readonly modelValue: {
3
- readonly type: StringConstructor;
4
- readonly default: "";
5
- };
6
- readonly options: {
7
- readonly type: () => string[];
8
- readonly required: true;
9
- };
10
- readonly variant: {
11
- readonly type: () => "outlined" | "text" | "ghost" | "solid";
12
- readonly default: "solid";
13
- readonly options: readonly ["outlined", "text", "ghost", "solid"];
14
- };
15
- readonly showFilter: {
16
- readonly type: BooleanConstructor;
17
- readonly default: false;
18
- };
19
- readonly isOpen: {
20
- readonly type: BooleanConstructor;
21
- readonly default: false;
22
- };
23
- }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
24
- "update:modelValue": (...args: any[]) => void;
25
- "update:isOpen": (...args: any[]) => void;
26
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
27
- readonly modelValue: {
28
- readonly type: StringConstructor;
29
- readonly default: "";
30
- };
31
- readonly options: {
32
- readonly type: () => string[];
33
- readonly required: true;
34
- };
35
- readonly variant: {
36
- readonly type: () => "outlined" | "text" | "ghost" | "solid";
37
- readonly default: "solid";
38
- readonly options: readonly ["outlined", "text", "ghost", "solid"];
39
- };
40
- readonly showFilter: {
41
- readonly type: BooleanConstructor;
42
- readonly default: false;
43
- };
44
- readonly isOpen: {
45
- readonly type: BooleanConstructor;
46
- readonly default: false;
47
- };
48
- }>> & Readonly<{
49
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
50
- "onUpdate:isOpen"?: ((...args: any[]) => any) | undefined;
51
- }>, {
52
- readonly variant: "text" | "outlined" | "ghost" | "solid";
53
- readonly modelValue: string;
54
- readonly isOpen: boolean;
55
- readonly showFilter: boolean;
56
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
57
- declare const _default: typeof __VLS_export;
58
- export default _default;
@@ -1,23 +0,0 @@
1
- export declare const props: {
2
- readonly modelValue: {
3
- readonly type: StringConstructor;
4
- readonly default: "";
5
- };
6
- readonly options: {
7
- readonly type: () => string[];
8
- readonly required: true;
9
- };
10
- readonly variant: {
11
- readonly type: () => "outlined" | "text" | "ghost" | "solid";
12
- readonly default: "solid";
13
- readonly options: readonly ["outlined", "text", "ghost", "solid"];
14
- };
15
- readonly showFilter: {
16
- readonly type: BooleanConstructor;
17
- readonly default: false;
18
- };
19
- readonly isOpen: {
20
- readonly type: BooleanConstructor;
21
- readonly default: false;
22
- };
23
- };
@@ -1,11 +0,0 @@
1
- import type { Meta, StoryObj } from "@storybook/vue3-vite";
2
- import Select from "./Index.vue";
3
- declare const meta: Meta<typeof Select>;
4
- export default meta;
5
- type Story = StoryObj<typeof Select>;
6
- export declare const Default: Story;
7
- export declare const ShowFilter: Story;
8
- export declare const Solid: Story;
9
- export declare const Outlined: Story;
10
- export declare const Text: Story;
11
- export declare const Ghost: Story;
@@ -1,44 +0,0 @@
1
- declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
- readonly direction: {
3
- readonly type: () => "horizontal" | "vertical";
4
- readonly default: "horizontal";
5
- readonly options: readonly ["horizontal", "vertical"];
6
- };
7
- readonly color: {
8
- readonly type: StringConstructor;
9
- readonly default: "#16476A";
10
- };
11
- readonly label: {
12
- readonly type: StringConstructor;
13
- readonly default: "";
14
- };
15
- readonly icon: {
16
- readonly type: StringConstructor;
17
- readonly default: "";
18
- };
19
- }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
20
- readonly direction: {
21
- readonly type: () => "horizontal" | "vertical";
22
- readonly default: "horizontal";
23
- readonly options: readonly ["horizontal", "vertical"];
24
- };
25
- readonly color: {
26
- readonly type: StringConstructor;
27
- readonly default: "#16476A";
28
- };
29
- readonly label: {
30
- readonly type: StringConstructor;
31
- readonly default: "";
32
- };
33
- readonly icon: {
34
- readonly type: StringConstructor;
35
- readonly default: "";
36
- };
37
- }>> & Readonly<{}>, {
38
- readonly label: string;
39
- readonly icon: string;
40
- readonly direction: "horizontal" | "vertical";
41
- readonly color: string;
42
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
43
- declare const _default: typeof __VLS_export;
44
- export default _default;
@@ -1,19 +0,0 @@
1
- export declare const props: {
2
- readonly direction: {
3
- readonly type: () => "horizontal" | "vertical";
4
- readonly default: "horizontal";
5
- readonly options: readonly ["horizontal", "vertical"];
6
- };
7
- readonly color: {
8
- readonly type: StringConstructor;
9
- readonly default: "#16476A";
10
- };
11
- readonly label: {
12
- readonly type: StringConstructor;
13
- readonly default: "";
14
- };
15
- readonly icon: {
16
- readonly type: StringConstructor;
17
- readonly default: "";
18
- };
19
- };
@@ -1,7 +0,0 @@
1
- import type { Meta, StoryObj } from "@storybook/vue3-vite";
2
- import Separator from "./Index.vue";
3
- declare const meta: Meta<typeof Separator>;
4
- export default meta;
5
- type Story = StoryObj<typeof Separator>;
6
- export declare const Horizontal: Story;
7
- export declare const Vertical: Story;
@@ -1,47 +0,0 @@
1
- declare var __VLS_1: {}, __VLS_3: {};
2
- type __VLS_Slots = {} & {
3
- default?: (props: typeof __VLS_1) => any;
4
- } & {
5
- body?: (props: typeof __VLS_3) => any;
6
- };
7
- declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
8
- readonly content: {
9
- readonly type: StringConstructor;
10
- readonly default: "";
11
- };
12
- readonly position: {
13
- readonly type: () => "top" | "bottom" | "left" | "right";
14
- readonly default: "bottom";
15
- readonly options: readonly ["top", "bottom", "left", "right"];
16
- };
17
- readonly bodyClass: {
18
- readonly type: StringConstructor;
19
- readonly default: "";
20
- };
21
- }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
22
- readonly content: {
23
- readonly type: StringConstructor;
24
- readonly default: "";
25
- };
26
- readonly position: {
27
- readonly type: () => "top" | "bottom" | "left" | "right";
28
- readonly default: "bottom";
29
- readonly options: readonly ["top", "bottom", "left", "right"];
30
- };
31
- readonly bodyClass: {
32
- readonly type: StringConstructor;
33
- readonly default: "";
34
- };
35
- }>> & Readonly<{}>, {
36
- readonly position: "left" | "right" | "bottom" | "top";
37
- readonly bodyClass: string;
38
- readonly content: string;
39
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
40
- declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
41
- declare const _default: typeof __VLS_export;
42
- export default _default;
43
- type __VLS_WithSlots<T, S> = T & {
44
- new (): {
45
- $slots: S;
46
- };
47
- };
@@ -1,15 +0,0 @@
1
- export declare const props: {
2
- readonly content: {
3
- readonly type: StringConstructor;
4
- readonly default: "";
5
- };
6
- readonly position: {
7
- readonly type: () => "top" | "bottom" | "left" | "right";
8
- readonly default: "bottom";
9
- readonly options: readonly ["top", "bottom", "left", "right"];
10
- };
11
- readonly bodyClass: {
12
- readonly type: StringConstructor;
13
- readonly default: "";
14
- };
15
- };
@@ -1,10 +0,0 @@
1
- import type { Meta, StoryObj } from "@storybook/vue3-vite";
2
- import Tooltip from "./Index.vue";
3
- declare const meta: Meta<typeof Tooltip>;
4
- export default meta;
5
- type Story = StoryObj<typeof Tooltip>;
6
- export declare const Default: Story;
7
- export declare const Top: Story;
8
- export declare const Bottom: Story;
9
- export declare const Left: Story;
10
- export declare const Right: Story;
package/exports.d.ts DELETED
@@ -1,12 +0,0 @@
1
- export { default as Accordion } from "./components/accordion/Index.vue";
2
- export { default as Button } from "./components/button/Index.vue";
3
- export { default as Checkbox } from "./components/checkbox/Index.vue";
4
- export { default as Drawer } from "./components/drawer/Index.vue";
5
- export { default as Input } from "./components/input/Index.vue";
6
- export { default as Modal } from "./components/modal/Index.vue";
7
- export { default as Popover } from "./components/popover/Index.vue";
8
- export { default as RangeSlider } from "./components/range-slider/Index.vue";
9
- export { default as Select } from "./components/select/Index.vue";
10
- export { default as Separator } from "./components/separator/Index.vue";
11
- export { default as Tooltip } from "./components/tooltip/Index.vue";
12
- export { config } from "./utils/config";
@@ -1,35 +0,0 @@
1
- declare const _default: {
2
- title: string;
3
- component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
4
- };
5
- export default _default;
6
- export declare const Home: {
7
- argTypes: {
8
- primaryColor: {
9
- control: string;
10
- name: string;
11
- };
12
- secondaryColor: {
13
- control: string;
14
- name: string;
15
- };
16
- accentColor: {
17
- control: string;
18
- name: string;
19
- };
20
- };
21
- args: {
22
- primaryColor: string;
23
- secondaryColor: string;
24
- accentColor: string;
25
- };
26
- render: (args: any) => {
27
- components: {
28
- HomeComponent: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
29
- };
30
- setup(): {
31
- args: any;
32
- };
33
- template: string;
34
- };
35
- };
@@ -1,3 +0,0 @@
1
- declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
- declare const _default: typeof __VLS_export;
3
- export default _default;